Shades of Deep Magenta #D80BBA
Tints of Deep Magenta #D80BBA
RGB
CMYK
RGB Variations
Color information
#D80BBA (or 0xD80BBA) is known color: Deep Magenta. HEX triplet: D8, 0B and BA. RGB value is (216,11,186). Sum of RGB (Red+Green+Blue) = 216+11+186=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BBA is #27F445. Grayscale: #5B5B5B. Windows color (decimal): -2618438 or 12192728. OLE color: 12192728.
HSL color Cylindrical-coordinate representation of color #D80BBA: hue angle of 308.78º 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 #D80BBA is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.15 |
| HSL | 308.78º | 0.9% | 0.45% | - |
| HSV(B) | 308.78º | 0.95% | 0.85% | - |
| XYZ | 37.3 | 18.38 | 48.04 | - |
| YUV | 92.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 186 | 0 | 0.95 | 0.14 | 0.15 | 308.78 | 0.9 | 0.45 |
| Hex | D8 | B | BA | 0 | 5F | E | F | 135 | 5A | 2D |
| Octal | 330 | 13 | 272 | 0 | 137 | 16 | 17 | 465 | 132 | 55 |
| Binary | 11011000 | 1011 | 10111010 | 0 | 1011111 | 1110 | 1111 | 100110101 | 1011010 | 101101 |
Color Harmonies of #D80BBA
Complementary color
Monochromatic Colors of #D80BBA
Black with #D80BBA
Text Example
Text Example
White with #D80BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BBA; }
p { color: rgb(216,11,186); }
H1.HeaderClassName
{
color: #D80BBA;
}
.AnyTagClassName
{
color: #D80BBA;
}
</style>
background-color css
<style>
a { background-color: #D80BBA; }
a { background-color: rgb(216,11,186); }
div.DivClassName
{
background-color: #D80BBA;
}
.BgClassName
{
background-color: #D80BBA;
}
</style>
border-color css
<style>
span { border-color: #D80BBA; }
span { border-color: rgb(216,11,186); }
td.TdClassName
{
border-color: #D80BBA;
}
.TagClassName
{
border-color: #D80BBA;
}
</style>