Shades of Deep Magenta #D80BBF
Tints of Deep Magenta #D80BBF
RGB
CMYK
RGB Variations
Color information
#D80BBF (or 0xD80BBF) is known color: Deep Magenta. HEX triplet: D8, 0B and BF. RGB value is (216,11,191). Sum of RGB (Red+Green+Blue) = 216+11+191=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BBF is #27F440. Grayscale: #5C5C5C. Windows color (decimal): -2618433 or 12520408. OLE color: 12520408.
HSL color Cylindrical-coordinate representation of color #D80BBF: hue angle of 307.32º 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 #D80BBF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.15 |
| HSL | 307.32º | 0.9% | 0.45% | - |
| HSV(B) | 307.32º | 0.95% | 0.85% | - |
| XYZ | 37.84 | 18.6 | 50.89 | - |
| YUV | 92.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 191 | 0 | 0.95 | 0.12 | 0.15 | 307.32 | 0.9 | 0.45 |
| Hex | D8 | B | BF | 0 | 5F | C | F | 133 | 5A | 2D |
| Octal | 330 | 13 | 277 | 0 | 137 | 14 | 17 | 463 | 132 | 55 |
| Binary | 11011000 | 1011 | 10111111 | 0 | 1011111 | 1100 | 1111 | 100110011 | 1011010 | 101101 |
Color Harmonies of #D80BBF
Complementary color
Monochromatic Colors of #D80BBF
Black with #D80BBF
Text Example
Text Example
White with #D80BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BBF; }
p { color: rgb(216,11,191); }
H1.HeaderClassName
{
color: #D80BBF;
}
.AnyTagClassName
{
color: #D80BBF;
}
</style>
background-color css
<style>
a { background-color: #D80BBF; }
a { background-color: rgb(216,11,191); }
div.DivClassName
{
background-color: #D80BBF;
}
.BgClassName
{
background-color: #D80BBF;
}
</style>
border-color css
<style>
span { border-color: #D80BBF; }
span { border-color: rgb(216,11,191); }
td.TdClassName
{
border-color: #D80BBF;
}
.TagClassName
{
border-color: #D80BBF;
}
</style>