Shades of Deep Magenta #D210B9
Tints of Deep Magenta #D210B9
RGB
CMYK
RGB Variations
Color information
#D210B9 (or 0xD210B9) is known color: Deep Magenta. HEX triplet: D2, 10 and B9. RGB value is (210,16,185). Sum of RGB (Red+Green+Blue) = 210+16+185=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D210B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210B9 is #2DEF46. Grayscale: #5C5C5C. Windows color (decimal): -3010375 or 12128466. OLE color: 12128466.
HSL color Cylindrical-coordinate representation of color #D210B9: hue angle of 307.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210B9 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 185 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.18 |
| HSL | 307.73º | 0.86% | 0.44% | - |
| HSV(B) | 307.73º | 0.92% | 0.82% | - |
| XYZ | 35.52 | 17.58 | 47.42 | - |
| YUV | 93.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 185 | 0 | 0.92 | 0.12 | 0.18 | 307.73 | 0.86 | 0.44 |
| Hex | D2 | 10 | B9 | 0 | 5C | C | 12 | 134 | 56 | 2C |
| Octal | 322 | 20 | 271 | 0 | 134 | 14 | 22 | 464 | 126 | 54 |
| Binary | 11010010 | 10000 | 10111001 | 0 | 1011100 | 1100 | 10010 | 100110100 | 1010110 | 101100 |
Color Harmonies of #D210B9
Complementary color
Monochromatic Colors of #D210B9
Black with #D210B9
Text Example
Text Example
White with #D210B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210B9; }
p { color: rgb(210,16,185); }
H1.HeaderClassName
{
color: #D210B9;
}
.AnyTagClassName
{
color: #D210B9;
}
</style>
background-color css
<style>
a { background-color: #D210B9; }
a { background-color: rgb(210,16,185); }
div.DivClassName
{
background-color: #D210B9;
}
.BgClassName
{
background-color: #D210B9;
}
</style>
border-color css
<style>
span { border-color: #D210B9; }
span { border-color: rgb(210,16,185); }
td.TdClassName
{
border-color: #D210B9;
}
.TagClassName
{
border-color: #D210B9;
}
</style>