Shades of Deep Magenta #D200D7
Tints of Deep Magenta #D200D7
RGB
CMYK
RGB Variations
Color information
#D200D7 (or 0xD200D7) is known color: Deep Magenta. HEX triplet: D2, 00 and D7. RGB value is (210,0,215). Sum of RGB (Red+Green+Blue) = 210+0+215=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #D200D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200D7 is #2DFF28. Grayscale: #565656. Windows color (decimal): -3014441 or 14090450. OLE color: 14090450.
HSL color Cylindrical-coordinate representation of color #D200D7: hue angle of 298.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200D7 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 0 | 215 | - |
| CMYK | 0.02 | 1 | 0 | 0.16 |
| HSL | 298.6º | 1% | 0.42% | - |
| HSV(B) | 298.6º | 1% | 0.84% | - |
| XYZ | 38.84 | 18.61 | 65.83 | - |
| YUV | 87.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 215 | 0.02 | 1 | 0 | 0.16 | 298.6 | 1 | 0.42 |
| Hex | D2 | 0 | D7 | 2 | 64 | 0 | 10 | 12B | 64 | 2A |
| Octal | 322 | 0 | 327 | 2 | 144 | 0 | 20 | 453 | 144 | 52 |
| Binary | 11010010 | 0 | 11010111 | 10 | 1100100 | 0 | 10000 | 100101011 | 1100100 | 101010 |
Color Harmonies of #D200D7
Complementary color
Monochromatic Colors of #D200D7
Black with #D200D7
Text Example
Text Example
White with #D200D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200D7; }
p { color: rgb(210,0,215); }
H1.HeaderClassName
{
color: #D200D7;
}
.AnyTagClassName
{
color: #D200D7;
}
</style>
background-color css
<style>
a { background-color: #D200D7; }
a { background-color: rgb(210,0,215); }
div.DivClassName
{
background-color: #D200D7;
}
.BgClassName
{
background-color: #D200D7;
}
</style>
border-color css
<style>
span { border-color: #D200D7; }
span { border-color: rgb(210,0,215); }
td.TdClassName
{
border-color: #D200D7;
}
.TagClassName
{
border-color: #D200D7;
}
</style>