Shades of Deep Magenta #D200D2
Tints of Deep Magenta #D200D2
RGB
CMYK
RGB Variations
Color information
#D200D2 (or 0xD200D2) is known color: Deep Magenta. HEX triplet: D2, 00 and D2. RGB value is (210,0,210). Sum of RGB (Red+Green+Blue) = 210+0+210=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D200D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200D2 is #2DFF2D. Grayscale: #565656. Windows color (decimal): -3014446 or 13762770. OLE color: 13762770.
HSL color Cylindrical-coordinate representation of color #D200D2: hue angle of 300º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200D2 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 210 | - |
| CMYK | 0 | 1 | 0 | 0.18 |
| HSL | 300º | 1% | 0.41% | - |
| HSV(B) | 300º | 1% | 0.82% | - |
| XYZ | 38.21 | 18.35 | 62.5 | - |
| YUV | 86.73 | 197.57 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 210 | 0 | 1 | 0 | 0.18 | 300 | 1 | 0.41 |
| Hex | D2 | 0 | D2 | 0 | 64 | 0 | 12 | 12C | 64 | 29 |
| Octal | 322 | 0 | 322 | 0 | 144 | 0 | 22 | 454 | 144 | 51 |
| Binary | 11010010 | 0 | 11010010 | 0 | 1100100 | 0 | 10010 | 100101100 | 1100100 | 101001 |
Color Harmonies of #D200D2
Complementary color
Monochromatic Colors of #D200D2
Black with #D200D2
Text Example
Text Example
White with #D200D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200D2; }
p { color: rgb(210,0,210); }
H1.HeaderClassName
{
color: #D200D2;
}
.AnyTagClassName
{
color: #D200D2;
}
</style>
background-color css
<style>
a { background-color: #D200D2; }
a { background-color: rgb(210,0,210); }
div.DivClassName
{
background-color: #D200D2;
}
.BgClassName
{
background-color: #D200D2;
}
</style>
border-color css
<style>
span { border-color: #D200D2; }
span { border-color: rgb(210,0,210); }
td.TdClassName
{
border-color: #D200D2;
}
.TagClassName
{
border-color: #D200D2;
}
</style>