Shades of Deep Magenta #DB0EDA
Tints of Deep Magenta #DB0EDA
RGB
CMYK
RGB Variations
Color information
#DB0EDA (or 0xDB0EDA) is known color: Deep Magenta. HEX triplet: DB, 0E and DA. RGB value is (219,14,218). Sum of RGB (Red+Green+Blue) = 219+14+218=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EDA is #24F125. Grayscale: #616161. Windows color (decimal): -2421030 or 14290651. OLE color: 14290651.
HSL color Cylindrical-coordinate representation of color #DB0EDA: hue angle of 300.29º 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 #DB0EDA is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.14 |
| HSL | 300.29º | 0.88% | 0.46% | - |
| HSV(B) | 300.29º | 0.94% | 0.86% | - |
| XYZ | 42.03 | 20.44 | 68.06 | - |
| YUV | 98.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 218 | 0 | 0.94 | 0.00 | 0.14 | 300.29 | 0.88 | 0.46 |
| Hex | DB | E | DA | 0 | 5E | 0 | E | 12C | 58 | 2E |
| Octal | 333 | 16 | 332 | 0 | 136 | 0 | 16 | 454 | 130 | 56 |
| Binary | 11011011 | 1110 | 11011010 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DB0EDA
Complementary color
Monochromatic Colors of #DB0EDA
Black with #DB0EDA
Text Example
Text Example
White with #DB0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EDA; }
p { color: rgb(219,14,218); }
H1.HeaderClassName
{
color: #DB0EDA;
}
.AnyTagClassName
{
color: #DB0EDA;
}
</style>
background-color css
<style>
a { background-color: #DB0EDA; }
a { background-color: rgb(219,14,218); }
div.DivClassName
{
background-color: #DB0EDA;
}
.BgClassName
{
background-color: #DB0EDA;
}
</style>
border-color css
<style>
span { border-color: #DB0EDA; }
span { border-color: rgb(219,14,218); }
td.TdClassName
{
border-color: #DB0EDA;
}
.TagClassName
{
border-color: #DB0EDA;
}
</style>