Shades of Deep Magenta #D202CE
Tints of Deep Magenta #D202CE
RGB
CMYK
RGB Variations
Color information
#D202CE (or 0xD202CE) is known color: Deep Magenta. HEX triplet: D2, 02 and CE. RGB value is (210,2,206). Sum of RGB (Red+Green+Blue) = 210+2+206=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D202CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202CE is #2DFD31. Grayscale: #565656. Windows color (decimal): -3013938 or 13501138. OLE color: 13501138.
HSL color Cylindrical-coordinate representation of color #D202CE: hue angle of 301.15º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202CE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.18 |
| HSL | 301.15º | 0.98% | 0.42% | - |
| HSV(B) | 301.15º | 0.99% | 0.82% | - |
| XYZ | 37.74 | 18.2 | 59.92 | - |
| YUV | 87.45 | 194.91 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 206 | 0 | 0.99 | 0.02 | 0.18 | 301.15 | 0.98 | 0.42 |
| Hex | D2 | 2 | CE | 0 | 63 | 2 | 12 | 12D | 62 | 2A |
| Octal | 322 | 2 | 316 | 0 | 143 | 2 | 22 | 455 | 142 | 52 |
| Binary | 11010010 | 10 | 11001110 | 0 | 1100011 | 10 | 10010 | 100101101 | 1100010 | 101010 |
Color Harmonies of #D202CE
Complementary color
Monochromatic Colors of #D202CE
Black with #D202CE
Text Example
Text Example
White with #D202CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202CE; }
p { color: rgb(210,2,206); }
H1.HeaderClassName
{
color: #D202CE;
}
.AnyTagClassName
{
color: #D202CE;
}
</style>
background-color css
<style>
a { background-color: #D202CE; }
a { background-color: rgb(210,2,206); }
div.DivClassName
{
background-color: #D202CE;
}
.BgClassName
{
background-color: #D202CE;
}
</style>
border-color css
<style>
span { border-color: #D202CE; }
span { border-color: rgb(210,2,206); }
td.TdClassName
{
border-color: #D202CE;
}
.TagClassName
{
border-color: #D202CE;
}
</style>