Shades of Deep Magenta #DB0ECE
Tints of Deep Magenta #DB0ECE
RGB
CMYK
RGB Variations
Color information
#DB0ECE (or 0xDB0ECE) is known color: Deep Magenta. HEX triplet: DB, 0E and CE. RGB value is (219,14,206). Sum of RGB (Red+Green+Blue) = 219+14+206=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ECE is #24F131. Grayscale: #606060. Windows color (decimal): -2421042 or 13504219. OLE color: 13504219.
HSL color Cylindrical-coordinate representation of color #DB0ECE: hue angle of 303.8º 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 #DB0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 303.8º | 0.88% | 0.46% | - |
| HSV(B) | 303.8º | 0.94% | 0.86% | - |
| XYZ | 40.51 | 19.83 | 60.08 | - |
| YUV | 97.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 206 | 0 | 0.94 | 0.06 | 0.14 | 303.8 | 0.88 | 0.46 |
| Hex | DB | E | CE | 0 | 5E | 6 | E | 130 | 58 | 2E |
| Octal | 333 | 16 | 316 | 0 | 136 | 6 | 16 | 460 | 130 | 56 |
| Binary | 11011011 | 1110 | 11001110 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DB0ECE
Complementary color
Monochromatic Colors of #DB0ECE
Black with #DB0ECE
Text Example
Text Example
White with #DB0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ECE; }
p { color: rgb(219,14,206); }
H1.HeaderClassName
{
color: #DB0ECE;
}
.AnyTagClassName
{
color: #DB0ECE;
}
</style>
background-color css
<style>
a { background-color: #DB0ECE; }
a { background-color: rgb(219,14,206); }
div.DivClassName
{
background-color: #DB0ECE;
}
.BgClassName
{
background-color: #DB0ECE;
}
</style>
border-color css
<style>
span { border-color: #DB0ECE; }
span { border-color: rgb(219,14,206); }
td.TdClassName
{
border-color: #DB0ECE;
}
.TagClassName
{
border-color: #DB0ECE;
}
</style>