Shades of Deep Magenta #D202CC
Tints of Deep Magenta #D202CC
RGB
CMYK
RGB Variations
Color information
#D202CC (or 0xD202CC) is known color: Deep Magenta. HEX triplet: D2, 02 and CC. RGB value is (210,2,204). Sum of RGB (Red+Green+Blue) = 210+2+204=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D202CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202CC is #2DFD33. Grayscale: #565656. Windows color (decimal): -3013940 or 13370066. OLE color: 13370066.
HSL color Cylindrical-coordinate representation of color #D202CC: hue angle of 301.73º 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 #D202CC is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.18 |
| HSL | 301.73º | 0.98% | 0.42% | - |
| HSV(B) | 301.73º | 0.99% | 0.82% | - |
| XYZ | 37.5 | 18.1 | 58.64 | - |
| YUV | 87.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 204 | 0 | 0.99 | 0.03 | 0.18 | 301.73 | 0.98 | 0.42 |
| Hex | D2 | 2 | CC | 0 | 63 | 3 | 12 | 12E | 62 | 2A |
| Octal | 322 | 2 | 314 | 0 | 143 | 3 | 22 | 456 | 142 | 52 |
| Binary | 11010010 | 10 | 11001100 | 0 | 1100011 | 11 | 10010 | 100101110 | 1100010 | 101010 |
Color Harmonies of #D202CC
Complementary color
Monochromatic Colors of #D202CC
Black with #D202CC
Text Example
Text Example
White with #D202CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202CC; }
p { color: rgb(210,2,204); }
H1.HeaderClassName
{
color: #D202CC;
}
.AnyTagClassName
{
color: #D202CC;
}
</style>
background-color css
<style>
a { background-color: #D202CC; }
a { background-color: rgb(210,2,204); }
div.DivClassName
{
background-color: #D202CC;
}
.BgClassName
{
background-color: #D202CC;
}
</style>
border-color css
<style>
span { border-color: #D202CC; }
span { border-color: rgb(210,2,204); }
td.TdClassName
{
border-color: #D202CC;
}
.TagClassName
{
border-color: #D202CC;
}
</style>