Shades of Deep Magenta #DB11DD
Tints of Deep Magenta #DB11DD
RGB
CMYK
RGB Variations
Color information
#DB11DD (or 0xDB11DD) is known color: Deep Magenta. HEX triplet: DB, 11 and DD. RGB value is (219,17,221). Sum of RGB (Red+Green+Blue) = 219+17+221=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DD is #24EE22. Grayscale: #646464. Windows color (decimal): -2420259 or 14488027. OLE color: 14488027.
HSL color Cylindrical-coordinate representation of color #DB11DD: hue angle of 299.41º 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 #DB11DD is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 17 | 221 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.13 |
| HSL | 299.41º | 0.86% | 0.47% | - |
| HSV(B) | 299.41º | 0.92% | 0.87% | - |
| XYZ | 42.47 | 20.68 | 70.16 | - |
| YUV | 100.65 | 195.92 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 221 | 0.01 | 0.92 | 0 | 0.13 | 299.41 | 0.86 | 0.47 |
| Hex | DB | 11 | DD | 1 | 5C | 0 | D | 12B | 56 | 2F |
| Octal | 333 | 21 | 335 | 1 | 134 | 0 | 15 | 453 | 126 | 57 |
| Binary | 11011011 | 10001 | 11011101 | 1 | 1011100 | 0 | 1101 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DB11DD
Complementary color
Monochromatic Colors of #DB11DD
Black with #DB11DD
Text Example
Text Example
White with #DB11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11DD; }
p { color: rgb(219,17,221); }
H1.HeaderClassName
{
color: #DB11DD;
}
.AnyTagClassName
{
color: #DB11DD;
}
</style>
background-color css
<style>
a { background-color: #DB11DD; }
a { background-color: rgb(219,17,221); }
div.DivClassName
{
background-color: #DB11DD;
}
.BgClassName
{
background-color: #DB11DD;
}
</style>
border-color css
<style>
span { border-color: #DB11DD; }
span { border-color: rgb(219,17,221); }
td.TdClassName
{
border-color: #DB11DD;
}
.TagClassName
{
border-color: #DB11DD;
}
</style>