Shades of Deep Magenta #D002CF
Tints of Deep Magenta #D002CF
RGB
CMYK
RGB Variations
Color information
#D002CF (or 0xD002CF) is known color: Deep Magenta. HEX triplet: D0, 02 and CF. RGB value is (208,2,207). Sum of RGB (Red+Green+Blue) = 208+2+207=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D002CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002CF is #2FFD30. Grayscale: #565656. Windows color (decimal): -3145009 or 13566672. OLE color: 13566672.
HSL color Cylindrical-coordinate representation of color #D002CF: hue angle of 300.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002CF is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.18 |
| HSL | 300.29º | 0.98% | 0.41% | - |
| HSV(B) | 300.29º | 0.99% | 0.82% | - |
| XYZ | 37.3 | 17.96 | 60.53 | - |
| YUV | 86.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 207 | 0 | 0.99 | 0.00 | 0.18 | 300.29 | 0.98 | 0.41 |
| Hex | D0 | 2 | CF | 0 | 63 | 0 | 12 | 12C | 62 | 29 |
| Octal | 320 | 2 | 317 | 0 | 143 | 0 | 22 | 454 | 142 | 51 |
| Binary | 11010000 | 10 | 11001111 | 0 | 1100011 | 0 | 10010 | 100101100 | 1100010 | 101001 |
Color Harmonies of #D002CF
Complementary color
Monochromatic Colors of #D002CF
Black with #D002CF
Text Example
Text Example
White with #D002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002CF; }
p { color: rgb(208,2,207); }
H1.HeaderClassName
{
color: #D002CF;
}
.AnyTagClassName
{
color: #D002CF;
}
</style>
background-color css
<style>
a { background-color: #D002CF; }
a { background-color: rgb(208,2,207); }
div.DivClassName
{
background-color: #D002CF;
}
.BgClassName
{
background-color: #D002CF;
}
</style>
border-color css
<style>
span { border-color: #D002CF; }
span { border-color: rgb(208,2,207); }
td.TdClassName
{
border-color: #D002CF;
}
.TagClassName
{
border-color: #D002CF;
}
</style>