Shades of Deep Magenta #D211B9
Tints of Deep Magenta #D211B9
RGB
CMYK
RGB Variations
Color information
#D211B9 (or 0xD211B9) is known color: Deep Magenta. HEX triplet: D2, 11 and B9. RGB value is (210,17,185). Sum of RGB (Red+Green+Blue) = 210+17+185=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D211B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211B9 is #2DEE46. Grayscale: #5D5D5D. Windows color (decimal): -3010119 or 12128722. OLE color: 12128722.
HSL color Cylindrical-coordinate representation of color #D211B9: hue angle of 307.77º 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 #D211B9 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 185 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.18 |
| HSL | 307.77º | 0.85% | 0.45% | - |
| HSV(B) | 307.77º | 0.92% | 0.82% | - |
| XYZ | 35.54 | 17.61 | 47.42 | - |
| YUV | 93.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 185 | 0 | 0.92 | 0.12 | 0.18 | 307.77 | 0.85 | 0.45 |
| Hex | D2 | 11 | B9 | 0 | 5C | C | 12 | 134 | 55 | 2D |
| Octal | 322 | 21 | 271 | 0 | 134 | 14 | 22 | 464 | 125 | 55 |
| Binary | 11010010 | 10001 | 10111001 | 0 | 1011100 | 1100 | 10010 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D211B9
Complementary color
Monochromatic Colors of #D211B9
Black with #D211B9
Text Example
Text Example
White with #D211B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211B9; }
p { color: rgb(210,17,185); }
H1.HeaderClassName
{
color: #D211B9;
}
.AnyTagClassName
{
color: #D211B9;
}
</style>
background-color css
<style>
a { background-color: #D211B9; }
a { background-color: rgb(210,17,185); }
div.DivClassName
{
background-color: #D211B9;
}
.BgClassName
{
background-color: #D211B9;
}
</style>
border-color css
<style>
span { border-color: #D211B9; }
span { border-color: rgb(210,17,185); }
td.TdClassName
{
border-color: #D211B9;
}
.TagClassName
{
border-color: #D211B9;
}
</style>