Shades of Deep Magenta #D80BB9
Tints of Deep Magenta #D80BB9
RGB
CMYK
RGB Variations
Color information
#D80BB9 (or 0xD80BB9) is known color: Deep Magenta. HEX triplet: D8, 0B and B9. RGB value is (216,11,185). Sum of RGB (Red+Green+Blue) = 216+11+185=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BB9 is #27F446. Grayscale: #5B5B5B. Windows color (decimal): -2618439 or 12127192. OLE color: 12127192.
HSL color Cylindrical-coordinate representation of color #D80BB9: hue angle of 309.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 185 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.15 |
| HSL | 309.07º | 0.9% | 0.45% | - |
| HSV(B) | 309.07º | 0.95% | 0.85% | - |
| XYZ | 37.2 | 18.34 | 47.48 | - |
| YUV | 92.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 185 | 0 | 0.95 | 0.14 | 0.15 | 309.07 | 0.9 | 0.45 |
| Hex | D8 | B | B9 | 0 | 5F | E | F | 135 | 5A | 2D |
| Octal | 330 | 13 | 271 | 0 | 137 | 16 | 17 | 465 | 132 | 55 |
| Binary | 11011000 | 1011 | 10111001 | 0 | 1011111 | 1110 | 1111 | 100110101 | 1011010 | 101101 |
Color Harmonies of #D80BB9
Complementary color
Monochromatic Colors of #D80BB9
Black with #D80BB9
Text Example
Text Example
White with #D80BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BB9; }
p { color: rgb(216,11,185); }
H1.HeaderClassName
{
color: #D80BB9;
}
.AnyTagClassName
{
color: #D80BB9;
}
</style>
background-color css
<style>
a { background-color: #D80BB9; }
a { background-color: rgb(216,11,185); }
div.DivClassName
{
background-color: #D80BB9;
}
.BgClassName
{
background-color: #D80BB9;
}
</style>
border-color css
<style>
span { border-color: #D80BB9; }
span { border-color: rgb(216,11,185); }
td.TdClassName
{
border-color: #D80BB9;
}
.TagClassName
{
border-color: #D80BB9;
}
</style>