Shades of Deep Magenta #DB11BF
Tints of Deep Magenta #DB11BF
RGB
CMYK
RGB Variations
Color information
#DB11BF (or 0xDB11BF) is known color: Deep Magenta. HEX triplet: DB, 11 and BF. RGB value is (219,17,191). Sum of RGB (Red+Green+Blue) = 219+17+191=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB11BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11BF is #24EE40. Grayscale: #606060. Windows color (decimal): -2420289 or 12521947. OLE color: 12521947.
HSL color Cylindrical-coordinate representation of color #DB11BF: hue angle of 308.32º 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 #DB11BF is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 191 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.14 |
| HSL | 308.32º | 0.86% | 0.46% | - |
| HSV(B) | 308.32º | 0.92% | 0.86% | - |
| XYZ | 38.82 | 19.22 | 50.95 | - |
| YUV | 97.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 191 | 0 | 0.92 | 0.13 | 0.14 | 308.32 | 0.86 | 0.46 |
| Hex | DB | 11 | BF | 0 | 5C | D | E | 134 | 56 | 2E |
| Octal | 333 | 21 | 277 | 0 | 134 | 15 | 16 | 464 | 126 | 56 |
| Binary | 11011011 | 10001 | 10111111 | 0 | 1011100 | 1101 | 1110 | 100110100 | 1010110 | 101110 |
Color Harmonies of #DB11BF
Complementary color
Monochromatic Colors of #DB11BF
Black with #DB11BF
Text Example
Text Example
White with #DB11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11BF; }
p { color: rgb(219,17,191); }
H1.HeaderClassName
{
color: #DB11BF;
}
.AnyTagClassName
{
color: #DB11BF;
}
</style>
background-color css
<style>
a { background-color: #DB11BF; }
a { background-color: rgb(219,17,191); }
div.DivClassName
{
background-color: #DB11BF;
}
.BgClassName
{
background-color: #DB11BF;
}
</style>
border-color css
<style>
span { border-color: #DB11BF; }
span { border-color: rgb(219,17,191); }
td.TdClassName
{
border-color: #DB11BF;
}
.TagClassName
{
border-color: #DB11BF;
}
</style>