Shades of Deep Magenta #D808B9
Tints of Deep Magenta #D808B9
RGB
CMYK
RGB Variations
Color information
#D808B9 (or 0xD808B9) is known color: Deep Magenta. HEX triplet: D8, 08 and B9. RGB value is (216,8,185). Sum of RGB (Red+Green+Blue) = 216+8+185=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D808B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808B9 is #27F746. Grayscale: #595959. Windows color (decimal): -2619207 or 12126424. OLE color: 12126424.
HSL color Cylindrical-coordinate representation of color #D808B9: hue angle of 308.94º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808B9 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.15 |
| HSL | 308.94º | 0.93% | 0.44% | - |
| HSV(B) | 308.94º | 0.96% | 0.85% | - |
| XYZ | 37.16 | 18.28 | 47.47 | - |
| YUV | 90.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 185 | 0 | 0.96 | 0.14 | 0.15 | 308.94 | 0.93 | 0.44 |
| Hex | D8 | 8 | B9 | 0 | 60 | E | F | 135 | 5D | 2C |
| Octal | 330 | 10 | 271 | 0 | 140 | 16 | 17 | 465 | 135 | 54 |
| Binary | 11011000 | 1000 | 10111001 | 0 | 1100000 | 1110 | 1111 | 100110101 | 1011101 | 101100 |
Color Harmonies of #D808B9
Complementary color
Monochromatic Colors of #D808B9
Black with #D808B9
Text Example
Text Example
White with #D808B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808B9; }
p { color: rgb(216,8,185); }
H1.HeaderClassName
{
color: #D808B9;
}
.AnyTagClassName
{
color: #D808B9;
}
</style>
background-color css
<style>
a { background-color: #D808B9; }
a { background-color: rgb(216,8,185); }
div.DivClassName
{
background-color: #D808B9;
}
.BgClassName
{
background-color: #D808B9;
}
</style>
border-color css
<style>
span { border-color: #D808B9; }
span { border-color: rgb(216,8,185); }
td.TdClassName
{
border-color: #D808B9;
}
.TagClassName
{
border-color: #D808B9;
}
</style>