Shades of Deep Magenta #DB1CBF
Tints of Deep Magenta #DB1CBF
RGB
CMYK
RGB Variations
Color information
#DB1CBF (or 0xDB1CBF) is known color: Deep Magenta. HEX triplet: DB, 1C and BF. RGB value is (219,28,191). Sum of RGB (Red+Green+Blue) = 219+28+191=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBF is #24E340. Grayscale: #676767. Windows color (decimal): -2417473 or 12524763. OLE color: 12524763.
HSL color Cylindrical-coordinate representation of color #DB1CBF: hue angle of 308.8º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CBF is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.14 |
| HSL | 308.8º | 0.77% | 0.48% | - |
| HSV(B) | 308.8º | 0.87% | 0.86% | - |
| XYZ | 39.03 | 19.65 | 51.03 | - |
| YUV | 103.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 191 | 0 | 0.87 | 0.13 | 0.14 | 308.8 | 0.77 | 0.48 |
| Hex | DB | 1C | BF | 0 | 57 | D | E | 135 | 4D | 30 |
| Octal | 333 | 34 | 277 | 0 | 127 | 15 | 16 | 465 | 115 | 60 |
| Binary | 11011011 | 11100 | 10111111 | 0 | 1010111 | 1101 | 1110 | 100110101 | 1001101 | 110000 |
Color Harmonies of #DB1CBF
Complementary color
Monochromatic Colors of #DB1CBF
Black with #DB1CBF
Text Example
Text Example
White with #DB1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CBF; }
p { color: rgb(219,28,191); }
H1.HeaderClassName
{
color: #DB1CBF;
}
.AnyTagClassName
{
color: #DB1CBF;
}
</style>
background-color css
<style>
a { background-color: #DB1CBF; }
a { background-color: rgb(219,28,191); }
div.DivClassName
{
background-color: #DB1CBF;
}
.BgClassName
{
background-color: #DB1CBF;
}
</style>
border-color css
<style>
span { border-color: #DB1CBF; }
span { border-color: rgb(219,28,191); }
td.TdClassName
{
border-color: #DB1CBF;
}
.TagClassName
{
border-color: #DB1CBF;
}
</style>