Shades of Deep Magenta #D80BDB
Tints of Deep Magenta #D80BDB
RGB
CMYK
RGB Variations
Color information
#D80BDB (or 0xD80BDB) is known color: Deep Magenta. HEX triplet: D8, 0B and DB. RGB value is (216,11,219). Sum of RGB (Red+Green+Blue) = 216+11+219=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #D80BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BDB is #27F424. Grayscale: #5F5F5F. Windows color (decimal): -2618405 or 14355416. OLE color: 14355416.
HSL color Cylindrical-coordinate representation of color #D80BDB: hue angle of 299.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BDB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 11 | 219 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.14 |
| HSL | 299.13º | 0.9% | 0.45% | - |
| HSV(B) | 299.13º | 0.95% | 0.86% | - |
| XYZ | 41.22 | 19.95 | 68.7 | - |
| YUV | 96.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 219 | 0.01 | 0.95 | 0 | 0.14 | 299.13 | 0.9 | 0.45 |
| Hex | D8 | B | DB | 1 | 5F | 0 | E | 12B | 5A | 2D |
| Octal | 330 | 13 | 333 | 1 | 137 | 0 | 16 | 453 | 132 | 55 |
| Binary | 11011000 | 1011 | 11011011 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D80BDB
Complementary color
Monochromatic Colors of #D80BDB
Black with #D80BDB
Text Example
Text Example
White with #D80BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BDB; }
p { color: rgb(216,11,219); }
H1.HeaderClassName
{
color: #D80BDB;
}
.AnyTagClassName
{
color: #D80BDB;
}
</style>
background-color css
<style>
a { background-color: #D80BDB; }
a { background-color: rgb(216,11,219); }
div.DivClassName
{
background-color: #D80BDB;
}
.BgClassName
{
background-color: #D80BDB;
}
</style>
border-color css
<style>
span { border-color: #D80BDB; }
span { border-color: rgb(216,11,219); }
td.TdClassName
{
border-color: #D80BDB;
}
.TagClassName
{
border-color: #D80BDB;
}
</style>