Shades of Deep Magenta #D200DC
Tints of Deep Magenta #D200DC
RGB
CMYK
RGB Variations
Color information
#D200DC (or 0xD200DC) is known color: Deep Magenta. HEX triplet: D2, 00 and DC. RGB value is (210,0,220). Sum of RGB (Red+Green+Blue) = 210+0+220=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #D200DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200DC is #2DFF23. Grayscale: #575757. Windows color (decimal): -3014436 or 14418130. OLE color: 14418130.
HSL color Cylindrical-coordinate representation of color #D200DC: hue angle of 297.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200DC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 0 | 220 | - |
| CMYK | 0.05 | 1 | 0 | 0.14 |
| HSL | 297.27º | 1% | 0.43% | - |
| HSV(B) | 297.27º | 1% | 0.86% | - |
| XYZ | 39.5 | 18.87 | 69.27 | - |
| YUV | 87.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 220 | 0.05 | 1 | 0 | 0.14 | 297.27 | 1 | 0.43 |
| Hex | D2 | 0 | DC | 5 | 64 | 0 | E | 129 | 64 | 2B |
| Octal | 322 | 0 | 334 | 5 | 144 | 0 | 16 | 451 | 144 | 53 |
| Binary | 11010010 | 0 | 11011100 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D200DC
Complementary color
Monochromatic Colors of #D200DC
Black with #D200DC
Text Example
Text Example
White with #D200DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200DC; }
p { color: rgb(210,0,220); }
H1.HeaderClassName
{
color: #D200DC;
}
.AnyTagClassName
{
color: #D200DC;
}
</style>
background-color css
<style>
a { background-color: #D200DC; }
a { background-color: rgb(210,0,220); }
div.DivClassName
{
background-color: #D200DC;
}
.BgClassName
{
background-color: #D200DC;
}
</style>
border-color css
<style>
span { border-color: #D200DC; }
span { border-color: rgb(210,0,220); }
td.TdClassName
{
border-color: #D200DC;
}
.TagClassName
{
border-color: #D200DC;
}
</style>