Shades of Deep Magenta #DB1ACC
Tints of Deep Magenta #DB1ACC
RGB
CMYK
RGB Variations
Color information
#DB1ACC (or 0xDB1ACC) is known color: Deep Magenta. HEX triplet: DB, 1A and CC. RGB value is (219,26,204). Sum of RGB (Red+Green+Blue) = 219+26+204=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ACC is #24E533. Grayscale: #676767. Windows color (decimal): -2417972 or 13376219. OLE color: 13376219.
HSL color Cylindrical-coordinate representation of color #DB1ACC: hue angle of 304.66º 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 #DB1ACC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 204 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.14 |
| HSL | 304.66º | 0.79% | 0.48% | - |
| HSV(B) | 304.66º | 0.88% | 0.86% | - |
| XYZ | 40.48 | 20.16 | 58.88 | - |
| YUV | 104 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 204 | 0 | 0.88 | 0.07 | 0.14 | 304.66 | 0.79 | 0.48 |
| Hex | DB | 1A | CC | 0 | 58 | 7 | E | 131 | 4F | 30 |
| Octal | 333 | 32 | 314 | 0 | 130 | 7 | 16 | 461 | 117 | 60 |
| Binary | 11011011 | 11010 | 11001100 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001111 | 110000 |
Color Harmonies of #DB1ACC
Complementary color
Monochromatic Colors of #DB1ACC
Black with #DB1ACC
Text Example
Text Example
White with #DB1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ACC; }
p { color: rgb(219,26,204); }
H1.HeaderClassName
{
color: #DB1ACC;
}
.AnyTagClassName
{
color: #DB1ACC;
}
</style>
background-color css
<style>
a { background-color: #DB1ACC; }
a { background-color: rgb(219,26,204); }
div.DivClassName
{
background-color: #DB1ACC;
}
.BgClassName
{
background-color: #DB1ACC;
}
</style>
border-color css
<style>
span { border-color: #DB1ACC; }
span { border-color: rgb(219,26,204); }
td.TdClassName
{
border-color: #DB1ACC;
}
.TagClassName
{
border-color: #DB1ACC;
}
</style>