Shades of Deep Magenta #D202DC
Tints of Deep Magenta #D202DC
RGB
CMYK
RGB Variations
Color information
#D202DC (or 0xD202DC) is known color: Deep Magenta. HEX triplet: D2, 02 and DC. RGB value is (210,2,220). Sum of RGB (Red+Green+Blue) = 210+2+220=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #D202DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202DC is #2DFD23. Grayscale: #585858. Windows color (decimal): -3013924 or 14418642. OLE color: 14418642.
HSL color Cylindrical-coordinate representation of color #D202DC: hue angle of 297.25º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202DC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 2 | 220 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.14 |
| HSL | 297.25º | 0.98% | 0.44% | - |
| HSV(B) | 297.25º | 0.99% | 0.86% | - |
| XYZ | 39.52 | 18.91 | 69.28 | - |
| YUV | 89.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 220 | 0.05 | 0.99 | 0 | 0.14 | 297.25 | 0.98 | 0.44 |
| Hex | D2 | 2 | DC | 5 | 63 | 0 | E | 129 | 62 | 2C |
| Octal | 322 | 2 | 334 | 5 | 143 | 0 | 16 | 451 | 142 | 54 |
| Binary | 11010010 | 10 | 11011100 | 101 | 1100011 | 0 | 1110 | 100101001 | 1100010 | 101100 |
Color Harmonies of #D202DC
Complementary color
Monochromatic Colors of #D202DC
Black with #D202DC
Text Example
Text Example
White with #D202DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202DC; }
p { color: rgb(210,2,220); }
H1.HeaderClassName
{
color: #D202DC;
}
.AnyTagClassName
{
color: #D202DC;
}
</style>
background-color css
<style>
a { background-color: #D202DC; }
a { background-color: rgb(210,2,220); }
div.DivClassName
{
background-color: #D202DC;
}
.BgClassName
{
background-color: #D202DC;
}
</style>
border-color css
<style>
span { border-color: #D202DC; }
span { border-color: rgb(210,2,220); }
td.TdClassName
{
border-color: #D202DC;
}
.TagClassName
{
border-color: #D202DC;
}
</style>