Color spaces of #dd599e
RGB | 221 | 89 | 158 |
---|---|---|---|
HSL | 0.91 | 0.66 | 0.61 |
HSV | 329° | 60° | 87° |
CMYK | 0.00 | 0.60 | 0.29 0.13 |
XYZ | 39.5627 | 24.9855 | 35.0853 |
Yxy | 24.9855 | 0.3971 | 0.2508 |
Hunter Lab | 49.9855 | 53.8052 | -6.6264 |
CIE-Lab | 57.0613 | 58.4046 | -11.1473 |
#dd599e color RGB value is (221,89,158).
#dd599e hex color red value is 221, green value is 89 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd599e hue: 0.91 , saturation: 0.66 and the lightness value of dd599e is 0.61.
The process color (four color CMYK) of #dd599e color hex is 0.00, 0.60, 0.29, 0.13. Web safe color of #dd599e is #cc6699. Color #dd599e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01011001 | 10011110 |
Octal | 335 | 131 | 236 |
Decimal | 221 | 89 | 158 |
Hex | DD | 59 | 9E |
Shades of #dd599e
Tints of #dd599e
RGB Percentages of Color #dd599e
CMYK Percentages of Color #dd599e
Complementary Color
#dd599e | #59dd98 |
#dd599e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd599e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd599e Color CSS Codes
.mybgcolor {background-color:#dd599e; } .myforecolor {color:#dd599e; } .mybordercolor {border:3px solid #dd599e; }
#dd599e Text Font Color
<p style="color:#dd599e">Text here</p>
This sample text font color is #dd599e
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.
#dd599e Background Color
<div style="background-color:#dd599e">
Div content here</div>
This div background color is #dd599e
#dd599e Border Color
<div style="border:3px solid #dd599e">
Div here</div>
This div border color is #dd599e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,89,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd599e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd599e; -webkit-box-shadow: 1px 1px 3px 2px #dd599e; box-shadow: 1px 1px 3px 2px #dd599e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,89,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd599e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd599e; -webkit-box-shadow: 1px 1px 3px 2px #dd599e; box-shadow: 1px 1px 3px 2px #dd599e;">
Div content here</div>
This div box has shadow with color #dd599e
Comments
No comments written yet.
Please login to write comment.