Color spaces of #d971cd
RGB | 217 | 113 | 205 |
---|---|---|---|
HSL | 0.85 | 0.58 | 0.65 |
HSV | 307° | 48° | 85° |
CMYK | 0.00 | 0.48 | 0.06 0.15 |
XYZ | 45.5398 | 30.9697 | 61.3352 |
Yxy | 30.9697 | 0.3304 | 0.2247 |
Hunter Lab | 55.6504 | 48.6817 | -26.3913 |
CIE-Lab | 62.4820 | 52.9652 | -29.8620 |
#d971cd color RGB value is (217,113,205).
#d971cd hex color red value is 217, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d971cd hue: 0.85 , saturation: 0.58 and the lightness value of d971cd is 0.65.
The process color (four color CMYK) of #d971cd color hex is 0.00, 0.48, 0.06, 0.15. Web safe color of #d971cd is #cc66cc. Color #d971cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01110001 | 11001101 |
Octal | 331 | 161 | 315 |
Decimal | 217 | 113 | 205 |
Hex | D9 | 71 | CD |
Shades of #d971cd
Tints of #d971cd
RGB Percentages of Color #d971cd
CMYK Percentages of Color #d971cd
Complementary Color
#d971cd | #71d97d |
#d971cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d971cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d971cd Color CSS Codes
.mybgcolor {background-color:#d971cd; } .myforecolor {color:#d971cd; } .mybordercolor {border:3px solid #d971cd; }
#d971cd Text Font Color
<p style="color:#d971cd">Text here</p>
This sample text font color is #d971cd
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.
#d971cd Background Color
<div style="background-color:#d971cd">
Div content here</div>
This div background color is #d971cd
#d971cd Border Color
<div style="border:3px solid #d971cd">
Div here</div>
This div border color is #d971cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,113,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d971cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d971cd; -webkit-box-shadow: 1px 1px 3px 2px #d971cd; box-shadow: 1px 1px 3px 2px #d971cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,113,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 #d971cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d971cd; -webkit-box-shadow: 1px 1px 3px 2px #d971cd; box-shadow: 1px 1px 3px 2px #d971cd;">
Div content here</div>
This div box has shadow with color #d971cd
Comments
No comments written yet.
Please login to write comment.