Shades of Deep Magenta #D200DA
Tints of Deep Magenta #D200DA
RGB
CMYK
RGB Variations
Color information
#D200DA (or 0xD200DA) is known color: Deep Magenta. HEX triplet: D2, 00 and DA. RGB value is (210,0,218). Sum of RGB (Red+Green+Blue) = 210+0+218=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #D200DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200DA is #2DFF25. Grayscale: #565656. Windows color (decimal): -3014438 or 14287058. OLE color: 14287058.
HSL color Cylindrical-coordinate representation of color #D200DA: hue angle of 297.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200DA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 0 | 218 | - |
| CMYK | 0.04 | 1 | 0 | 0.15 |
| HSL | 297.8º | 1% | 0.43% | - |
| HSV(B) | 297.8º | 1% | 0.85% | - |
| XYZ | 39.23 | 18.76 | 67.88 | - |
| YUV | 87.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 218 | 0.04 | 1 | 0 | 0.15 | 297.8 | 1 | 0.43 |
| Hex | D2 | 0 | DA | 4 | 64 | 0 | F | 12A | 64 | 2B |
| Octal | 322 | 0 | 332 | 4 | 144 | 0 | 17 | 452 | 144 | 53 |
| Binary | 11010010 | 0 | 11011010 | 100 | 1100100 | 0 | 1111 | 100101010 | 1100100 | 101011 |
Color Harmonies of #D200DA
Complementary color
Monochromatic Colors of #D200DA
Black with #D200DA
Text Example
Text Example
White with #D200DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200DA; }
p { color: rgb(210,0,218); }
H1.HeaderClassName
{
color: #D200DA;
}
.AnyTagClassName
{
color: #D200DA;
}
</style>
background-color css
<style>
a { background-color: #D200DA; }
a { background-color: rgb(210,0,218); }
div.DivClassName
{
background-color: #D200DA;
}
.BgClassName
{
background-color: #D200DA;
}
</style>
border-color css
<style>
span { border-color: #D200DA; }
span { border-color: rgb(210,0,218); }
td.TdClassName
{
border-color: #D200DA;
}
.TagClassName
{
border-color: #D200DA;
}
</style>