Color spaces of #dd66de
RGB | 221 | 102 | 222 |
---|---|---|---|
HSL | 0.83 | 0.65 | 0.64 |
HSV | 300° | 54° | 87° |
CMYK | 0.00 | 0.54 | 0.00 0.13 |
XYZ | 47.7550 | 30.1488 | 72.4096 |
Yxy | 30.1488 | 0.3177 | 0.2006 |
Hunter Lab | 54.9079 | 59.1577 | -39.7529 |
CIE-Lab | 61.7824 | 62.2246 | -40.4647 |
#dd66de color RGB value is (221,102,222).
#dd66de hex color red value is 221, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dd66de hue: 0.83 , saturation: 0.65 and the lightness value of dd66de is 0.64.
The process color (four color CMYK) of #dd66de color hex is 0.00, 0.54, 0.00, 0.13. Web safe color of #dd66de is #cc66cc. Color #dd66de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100110 | 11011110 |
Octal | 335 | 146 | 336 |
Decimal | 221 | 102 | 222 |
Hex | DD | 66 | DE |
Shades of #dd66de
Tints of #dd66de
RGB Percentages of Color #dd66de
CMYK Percentages of Color #dd66de
Complementary Color
#dd66de | #67de66 |
#dd66de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd66de Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd66de Color CSS Codes
.mybgcolor {background-color:#dd66de; } .myforecolor {color:#dd66de; } .mybordercolor {border:3px solid #dd66de; }
#dd66de Text Font Color
<p style="color:#dd66de">Text here</p>
This sample text font color is #dd66de
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.
#dd66de Background Color
<div style="background-color:#dd66de">
Div content here</div>
This div background color is #dd66de
#dd66de Border Color
<div style="border:3px solid #dd66de">
Div here</div>
This div border color is #dd66de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,102,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd66de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd66de; -webkit-box-shadow: 1px 1px 3px 2px #dd66de; box-shadow: 1px 1px 3px 2px #dd66de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,102,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd66de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd66de; -webkit-box-shadow: 1px 1px 3px 2px #dd66de; box-shadow: 1px 1px 3px 2px #dd66de;">
Div content here</div>
This div box has shadow with color #dd66de
Comments
No comments written yet.
Please login to write comment.