Shades of Deep Magenta #DB0EBB
Tints of Deep Magenta #DB0EBB
RGB
CMYK
RGB Variations
Color information
#DB0EBB (or 0xDB0EBB) is known color: Deep Magenta. HEX triplet: DB, 0E and BB. RGB value is (219,14,187). Sum of RGB (Red+Green+Blue) = 219+14+187=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EBB is #24F144. Grayscale: #5E5E5E. Windows color (decimal): -2421061 or 12259035. OLE color: 12259035.
HSL color Cylindrical-coordinate representation of color #DB0EBB: hue angle of 309.37º 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 #DB0EBB is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 187 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.14 |
| HSL | 309.37º | 0.88% | 0.46% | - |
| HSV(B) | 309.37º | 0.94% | 0.86% | - |
| XYZ | 38.34 | 18.96 | 48.65 | - |
| YUV | 95.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 187 | 0 | 0.94 | 0.15 | 0.14 | 309.37 | 0.88 | 0.46 |
| Hex | DB | E | BB | 0 | 5E | F | E | 135 | 58 | 2E |
| Octal | 333 | 16 | 273 | 0 | 136 | 17 | 16 | 465 | 130 | 56 |
| Binary | 11011011 | 1110 | 10111011 | 0 | 1011110 | 1111 | 1110 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DB0EBB
Complementary color
Monochromatic Colors of #DB0EBB
Black with #DB0EBB
Text Example
Text Example
White with #DB0EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EBB; }
p { color: rgb(219,14,187); }
H1.HeaderClassName
{
color: #DB0EBB;
}
.AnyTagClassName
{
color: #DB0EBB;
}
</style>
background-color css
<style>
a { background-color: #DB0EBB; }
a { background-color: rgb(219,14,187); }
div.DivClassName
{
background-color: #DB0EBB;
}
.BgClassName
{
background-color: #DB0EBB;
}
</style>
border-color css
<style>
span { border-color: #DB0EBB; }
span { border-color: rgb(219,14,187); }
td.TdClassName
{
border-color: #DB0EBB;
}
.TagClassName
{
border-color: #DB0EBB;
}
</style>