Shades of Deep Magenta #DB11DE
Tints of Deep Magenta #DB11DE
RGB
CMYK
RGB Variations
Color information
#DB11DE (or 0xDB11DE) is known color: Deep Magenta. HEX triplet: DB, 11 and DE. RGB value is (219,17,222). Sum of RGB (Red+Green+Blue) = 219+17+222=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB11DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DE is #24EE21. Grayscale: #646464. Windows color (decimal): -2420258 or 14553563. OLE color: 14553563.
HSL color Cylindrical-coordinate representation of color #DB11DE: hue angle of 299.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB11DE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 17 | 222 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.13 |
| HSL | 299.12º | 0.86% | 0.47% | - |
| HSV(B) | 299.12º | 0.92% | 0.87% | - |
| XYZ | 42.6 | 20.73 | 70.86 | - |
| YUV | 100.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 222 | 0.01 | 0.92 | 0 | 0.13 | 299.12 | 0.86 | 0.47 |
| Hex | DB | 11 | DE | 1 | 5C | 0 | D | 12B | 56 | 2F |
| Octal | 333 | 21 | 336 | 1 | 134 | 0 | 15 | 453 | 126 | 57 |
| Binary | 11011011 | 10001 | 11011110 | 1 | 1011100 | 0 | 1101 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DB11DE
Complementary color
Monochromatic Colors of #DB11DE
Black with #DB11DE
Text Example
Text Example
White with #DB11DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11DE; }
p { color: rgb(219,17,222); }
H1.HeaderClassName
{
color: #DB11DE;
}
.AnyTagClassName
{
color: #DB11DE;
}
</style>
background-color css
<style>
a { background-color: #DB11DE; }
a { background-color: rgb(219,17,222); }
div.DivClassName
{
background-color: #DB11DE;
}
.BgClassName
{
background-color: #DB11DE;
}
</style>
border-color css
<style>
span { border-color: #DB11DE; }
span { border-color: rgb(219,17,222); }
td.TdClassName
{
border-color: #DB11DE;
}
.TagClassName
{
border-color: #DB11DE;
}
</style>