Shades of Deep Magenta #DB0EDB
Tints of Deep Magenta #DB0EDB
RGB
CMYK
RGB Variations
Color information
#DB0EDB (or 0xDB0EDB) is known color: Deep Magenta. HEX triplet: DB, 0E and DB. RGB value is (219,14,219). Sum of RGB (Red+Green+Blue) = 219+14+219=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EDB is #24F124. Grayscale: #626262. Windows color (decimal): -2421029 or 14356187. OLE color: 14356187.
HSL color Cylindrical-coordinate representation of color #DB0EDB: hue angle of 300º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EDB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0 | 0.14 |
| HSL | 300º | 0.88% | 0.46% | - |
| HSV(B) | 300º | 0.94% | 0.86% | - |
| XYZ | 42.16 | 20.49 | 68.75 | - |
| YUV | 98.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 219 | 0 | 0.94 | 0 | 0.14 | 300 | 0.88 | 0.46 |
| Hex | DB | E | DB | 0 | 5E | 0 | E | 12C | 58 | 2E |
| Octal | 333 | 16 | 333 | 0 | 136 | 0 | 16 | 454 | 130 | 56 |
| Binary | 11011011 | 1110 | 11011011 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DB0EDB
Complementary color
Monochromatic Colors of #DB0EDB
Black with #DB0EDB
Text Example
Text Example
White with #DB0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EDB; }
p { color: rgb(219,14,219); }
H1.HeaderClassName
{
color: #DB0EDB;
}
.AnyTagClassName
{
color: #DB0EDB;
}
</style>
background-color css
<style>
a { background-color: #DB0EDB; }
a { background-color: rgb(219,14,219); }
div.DivClassName
{
background-color: #DB0EDB;
}
.BgClassName
{
background-color: #DB0EDB;
}
</style>
border-color css
<style>
span { border-color: #DB0EDB; }
span { border-color: rgb(219,14,219); }
td.TdClassName
{
border-color: #DB0EDB;
}
.TagClassName
{
border-color: #DB0EDB;
}
</style>