Shades of Deep Magenta #D800B9
Tints of Deep Magenta #D800B9
RGB
CMYK
RGB Variations
Color information
#D800B9 (or 0xD800B9) is known color: Deep Magenta. HEX triplet: D8, 00 and B9. RGB value is (216,0,185). Sum of RGB (Red+Green+Blue) = 216+0+185=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D800B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800B9 is #27FF46. Grayscale: #555555. Windows color (decimal): -2621255 or 12124376. OLE color: 12124376.
HSL color Cylindrical-coordinate representation of color #D800B9: hue angle of 308.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800B9 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.14 | 0.15 |
| HSL | 308.61º | 1% | 0.42% | - |
| HSV(B) | 308.61º | 1% | 0.85% | - |
| XYZ | 37.08 | 18.1 | 47.44 | - |
| YUV | 85.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 185 | 0 | 1 | 0.14 | 0.15 | 308.61 | 1 | 0.42 |
| Hex | D8 | 0 | B9 | 0 | 64 | E | F | 135 | 64 | 2A |
| Octal | 330 | 0 | 271 | 0 | 144 | 16 | 17 | 465 | 144 | 52 |
| Binary | 11011000 | 0 | 10111001 | 0 | 1100100 | 1110 | 1111 | 100110101 | 1100100 | 101010 |
Color Harmonies of #D800B9
Complementary color
Monochromatic Colors of #D800B9
Black with #D800B9
Text Example
Text Example
White with #D800B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800B9; }
p { color: rgb(216,0,185); }
H1.HeaderClassName
{
color: #D800B9;
}
.AnyTagClassName
{
color: #D800B9;
}
</style>
background-color css
<style>
a { background-color: #D800B9; }
a { background-color: rgb(216,0,185); }
div.DivClassName
{
background-color: #D800B9;
}
.BgClassName
{
background-color: #D800B9;
}
</style>
border-color css
<style>
span { border-color: #D800B9; }
span { border-color: rgb(216,0,185); }
td.TdClassName
{
border-color: #D800B9;
}
.TagClassName
{
border-color: #D800B9;
}
</style>