Shades of Deep Magenta #DB0ED1
Tints of Deep Magenta #DB0ED1
RGB
CMYK
RGB Variations
Color information
#DB0ED1 (or 0xDB0ED1) is known color: Deep Magenta. HEX triplet: DB, 0E and D1. RGB value is (219,14,209). Sum of RGB (Red+Green+Blue) = 219+14+209=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ED1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ED1 is #24F12E. Grayscale: #606060. Windows color (decimal): -2421039 or 13700827. OLE color: 13700827.
HSL color Cylindrical-coordinate representation of color #DB0ED1: hue angle of 302.93º 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 #DB0ED1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 209 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.14 |
| HSL | 302.93º | 0.88% | 0.46% | - |
| HSV(B) | 302.93º | 0.94% | 0.86% | - |
| XYZ | 40.88 | 19.98 | 62.02 | - |
| YUV | 97.53 | 190.92 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 209 | 0 | 0.94 | 0.05 | 0.14 | 302.93 | 0.88 | 0.46 |
| Hex | DB | E | D1 | 0 | 5E | 5 | E | 12F | 58 | 2E |
| Octal | 333 | 16 | 321 | 0 | 136 | 5 | 16 | 457 | 130 | 56 |
| Binary | 11011011 | 1110 | 11010001 | 0 | 1011110 | 101 | 1110 | 100101111 | 1011000 | 101110 |
Color Harmonies of #DB0ED1
Complementary color
Monochromatic Colors of #DB0ED1
Black with #DB0ED1
Text Example
Text Example
White with #DB0ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ED1; }
p { color: rgb(219,14,209); }
H1.HeaderClassName
{
color: #DB0ED1;
}
.AnyTagClassName
{
color: #DB0ED1;
}
</style>
background-color css
<style>
a { background-color: #DB0ED1; }
a { background-color: rgb(219,14,209); }
div.DivClassName
{
background-color: #DB0ED1;
}
.BgClassName
{
background-color: #DB0ED1;
}
</style>
border-color css
<style>
span { border-color: #DB0ED1; }
span { border-color: rgb(219,14,209); }
td.TdClassName
{
border-color: #DB0ED1;
}
.TagClassName
{
border-color: #DB0ED1;
}
</style>