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