Shades of Deep Magenta #D807B9
Tints of Deep Magenta #D807B9
RGB
CMYK
RGB Variations
Color information
#D807B9 (or 0xD807B9) is known color: Deep Magenta. HEX triplet: D8, 07 and B9. RGB value is (216,7,185). Sum of RGB (Red+Green+Blue) = 216+7+185=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D807B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807B9 is #27F846. Grayscale: #595959. Windows color (decimal): -2619463 or 12126168. OLE color: 12126168.
HSL color Cylindrical-coordinate representation of color #D807B9: hue angle of 308.9º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807B9 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.15 |
| HSL | 308.9º | 0.94% | 0.44% | - |
| HSV(B) | 308.9º | 0.97% | 0.85% | - |
| XYZ | 37.15 | 18.25 | 47.46 | - |
| YUV | 89.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 185 | 0 | 0.97 | 0.14 | 0.15 | 308.9 | 0.94 | 0.44 |
| Hex | D8 | 7 | B9 | 0 | 61 | E | F | 135 | 5E | 2C |
| Octal | 330 | 7 | 271 | 0 | 141 | 16 | 17 | 465 | 136 | 54 |
| Binary | 11011000 | 111 | 10111001 | 0 | 1100001 | 1110 | 1111 | 100110101 | 1011110 | 101100 |
Color Harmonies of #D807B9
Complementary color
Monochromatic Colors of #D807B9
Black with #D807B9
Text Example
Text Example
White with #D807B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807B9; }
p { color: rgb(216,7,185); }
H1.HeaderClassName
{
color: #D807B9;
}
.AnyTagClassName
{
color: #D807B9;
}
</style>
background-color css
<style>
a { background-color: #D807B9; }
a { background-color: rgb(216,7,185); }
div.DivClassName
{
background-color: #D807B9;
}
.BgClassName
{
background-color: #D807B9;
}
</style>
border-color css
<style>
span { border-color: #D807B9; }
span { border-color: rgb(216,7,185); }
td.TdClassName
{
border-color: #D807B9;
}
.TagClassName
{
border-color: #D807B9;
}
</style>