Shades of Deep Magenta #D202C7
Tints of Deep Magenta #D202C7
RGB
CMYK
RGB Variations
Color information
#D202C7 (or 0xD202C7) is known color: Deep Magenta. HEX triplet: D2, 02 and C7. RGB value is (210,2,199). Sum of RGB (Red+Green+Blue) = 210+2+199=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D202C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202C7 is #2DFD38. Grayscale: #565656. Windows color (decimal): -3013945 or 13042386. OLE color: 13042386.
HSL color Cylindrical-coordinate representation of color #D202C7: hue angle of 303.17º 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 #D202C7 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.18 |
| HSL | 303.17º | 0.98% | 0.42% | - |
| HSV(B) | 303.17º | 0.99% | 0.82% | - |
| XYZ | 36.91 | 17.87 | 55.54 | - |
| YUV | 86.65 | 191.41 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 199 | 0 | 0.99 | 0.05 | 0.18 | 303.17 | 0.98 | 0.42 |
| Hex | D2 | 2 | C7 | 0 | 63 | 5 | 12 | 12F | 62 | 2A |
| Octal | 322 | 2 | 307 | 0 | 143 | 5 | 22 | 457 | 142 | 52 |
| Binary | 11010010 | 10 | 11000111 | 0 | 1100011 | 101 | 10010 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D202C7
Complementary color
Monochromatic Colors of #D202C7
Black with #D202C7
Text Example
Text Example
White with #D202C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202C7; }
p { color: rgb(210,2,199); }
H1.HeaderClassName
{
color: #D202C7;
}
.AnyTagClassName
{
color: #D202C7;
}
</style>
background-color css
<style>
a { background-color: #D202C7; }
a { background-color: rgb(210,2,199); }
div.DivClassName
{
background-color: #D202C7;
}
.BgClassName
{
background-color: #D202C7;
}
</style>
border-color css
<style>
span { border-color: #D202C7; }
span { border-color: rgb(210,2,199); }
td.TdClassName
{
border-color: #D202C7;
}
.TagClassName
{
border-color: #D202C7;
}
</style>