Shades of Deep Magenta #DB1ACB
Tints of Deep Magenta #DB1ACB
RGB
CMYK
RGB Variations
Color information
#DB1ACB (or 0xDB1ACB) is known color: Deep Magenta. HEX triplet: DB, 1A and CB. RGB value is (219,26,203). Sum of RGB (Red+Green+Blue) = 219+26+203=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ACB is #24E534. Grayscale: #676767. Windows color (decimal): -2417973 or 13310683. OLE color: 13310683.
HSL color Cylindrical-coordinate representation of color #DB1ACB: hue angle of 304.97º degrees, saturation: 0.79, 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 #DB1ACB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 203 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.14 |
| HSL | 304.97º | 0.79% | 0.48% | - |
| HSV(B) | 304.97º | 0.88% | 0.86% | - |
| XYZ | 40.36 | 20.11 | 58.25 | - |
| YUV | 103.89 | 183.94 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 203 | 0 | 0.88 | 0.07 | 0.14 | 304.97 | 0.79 | 0.48 |
| Hex | DB | 1A | CB | 0 | 58 | 7 | E | 131 | 4F | 30 |
| Octal | 333 | 32 | 313 | 0 | 130 | 7 | 16 | 461 | 117 | 60 |
| Binary | 11011011 | 11010 | 11001011 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001111 | 110000 |
Color Harmonies of #DB1ACB
Complementary color
Monochromatic Colors of #DB1ACB
Black with #DB1ACB
Text Example
Text Example
White with #DB1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ACB; }
p { color: rgb(219,26,203); }
H1.HeaderClassName
{
color: #DB1ACB;
}
.AnyTagClassName
{
color: #DB1ACB;
}
</style>
background-color css
<style>
a { background-color: #DB1ACB; }
a { background-color: rgb(219,26,203); }
div.DivClassName
{
background-color: #DB1ACB;
}
.BgClassName
{
background-color: #DB1ACB;
}
</style>
border-color css
<style>
span { border-color: #DB1ACB; }
span { border-color: rgb(219,26,203); }
td.TdClassName
{
border-color: #DB1ACB;
}
.TagClassName
{
border-color: #DB1ACB;
}
</style>