Color spaces of #dd64cd
RGB | 221 | 100 | 205 |
---|---|---|---|
HSL | 0.86 | 0.64 | 0.63 |
HSV | 308° | 55° | 87° |
CMYK | 0.00 | 0.55 | 0.07 0.13 |
XYZ | 45.3954 | 28.8943 | 60.9422 |
Yxy | 28.8943 | 0.3357 | 0.2137 |
Hunter Lab | 53.7534 | 56.6769 | -29.5918 |
CIE-Lab | 60.6882 | 60.2832 | -32.6012 |
#dd64cd color RGB value is (221,100,205).
#dd64cd hex color red value is 221, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd64cd hue: 0.86 , saturation: 0.64 and the lightness value of dd64cd is 0.63.
The process color (four color CMYK) of #dd64cd color hex is 0.00, 0.55, 0.07, 0.13. Web safe color of #dd64cd is #cc66cc. Color #dd64cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100100 | 11001101 |
Octal | 335 | 144 | 315 |
Decimal | 221 | 100 | 205 |
Hex | DD | 64 | CD |
Shades of #dd64cd
Tints of #dd64cd
RGB Percentages of Color #dd64cd
CMYK Percentages of Color #dd64cd
Complementary Color
#dd64cd | #64dd74 |
#dd64cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd64cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd64cd Color CSS Codes
.mybgcolor {background-color:#dd64cd; } .myforecolor {color:#dd64cd; } .mybordercolor {border:3px solid #dd64cd; }
#dd64cd Text Font Color
<p style="color:#dd64cd">Text here</p>
This sample text font color is #dd64cd
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.
#dd64cd Background Color
<div style="background-color:#dd64cd">
Div content here</div>
This div background color is #dd64cd
#dd64cd Border Color
<div style="border:3px solid #dd64cd">
Div here</div>
This div border color is #dd64cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,100,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd64cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd64cd; -webkit-box-shadow: 1px 1px 3px 2px #dd64cd; box-shadow: 1px 1px 3px 2px #dd64cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,100,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd64cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd64cd; -webkit-box-shadow: 1px 1px 3px 2px #dd64cd; box-shadow: 1px 1px 3px 2px #dd64cd;">
Div content here</div>
This div box has shadow with color #dd64cd
Comments
No comments written yet.
Please login to write comment.