Shades of Deep Magenta #DB0ECF
Tints of Deep Magenta #DB0ECF
RGB
CMYK
RGB Variations
Color information
#DB0ECF (or 0xDB0ECF) is known color: Deep Magenta. HEX triplet: DB, 0E and CF. RGB value is (219,14,207). Sum of RGB (Red+Green+Blue) = 219+14+207=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ECF is #24F130. Grayscale: #606060. Windows color (decimal): -2421041 or 13569755. OLE color: 13569755.
HSL color Cylindrical-coordinate representation of color #DB0ECF: hue angle of 303.51º 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 #DB0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.14 |
| HSL | 303.51º | 0.88% | 0.46% | - |
| HSV(B) | 303.51º | 0.94% | 0.86% | - |
| XYZ | 40.63 | 19.88 | 60.73 | - |
| YUV | 97.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 207 | 0 | 0.94 | 0.05 | 0.14 | 303.51 | 0.88 | 0.46 |
| Hex | DB | E | CF | 0 | 5E | 5 | E | 130 | 58 | 2E |
| Octal | 333 | 16 | 317 | 0 | 136 | 5 | 16 | 460 | 130 | 56 |
| Binary | 11011011 | 1110 | 11001111 | 0 | 1011110 | 101 | 1110 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DB0ECF
Complementary color
Monochromatic Colors of #DB0ECF
Black with #DB0ECF
Text Example
Text Example
White with #DB0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ECF; }
p { color: rgb(219,14,207); }
H1.HeaderClassName
{
color: #DB0ECF;
}
.AnyTagClassName
{
color: #DB0ECF;
}
</style>
background-color css
<style>
a { background-color: #DB0ECF; }
a { background-color: rgb(219,14,207); }
div.DivClassName
{
background-color: #DB0ECF;
}
.BgClassName
{
background-color: #DB0ECF;
}
</style>
border-color css
<style>
span { border-color: #DB0ECF; }
span { border-color: rgb(219,14,207); }
td.TdClassName
{
border-color: #DB0ECF;
}
.TagClassName
{
border-color: #DB0ECF;
}
</style>