Shades of Deep Magenta #DB1BC6
Tints of Deep Magenta #DB1BC6
RGB
CMYK
RGB Variations
Color information
#DB1BC6 (or 0xDB1BC6) is known color: Deep Magenta. HEX triplet: DB, 1B and C6. RGB value is (219,27,198). Sum of RGB (Red+Green+Blue) = 219+27+198=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BC6 is #24E439. Grayscale: #676767. Windows color (decimal): -2417722 or 12983259. OLE color: 12983259.
HSL color Cylindrical-coordinate representation of color #DB1BC6: hue angle of 306.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BC6 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 198 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.14 |
| HSL | 306.56º | 0.78% | 0.48% | - |
| HSV(B) | 306.56º | 0.88% | 0.86% | - |
| XYZ | 39.8 | 19.92 | 55.17 | - |
| YUV | 103.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 198 | 0 | 0.88 | 0.10 | 0.14 | 306.56 | 0.78 | 0.48 |
| Hex | DB | 1B | C6 | 0 | 58 | A | E | 133 | 4E | 30 |
| Octal | 333 | 33 | 306 | 0 | 130 | 12 | 16 | 463 | 116 | 60 |
| Binary | 11011011 | 11011 | 11000110 | 0 | 1011000 | 1010 | 1110 | 100110011 | 1001110 | 110000 |
Color Harmonies of #DB1BC6
Complementary color
Monochromatic Colors of #DB1BC6
Black with #DB1BC6
Text Example
Text Example
White with #DB1BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BC6; }
p { color: rgb(219,27,198); }
H1.HeaderClassName
{
color: #DB1BC6;
}
.AnyTagClassName
{
color: #DB1BC6;
}
</style>
background-color css
<style>
a { background-color: #DB1BC6; }
a { background-color: rgb(219,27,198); }
div.DivClassName
{
background-color: #DB1BC6;
}
.BgClassName
{
background-color: #DB1BC6;
}
</style>
border-color css
<style>
span { border-color: #DB1BC6; }
span { border-color: rgb(219,27,198); }
td.TdClassName
{
border-color: #DB1BC6;
}
.TagClassName
{
border-color: #DB1BC6;
}
</style>