Shades of Deep Magenta #D810B9
Tints of Deep Magenta #D810B9
RGB
CMYK
RGB Variations
Color information
#D810B9 (or 0xD810B9) is known color: Deep Magenta. HEX triplet: D8, 10 and B9. RGB value is (216,16,185). Sum of RGB (Red+Green+Blue) = 216+16+185=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D810B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810B9 is #27EF46. Grayscale: #5E5E5E. Windows color (decimal): -2617159 or 12128472. OLE color: 12128472.
HSL color Cylindrical-coordinate representation of color #D810B9: hue angle of 309.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810B9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 185 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.15 |
| HSL | 309.3º | 0.86% | 0.45% | - |
| HSV(B) | 309.3º | 0.93% | 0.85% | - |
| XYZ | 37.26 | 18.47 | 47.5 | - |
| YUV | 95.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 185 | 0 | 0.93 | 0.14 | 0.15 | 309.3 | 0.86 | 0.45 |
| Hex | D8 | 10 | B9 | 0 | 5D | E | F | 135 | 56 | 2D |
| Octal | 330 | 20 | 271 | 0 | 135 | 16 | 17 | 465 | 126 | 55 |
| Binary | 11011000 | 10000 | 10111001 | 0 | 1011101 | 1110 | 1111 | 100110101 | 1010110 | 101101 |
Color Harmonies of #D810B9
Complementary color
Monochromatic Colors of #D810B9
Black with #D810B9
Text Example
Text Example
White with #D810B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810B9; }
p { color: rgb(216,16,185); }
H1.HeaderClassName
{
color: #D810B9;
}
.AnyTagClassName
{
color: #D810B9;
}
</style>
background-color css
<style>
a { background-color: #D810B9; }
a { background-color: rgb(216,16,185); }
div.DivClassName
{
background-color: #D810B9;
}
.BgClassName
{
background-color: #D810B9;
}
</style>
border-color css
<style>
span { border-color: #D810B9; }
span { border-color: rgb(216,16,185); }
td.TdClassName
{
border-color: #D810B9;
}
.TagClassName
{
border-color: #D810B9;
}
</style>