Shades of Deep Magenta #DB1BC7
Tints of Deep Magenta #DB1BC7
RGB
CMYK
RGB Variations
Color information
#DB1BC7 (or 0xDB1BC7) is known color: Deep Magenta. HEX triplet: DB, 1B and C7. RGB value is (219,27,199). Sum of RGB (Red+Green+Blue) = 219+27+199=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BC7 is #24E438. Grayscale: #676767. Windows color (decimal): -2417721 or 13048795. OLE color: 13048795.
HSL color Cylindrical-coordinate representation of color #DB1BC7: hue angle of 306.25º 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 #DB1BC7 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 199 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.14 |
| HSL | 306.25º | 0.78% | 0.48% | - |
| HSV(B) | 306.25º | 0.88% | 0.86% | - |
| XYZ | 39.91 | 19.97 | 55.78 | - |
| YUV | 104.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 199 | 0 | 0.88 | 0.09 | 0.14 | 306.25 | 0.78 | 0.48 |
| Hex | DB | 1B | C7 | 0 | 58 | 9 | E | 132 | 4E | 30 |
| Octal | 333 | 33 | 307 | 0 | 130 | 11 | 16 | 462 | 116 | 60 |
| Binary | 11011011 | 11011 | 11000111 | 0 | 1011000 | 1001 | 1110 | 100110010 | 1001110 | 110000 |
Color Harmonies of #DB1BC7
Complementary color
Monochromatic Colors of #DB1BC7
Black with #DB1BC7
Text Example
Text Example
White with #DB1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BC7; }
p { color: rgb(219,27,199); }
H1.HeaderClassName
{
color: #DB1BC7;
}
.AnyTagClassName
{
color: #DB1BC7;
}
</style>
background-color css
<style>
a { background-color: #DB1BC7; }
a { background-color: rgb(219,27,199); }
div.DivClassName
{
background-color: #DB1BC7;
}
.BgClassName
{
background-color: #DB1BC7;
}
</style>
border-color css
<style>
span { border-color: #DB1BC7; }
span { border-color: rgb(219,27,199); }
td.TdClassName
{
border-color: #DB1BC7;
}
.TagClassName
{
border-color: #DB1BC7;
}
</style>