Shades of Deep Magenta #DB1ACE
Tints of Deep Magenta #DB1ACE
RGB
CMYK
RGB Variations
Color information
#DB1ACE (or 0xDB1ACE) is known color: Deep Magenta. HEX triplet: DB, 1A and CE. RGB value is (219,26,206). Sum of RGB (Red+Green+Blue) = 219+26+206=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ACE is #24E531. Grayscale: #676767. Windows color (decimal): -2417970 or 13507291. OLE color: 13507291.
HSL color Cylindrical-coordinate representation of color #DB1ACE: hue angle of 304.04º 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 #DB1ACE is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 206 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.14 |
| HSL | 304.04º | 0.79% | 0.48% | - |
| HSV(B) | 304.04º | 0.88% | 0.86% | - |
| XYZ | 40.72 | 20.26 | 60.16 | - |
| YUV | 104.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 206 | 0 | 0.88 | 0.06 | 0.14 | 304.04 | 0.79 | 0.48 |
| Hex | DB | 1A | CE | 0 | 58 | 6 | E | 130 | 4F | 30 |
| Octal | 333 | 32 | 316 | 0 | 130 | 6 | 16 | 460 | 117 | 60 |
| Binary | 11011011 | 11010 | 11001110 | 0 | 1011000 | 110 | 1110 | 100110000 | 1001111 | 110000 |
Color Harmonies of #DB1ACE
Complementary color
Monochromatic Colors of #DB1ACE
Black with #DB1ACE
Text Example
Text Example
White with #DB1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ACE; }
p { color: rgb(219,26,206); }
H1.HeaderClassName
{
color: #DB1ACE;
}
.AnyTagClassName
{
color: #DB1ACE;
}
</style>
background-color css
<style>
a { background-color: #DB1ACE; }
a { background-color: rgb(219,26,206); }
div.DivClassName
{
background-color: #DB1ACE;
}
.BgClassName
{
background-color: #DB1ACE;
}
</style>
border-color css
<style>
span { border-color: #DB1ACE; }
span { border-color: rgb(219,26,206); }
td.TdClassName
{
border-color: #DB1ACE;
}
.TagClassName
{
border-color: #DB1ACE;
}
</style>