Shades of Deep Magenta #DB0EBE
Tints of Deep Magenta #DB0EBE
RGB
CMYK
RGB Variations
Color information
#DB0EBE (or 0xDB0EBE) is known color: Deep Magenta. HEX triplet: DB, 0E and BE. RGB value is (219,14,190). Sum of RGB (Red+Green+Blue) = 219+14+190=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EBE is #24F141. Grayscale: #5E5E5E. Windows color (decimal): -2421058 or 12455643. OLE color: 12455643.
HSL color Cylindrical-coordinate representation of color #DB0EBE: hue angle of 308.49º 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 #DB0EBE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.14 |
| HSL | 308.49º | 0.88% | 0.46% | - |
| HSV(B) | 308.49º | 0.94% | 0.86% | - |
| XYZ | 38.66 | 19.09 | 50.36 | - |
| YUV | 95.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 190 | 0 | 0.94 | 0.13 | 0.14 | 308.49 | 0.88 | 0.46 |
| Hex | DB | E | BE | 0 | 5E | D | E | 134 | 58 | 2E |
| Octal | 333 | 16 | 276 | 0 | 136 | 15 | 16 | 464 | 130 | 56 |
| Binary | 11011011 | 1110 | 10111110 | 0 | 1011110 | 1101 | 1110 | 100110100 | 1011000 | 101110 |
Color Harmonies of #DB0EBE
Complementary color
Monochromatic Colors of #DB0EBE
Black with #DB0EBE
Text Example
Text Example
White with #DB0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EBE; }
p { color: rgb(219,14,190); }
H1.HeaderClassName
{
color: #DB0EBE;
}
.AnyTagClassName
{
color: #DB0EBE;
}
</style>
background-color css
<style>
a { background-color: #DB0EBE; }
a { background-color: rgb(219,14,190); }
div.DivClassName
{
background-color: #DB0EBE;
}
.BgClassName
{
background-color: #DB0EBE;
}
</style>
border-color css
<style>
span { border-color: #DB0EBE; }
span { border-color: rgb(219,14,190); }
td.TdClassName
{
border-color: #DB0EBE;
}
.TagClassName
{
border-color: #DB0EBE;
}
</style>