Shades of Deep Magenta #D211DC
Tints of Deep Magenta #D211DC
RGB
CMYK
RGB Variations
Color information
#D211DC (or 0xD211DC) is known color: Deep Magenta. HEX triplet: D2, 11 and DC. RGB value is (210,17,220). Sum of RGB (Red+Green+Blue) = 210+17+220=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D211DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211DC is #2DEE23. Grayscale: #616161. Windows color (decimal): -3010084 or 14422482. OLE color: 14422482.
HSL color Cylindrical-coordinate representation of color #D211DC: hue angle of 297.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211DC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 17 | 220 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.14 |
| HSL | 297.04º | 0.86% | 0.46% | - |
| HSV(B) | 297.04º | 0.92% | 0.86% | - |
| XYZ | 39.7 | 19.27 | 69.34 | - |
| YUV | 97.85 | 196.94 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 220 | 0.05 | 0.92 | 0 | 0.14 | 297.04 | 0.86 | 0.46 |
| Hex | D2 | 11 | DC | 5 | 5C | 0 | E | 129 | 56 | 2E |
| Octal | 322 | 21 | 334 | 5 | 134 | 0 | 16 | 451 | 126 | 56 |
| Binary | 11010010 | 10001 | 11011100 | 101 | 1011100 | 0 | 1110 | 100101001 | 1010110 | 101110 |
Color Harmonies of #D211DC
Complementary color
Monochromatic Colors of #D211DC
Black with #D211DC
Text Example
Text Example
White with #D211DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211DC; }
p { color: rgb(210,17,220); }
H1.HeaderClassName
{
color: #D211DC;
}
.AnyTagClassName
{
color: #D211DC;
}
</style>
background-color css
<style>
a { background-color: #D211DC; }
a { background-color: rgb(210,17,220); }
div.DivClassName
{
background-color: #D211DC;
}
.BgClassName
{
background-color: #D211DC;
}
</style>
border-color css
<style>
span { border-color: #D211DC; }
span { border-color: rgb(210,17,220); }
td.TdClassName
{
border-color: #D211DC;
}
.TagClassName
{
border-color: #D211DC;
}
</style>