Shades of Deep Magenta #D200DD
Tints of Deep Magenta #D200DD
RGB
CMYK
RGB Variations
Color information
#D200DD (or 0xD200DD) is known color: Deep Magenta. HEX triplet: D2, 00 and DD. RGB value is (210,0,221). Sum of RGB (Red+Green+Blue) = 210+0+221=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #D200DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200DD is #2DFF22. Grayscale: #575757. Windows color (decimal): -3014435 or 14483666. OLE color: 14483666.
HSL color Cylindrical-coordinate representation of color #D200DD: hue angle of 297.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200DD is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 0 | 221 | - |
| CMYK | 0.05 | 1 | 0 | 0.13 |
| HSL | 297.01º | 1% | 0.43% | - |
| HSV(B) | 297.01º | 1% | 0.87% | - |
| XYZ | 39.63 | 18.92 | 69.97 | - |
| YUV | 87.98 | 203.07 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 221 | 0.05 | 1 | 0 | 0.13 | 297.01 | 1 | 0.43 |
| Hex | D2 | 0 | DD | 5 | 64 | 0 | D | 129 | 64 | 2B |
| Octal | 322 | 0 | 335 | 5 | 144 | 0 | 15 | 451 | 144 | 53 |
| Binary | 11010010 | 0 | 11011101 | 101 | 1100100 | 0 | 1101 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D200DD
Complementary color
Monochromatic Colors of #D200DD
Black with #D200DD
Text Example
Text Example
White with #D200DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200DD; }
p { color: rgb(210,0,221); }
H1.HeaderClassName
{
color: #D200DD;
}
.AnyTagClassName
{
color: #D200DD;
}
</style>
background-color css
<style>
a { background-color: #D200DD; }
a { background-color: rgb(210,0,221); }
div.DivClassName
{
background-color: #D200DD;
}
.BgClassName
{
background-color: #D200DD;
}
</style>
border-color css
<style>
span { border-color: #D200DD; }
span { border-color: rgb(210,0,221); }
td.TdClassName
{
border-color: #D200DD;
}
.TagClassName
{
border-color: #D200DD;
}
</style>