Shades of Deep Magenta #DB1BC8
Tints of Deep Magenta #DB1BC8
RGB
CMYK
RGB Variations
Color information
#DB1BC8 (or 0xDB1BC8) is known color: Deep Magenta. HEX triplet: DB, 1B and C8. RGB value is (219,27,200). Sum of RGB (Red+Green+Blue) = 219+27+200=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BC8 is #24E437. Grayscale: #676767. Windows color (decimal): -2417720 or 13114331. OLE color: 13114331.
HSL color Cylindrical-coordinate representation of color #DB1BC8: hue angle of 305.94º 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 #DB1BC8 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 200 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.14 |
| HSL | 305.94º | 0.78% | 0.48% | - |
| HSV(B) | 305.94º | 0.88% | 0.86% | - |
| XYZ | 40.03 | 20.01 | 56.4 | - |
| YUV | 104.13 | 182.11 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 200 | 0 | 0.88 | 0.09 | 0.14 | 305.94 | 0.78 | 0.48 |
| Hex | DB | 1B | C8 | 0 | 58 | 9 | E | 132 | 4E | 30 |
| Octal | 333 | 33 | 310 | 0 | 130 | 11 | 16 | 462 | 116 | 60 |
| Binary | 11011011 | 11011 | 11001000 | 0 | 1011000 | 1001 | 1110 | 100110010 | 1001110 | 110000 |
Color Harmonies of #DB1BC8
Complementary color
Monochromatic Colors of #DB1BC8
Black with #DB1BC8
Text Example
Text Example
White with #DB1BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BC8; }
p { color: rgb(219,27,200); }
H1.HeaderClassName
{
color: #DB1BC8;
}
.AnyTagClassName
{
color: #DB1BC8;
}
</style>
background-color css
<style>
a { background-color: #DB1BC8; }
a { background-color: rgb(219,27,200); }
div.DivClassName
{
background-color: #DB1BC8;
}
.BgClassName
{
background-color: #DB1BC8;
}
</style>
border-color css
<style>
span { border-color: #DB1BC8; }
span { border-color: rgb(219,27,200); }
td.TdClassName
{
border-color: #DB1BC8;
}
.TagClassName
{
border-color: #DB1BC8;
}
</style>