Shades of Deep Magenta #DB11DB
Tints of Deep Magenta #DB11DB
RGB
CMYK
RGB Variations
Color information
#DB11DB (or 0xDB11DB) is known color: Deep Magenta. HEX triplet: DB, 11 and DB. RGB value is (219,17,219). Sum of RGB (Red+Green+Blue) = 219+17+219=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DB is #24EE24. Grayscale: #636363. Windows color (decimal): -2420261 or 14356955. OLE color: 14356955.
HSL color Cylindrical-coordinate representation of color #DB11DB: hue angle of 300º 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 #DB11DB is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 17 | 219 | - |
CMYK | 0 | 0.92 | 0 | 0.14 |
HSL | 300º | 0.86% | 0.46% | - |
HSV(B) | 300º | 0.92% | 0.86% | - |
XYZ | 42.2 | 20.58 | 68.77 | - |
YUV | 100.43 | 194.92 | 212.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 17 | 219 | 0 | 0.92 | 0 | 0.14 | 300 | 0.86 | 0.46 |
Hex | DB | 11 | DB | 0 | 5C | 0 | E | 12C | 56 | 2E |
Octal | 333 | 21 | 333 | 0 | 134 | 0 | 16 | 454 | 126 | 56 |
Binary | 11011011 | 10001 | 11011011 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010110 | 101110 |
Color Harmonies of #DB11DB
Complementary color
Monochromatic Colors of #DB11DB
Black with #DB11DB
Text Example
Text Example
White with #DB11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11DB; }
p { color: rgb(219,17,219); }
H1.HeaderClassName
{
color: #DB11DB;
}
.AnyTagClassName
{
color: #DB11DB;
}
</style>
background-color css
<style>
a { background-color: #DB11DB; }
a { background-color: rgb(219,17,219); }
div.DivClassName
{
background-color: #DB11DB;
}
.BgClassName
{
background-color: #DB11DB;
}
</style>
border-color css
<style>
span { border-color: #DB11DB; }
span { border-color: rgb(219,17,219); }
td.TdClassName
{
border-color: #DB11DB;
}
.TagClassName
{
border-color: #DB11DB;
}
</style>