Color spaces of #dd719e
RGB | 221 | 113 | 158 |
---|---|---|---|
HSL | 0.93 | 0.61 | 0.65 |
HSV | 335° | 49° | 87° |
CMYK | 0.00 | 0.49 | 0.29 0.13 |
XYZ | 41.8955 | 29.6510 | 35.8628 |
Yxy | 29.6510 | 0.3901 | 0.2761 |
Hunter Lab | 54.4527 | 42.0442 | -0.9317 |
CIE-Lab | 61.3519 | 47.1084 | -4.7551 |
#dd719e color RGB value is (221,113,158).
#dd719e hex color red value is 221, green value is 113 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dd719e hue: 0.93 , saturation: 0.61 and the lightness value of dd719e is 0.65.
The process color (four color CMYK) of #dd719e color hex is 0.00, 0.49, 0.29, 0.13. Web safe color of #dd719e is #cc6699. Color #dd719e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01110001 | 10011110 |
Octal | 335 | 161 | 236 |
Decimal | 221 | 113 | 158 |
Hex | DD | 71 | 9E |
Shades of #dd719e
Tints of #dd719e
RGB Percentages of Color #dd719e
CMYK Percentages of Color #dd719e
Complementary Color
#dd719e | #71ddb0 |
#dd719e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd719e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd719e Color CSS Codes
.mybgcolor {background-color:#dd719e; } .myforecolor {color:#dd719e; } .mybordercolor {border:3px solid #dd719e; }
#dd719e Text Font Color
<p style="color:#dd719e">Text here</p>
This sample text font color is #dd719e
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.
#dd719e Background Color
<div style="background-color:#dd719e">
Div content here</div>
This div background color is #dd719e
#dd719e Border Color
<div style="border:3px solid #dd719e">
Div here</div>
This div border color is #dd719e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,113,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd719e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd719e; -webkit-box-shadow: 1px 1px 3px 2px #dd719e; box-shadow: 1px 1px 3px 2px #dd719e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,113,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 #dd719e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd719e; -webkit-box-shadow: 1px 1px 3px 2px #dd719e; box-shadow: 1px 1px 3px 2px #dd719e;">
Div content here</div>
This div box has shadow with color #dd719e
Comments
No comments written yet.
Please login to write comment.