Shades of Deep Magenta #DB1BC9
Tints of Deep Magenta #DB1BC9
RGB
CMYK
RGB Variations
Color information
#DB1BC9 (or 0xDB1BC9) is known color: Deep Magenta. HEX triplet: DB, 1B and C9. RGB value is (219,27,201). Sum of RGB (Red+Green+Blue) = 219+27+201=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BC9 is #24E436. Grayscale: #676767. Windows color (decimal): -2417719 or 13179867. OLE color: 13179867.
HSL color Cylindrical-coordinate representation of color #DB1BC9: hue angle of 305.62º 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 #DB1BC9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 201 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.14 |
| HSL | 305.63º | 0.78% | 0.48% | - |
| HSV(B) | 305.63º | 0.88% | 0.86% | - |
| XYZ | 40.15 | 20.06 | 57.01 | - |
| YUV | 104.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 201 | 0 | 0.88 | 0.08 | 0.14 | 305.63 | 0.78 | 0.48 |
| Hex | DB | 1B | C9 | 0 | 58 | 8 | E | 132 | 4E | 30 |
| Octal | 333 | 33 | 311 | 0 | 130 | 10 | 16 | 462 | 116 | 60 |
| Binary | 11011011 | 11011 | 11001001 | 0 | 1011000 | 1000 | 1110 | 100110010 | 1001110 | 110000 |
Color Harmonies of #DB1BC9
Complementary color
Monochromatic Colors of #DB1BC9
Black with #DB1BC9
Text Example
Text Example
White with #DB1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BC9; }
p { color: rgb(219,27,201); }
H1.HeaderClassName
{
color: #DB1BC9;
}
.AnyTagClassName
{
color: #DB1BC9;
}
</style>
background-color css
<style>
a { background-color: #DB1BC9; }
a { background-color: rgb(219,27,201); }
div.DivClassName
{
background-color: #DB1BC9;
}
.BgClassName
{
background-color: #DB1BC9;
}
</style>
border-color css
<style>
span { border-color: #DB1BC9; }
span { border-color: rgb(219,27,201); }
td.TdClassName
{
border-color: #DB1BC9;
}
.TagClassName
{
border-color: #DB1BC9;
}
</style>