Shades of Deep Magenta #DB11C4
Tints of Deep Magenta #DB11C4
RGB
CMYK
RGB Variations
Color information
#DB11C4 (or 0xDB11C4) is known color: Deep Magenta. HEX triplet: DB, 11 and C4. RGB value is (219,17,196). Sum of RGB (Red+Green+Blue) = 219+17+196=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB11C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB11C4 is #24EE3B. Grayscale: #616161. Windows color (decimal): -2420284 or 12849627. OLE color: 12849627.
HSL color Cylindrical-coordinate representation of color #DB11C4: hue angle of 306.83º 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 #DB11C4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 196 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.14 |
| HSL | 306.83º | 0.86% | 0.46% | - |
| HSV(B) | 306.83º | 0.92% | 0.86% | - |
| XYZ | 39.38 | 19.45 | 53.9 | - |
| YUV | 97.8 | 183.42 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 196 | 0 | 0.92 | 0.11 | 0.14 | 306.83 | 0.86 | 0.46 |
| Hex | DB | 11 | C4 | 0 | 5C | B | E | 133 | 56 | 2E |
| Octal | 333 | 21 | 304 | 0 | 134 | 13 | 16 | 463 | 126 | 56 |
| Binary | 11011011 | 10001 | 11000100 | 0 | 1011100 | 1011 | 1110 | 100110011 | 1010110 | 101110 |
Color Harmonies of #DB11C4
Complementary color
Monochromatic Colors of #DB11C4
Black with #DB11C4
Text Example
Text Example
White with #DB11C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB11C4; }
p { color: rgb(219,17,196); }
H1.HeaderClassName
{
color: #DB11C4;
}
.AnyTagClassName
{
color: #DB11C4;
}
</style>
background-color css
<style>
a { background-color: #DB11C4; }
a { background-color: rgb(219,17,196); }
div.DivClassName
{
background-color: #DB11C4;
}
.BgClassName
{
background-color: #DB11C4;
}
</style>
border-color css
<style>
span { border-color: #DB11C4; }
span { border-color: rgb(219,17,196); }
td.TdClassName
{
border-color: #DB11C4;
}
.TagClassName
{
border-color: #DB11C4;
}
</style>