Shades of Deep Magenta #DB11DC
Tints of Deep Magenta #DB11DC
RGB
CMYK
RGB Variations
Color information
#DB11DC (or 0xDB11DC) is known color: Deep Magenta. HEX triplet: DB, 11 and DC. RGB value is (219,17,220). Sum of RGB (Red+Green+Blue) = 219+17+220=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DC is #24EE23. Grayscale: #636363. Windows color (decimal): -2420260 or 14422491. OLE color: 14422491.
HSL color Cylindrical-coordinate representation of color #DB11DC: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB11DC is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 220 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.14 |
| HSL | 299.7º | 0.86% | 0.46% | - |
| HSV(B) | 299.7º | 0.92% | 0.86% | - |
| XYZ | 42.33 | 20.63 | 69.46 | - |
| YUV | 100.54 | 195.42 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 220 | 0.00 | 0.92 | 0 | 0.14 | 299.7 | 0.86 | 0.46 |
| Hex | DB | 11 | DC | 0 | 5C | 0 | E | 12C | 56 | 2E |
| Octal | 333 | 21 | 334 | 0 | 134 | 0 | 16 | 454 | 126 | 56 |
| Binary | 11011011 | 10001 | 11011100 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010110 | 101110 |
Color Harmonies of #DB11DC
Complementary color
Monochromatic Colors of #DB11DC
Black with #DB11DC
Text Example
Text Example
White with #DB11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11DC; }
p { color: rgb(219,17,220); }
H1.HeaderClassName
{
color: #DB11DC;
}
.AnyTagClassName
{
color: #DB11DC;
}
</style>
background-color css
<style>
a { background-color: #DB11DC; }
a { background-color: rgb(219,17,220); }
div.DivClassName
{
background-color: #DB11DC;
}
.BgClassName
{
background-color: #DB11DC;
}
</style>
border-color css
<style>
span { border-color: #DB11DC; }
span { border-color: rgb(219,17,220); }
td.TdClassName
{
border-color: #DB11DC;
}
.TagClassName
{
border-color: #DB11DC;
}
</style>