Shades of Deep Magenta #D211C0
Tints of Deep Magenta #D211C0
RGB
CMYK
RGB Variations
Color information
#D211C0 (or 0xD211C0) is known color: Deep Magenta. HEX triplet: D2, 11 and C0. RGB value is (210,17,192). Sum of RGB (Red+Green+Blue) = 210+17+192=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D211C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211C0 is #2DEE3F. Grayscale: #5E5E5E. Windows color (decimal): -3010112 or 12587474. OLE color: 12587474.
HSL color Cylindrical-coordinate representation of color #D211C0: hue angle of 305.6º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211C0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.18 |
| HSL | 305.6º | 0.85% | 0.45% | - |
| HSV(B) | 305.6º | 0.92% | 0.82% | - |
| XYZ | 36.29 | 17.91 | 51.41 | - |
| YUV | 94.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 192 | 0 | 0.92 | 0.09 | 0.18 | 305.6 | 0.85 | 0.45 |
| Hex | D2 | 11 | C0 | 0 | 5C | 9 | 12 | 132 | 55 | 2D |
| Octal | 322 | 21 | 300 | 0 | 134 | 11 | 22 | 462 | 125 | 55 |
| Binary | 11010010 | 10001 | 11000000 | 0 | 1011100 | 1001 | 10010 | 100110010 | 1010101 | 101101 |
Color Harmonies of #D211C0
Complementary color
Monochromatic Colors of #D211C0
Black with #D211C0
Text Example
Text Example
White with #D211C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211C0; }
p { color: rgb(210,17,192); }
H1.HeaderClassName
{
color: #D211C0;
}
.AnyTagClassName
{
color: #D211C0;
}
</style>
background-color css
<style>
a { background-color: #D211C0; }
a { background-color: rgb(210,17,192); }
div.DivClassName
{
background-color: #D211C0;
}
.BgClassName
{
background-color: #D211C0;
}
</style>
border-color css
<style>
span { border-color: #D211C0; }
span { border-color: rgb(210,17,192); }
td.TdClassName
{
border-color: #D211C0;
}
.TagClassName
{
border-color: #D211C0;
}
</style>