Shades of Deep Magenta #D210DD
Tints of Deep Magenta #D210DD
RGB
CMYK
RGB Variations
Color information
#D210DD (or 0xD210DD) is known color: Deep Magenta. HEX triplet: D2, 10 and DD. RGB value is (210,16,221). Sum of RGB (Red+Green+Blue) = 210+16+221=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D210DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210DD is #2DEF22. Grayscale: #606060. Windows color (decimal): -3010339 or 14487762. OLE color: 14487762.
HSL color Cylindrical-coordinate representation of color #D210DD: hue angle of 296.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D210DD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 16 | 221 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.13 |
| HSL | 296.78º | 0.86% | 0.46% | - |
| HSV(B) | 296.78º | 0.93% | 0.87% | - |
| XYZ | 39.81 | 19.29 | 70.03 | - |
| YUV | 97.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 221 | 0.05 | 0.93 | 0 | 0.13 | 296.78 | 0.86 | 0.46 |
| Hex | D2 | 10 | DD | 5 | 5D | 0 | D | 129 | 56 | 2E |
| Octal | 322 | 20 | 335 | 5 | 135 | 0 | 15 | 451 | 126 | 56 |
| Binary | 11010010 | 10000 | 11011101 | 101 | 1011101 | 0 | 1101 | 100101001 | 1010110 | 101110 |
Color Harmonies of #D210DD
Complementary color
Monochromatic Colors of #D210DD
Black with #D210DD
Text Example
Text Example
White with #D210DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210DD; }
p { color: rgb(210,16,221); }
H1.HeaderClassName
{
color: #D210DD;
}
.AnyTagClassName
{
color: #D210DD;
}
</style>
background-color css
<style>
a { background-color: #D210DD; }
a { background-color: rgb(210,16,221); }
div.DivClassName
{
background-color: #D210DD;
}
.BgClassName
{
background-color: #D210DD;
}
</style>
border-color css
<style>
span { border-color: #D210DD; }
span { border-color: rgb(210,16,221); }
td.TdClassName
{
border-color: #D210DD;
}
.TagClassName
{
border-color: #D210DD;
}
</style>