Shades of Deep Magenta #DB0EC3
Tints of Deep Magenta #DB0EC3
RGB
CMYK
RGB Variations
Color information
#DB0EC3 (or 0xDB0EC3) is known color: Deep Magenta. HEX triplet: DB, 0E and C3. RGB value is (219,14,195). Sum of RGB (Red+Green+Blue) = 219+14+195=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EC3 is #24F13C. Grayscale: #5F5F5F. Windows color (decimal): -2421053 or 12783323. OLE color: 12783323.
HSL color Cylindrical-coordinate representation of color #DB0EC3: hue angle of 307.02º 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 #DB0EC3 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 195 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.14 |
| HSL | 307.02º | 0.88% | 0.46% | - |
| HSV(B) | 307.02º | 0.94% | 0.86% | - |
| XYZ | 39.22 | 19.31 | 53.29 | - |
| YUV | 95.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 195 | 0 | 0.94 | 0.11 | 0.14 | 307.02 | 0.88 | 0.46 |
| Hex | DB | E | C3 | 0 | 5E | B | E | 133 | 58 | 2E |
| Octal | 333 | 16 | 303 | 0 | 136 | 13 | 16 | 463 | 130 | 56 |
| Binary | 11011011 | 1110 | 11000011 | 0 | 1011110 | 1011 | 1110 | 100110011 | 1011000 | 101110 |
Color Harmonies of #DB0EC3
Complementary color
Monochromatic Colors of #DB0EC3
Black with #DB0EC3
Text Example
Text Example
White with #DB0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EC3; }
p { color: rgb(219,14,195); }
H1.HeaderClassName
{
color: #DB0EC3;
}
.AnyTagClassName
{
color: #DB0EC3;
}
</style>
background-color css
<style>
a { background-color: #DB0EC3; }
a { background-color: rgb(219,14,195); }
div.DivClassName
{
background-color: #DB0EC3;
}
.BgClassName
{
background-color: #DB0EC3;
}
</style>
border-color css
<style>
span { border-color: #DB0EC3; }
span { border-color: rgb(219,14,195); }
td.TdClassName
{
border-color: #DB0EC3;
}
.TagClassName
{
border-color: #DB0EC3;
}
</style>