Shades of Deep Magenta #DB11DF
Tints of Deep Magenta #DB11DF
RGB
CMYK
RGB Variations
Color information
#DB11DF (or 0xDB11DF) is known color: Deep Magenta. HEX triplet: DB, 11 and DF. RGB value is (219,17,223). Sum of RGB (Red+Green+Blue) = 219+17+223=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11DF is #24EE20. Grayscale: #646464. Windows color (decimal): -2420257 or 14619099. OLE color: 14619099.
HSL color Cylindrical-coordinate representation of color #DB11DF: hue angle of 298.83º 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 #DB11DF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 17 | 223 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.13 |
| HSL | 298.84º | 0.86% | 0.47% | - |
| HSV(B) | 298.84º | 0.92% | 0.87% | - |
| XYZ | 42.73 | 20.79 | 71.57 | - |
| YUV | 100.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 223 | 0.02 | 0.92 | 0 | 0.13 | 298.84 | 0.86 | 0.47 |
| Hex | DB | 11 | DF | 2 | 5C | 0 | D | 12B | 56 | 2F |
| Octal | 333 | 21 | 337 | 2 | 134 | 0 | 15 | 453 | 126 | 57 |
| Binary | 11011011 | 10001 | 11011111 | 10 | 1011100 | 0 | 1101 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DB11DF
Complementary color
Monochromatic Colors of #DB11DF
Black with #DB11DF
Text Example
Text Example
White with #DB11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11DF; }
p { color: rgb(219,17,223); }
H1.HeaderClassName
{
color: #DB11DF;
}
.AnyTagClassName
{
color: #DB11DF;
}
</style>
background-color css
<style>
a { background-color: #DB11DF; }
a { background-color: rgb(219,17,223); }
div.DivClassName
{
background-color: #DB11DF;
}
.BgClassName
{
background-color: #DB11DF;
}
</style>
border-color css
<style>
span { border-color: #DB11DF; }
span { border-color: rgb(219,17,223); }
td.TdClassName
{
border-color: #DB11DF;
}
.TagClassName
{
border-color: #DB11DF;
}
</style>