Color spaces of #dd575e
RGB | 221 | 87 | 94 |
---|---|---|---|
HSL | 0.99 | 0.66 | 0.60 |
HSV | 357° | 61° | 87° |
CMYK | 0.00 | 0.61 | 0.57 0.13 |
XYZ | 35.2474 | 22.9967 | 13.1707 |
Yxy | 22.9967 | 0.4936 | 0.3220 |
Hunter Lab | 47.9549 | 47.2786 | 17.2845 |
CIE-Lab | 55.0689 | 52.8931 | 23.6213 |
#dd575e color RGB value is (221,87,94).
#dd575e hex color red value is 221, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd575e hue: 0.99 , saturation: 0.66 and the lightness value of dd575e is 0.60.
The process color (four color CMYK) of #dd575e color hex is 0.00, 0.61, 0.57, 0.13. Web safe color of #dd575e is #cc6666. Color #dd575e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01010111 | 01011110 |
Octal | 335 | 127 | 136 |
Decimal | 221 | 87 | 94 |
Hex | DD | 57 | 5E |
Shades of #dd575e
Tints of #dd575e
RGB Percentages of Color #dd575e
CMYK Percentages of Color #dd575e
Complementary Color
#dd575e | #57ddd6 |
#dd575e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd575e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd575e Color CSS Codes
.mybgcolor {background-color:#dd575e; } .myforecolor {color:#dd575e; } .mybordercolor {border:3px solid #dd575e; }
#dd575e Text Font Color
<p style="color:#dd575e">Text here</p>
This sample text font color is #dd575e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dd575e Background Color
<div style="background-color:#dd575e">
Div content here</div>
This div background color is #dd575e
#dd575e Border Color
<div style="border:3px solid #dd575e">
Div here</div>
This div border color is #dd575e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,87,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd575e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd575e; -webkit-box-shadow: 1px 1px 3px 2px #dd575e; box-shadow: 1px 1px 3px 2px #dd575e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,87,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd575e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd575e; -webkit-box-shadow: 1px 1px 3px 2px #dd575e; box-shadow: 1px 1px 3px 2px #dd575e;">
Div content here</div>
This div box has shadow with color #dd575e
Comments
No comments written yet.
Please login to write comment.