Shades of Deep Magenta #DB0ECB
Tints of Deep Magenta #DB0ECB
RGB
CMYK
RGB Variations
Color information
#DB0ECB (or 0xDB0ECB) is known color: Deep Magenta. HEX triplet: DB, 0E and CB. RGB value is (219,14,203). Sum of RGB (Red+Green+Blue) = 219+14+203=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ECB is #24F134. Grayscale: #606060. Windows color (decimal): -2421045 or 13307611. OLE color: 13307611.
HSL color Cylindrical-coordinate representation of color #DB0ECB: hue angle of 304.68º 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 #DB0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.14 |
| HSL | 304.68º | 0.88% | 0.46% | - |
| HSV(B) | 304.68º | 0.94% | 0.86% | - |
| XYZ | 40.15 | 19.69 | 58.18 | - |
| YUV | 96.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 203 | 0 | 0.94 | 0.07 | 0.14 | 304.68 | 0.88 | 0.46 |
| Hex | DB | E | CB | 0 | 5E | 7 | E | 131 | 58 | 2E |
| Octal | 333 | 16 | 313 | 0 | 136 | 7 | 16 | 461 | 130 | 56 |
| Binary | 11011011 | 1110 | 11001011 | 0 | 1011110 | 111 | 1110 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DB0ECB
Complementary color
Monochromatic Colors of #DB0ECB
Black with #DB0ECB
Text Example
Text Example
White with #DB0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ECB; }
p { color: rgb(219,14,203); }
H1.HeaderClassName
{
color: #DB0ECB;
}
.AnyTagClassName
{
color: #DB0ECB;
}
</style>
background-color css
<style>
a { background-color: #DB0ECB; }
a { background-color: rgb(219,14,203); }
div.DivClassName
{
background-color: #DB0ECB;
}
.BgClassName
{
background-color: #DB0ECB;
}
</style>
border-color css
<style>
span { border-color: #DB0ECB; }
span { border-color: rgb(219,14,203); }
td.TdClassName
{
border-color: #DB0ECB;
}
.TagClassName
{
border-color: #DB0ECB;
}
</style>