Shades of Deep Magenta #DB1AD8
Tints of Deep Magenta #DB1AD8
RGB
CMYK
RGB Variations
Color information
#DB1AD8 (or 0xDB1AD8) is known color: Deep Magenta. HEX triplet: DB, 1A and D8. RGB value is (219,26,216). Sum of RGB (Red+Green+Blue) = 219+26+216=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AD8 is #24E527. Grayscale: #686868. Windows color (decimal): -2417960 or 14162651. OLE color: 14162651.
HSL color Cylindrical-coordinate representation of color #DB1AD8: hue angle of 300.93º 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 #DB1AD8 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 216 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.14 |
| HSL | 300.93º | 0.79% | 0.48% | - |
| HSV(B) | 300.93º | 0.88% | 0.86% | - |
| XYZ | 41.98 | 20.76 | 66.76 | - |
| YUV | 105.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 216 | 0 | 0.88 | 0.01 | 0.14 | 300.93 | 0.79 | 0.48 |
| Hex | DB | 1A | D8 | 0 | 58 | 1 | E | 12D | 4F | 30 |
| Octal | 333 | 32 | 330 | 0 | 130 | 1 | 16 | 455 | 117 | 60 |
| Binary | 11011011 | 11010 | 11011000 | 0 | 1011000 | 1 | 1110 | 100101101 | 1001111 | 110000 |
Color Harmonies of #DB1AD8
Complementary color
Monochromatic Colors of #DB1AD8
Black with #DB1AD8
Text Example
Text Example
White with #DB1AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AD8; }
p { color: rgb(219,26,216); }
H1.HeaderClassName
{
color: #DB1AD8;
}
.AnyTagClassName
{
color: #DB1AD8;
}
</style>
background-color css
<style>
a { background-color: #DB1AD8; }
a { background-color: rgb(219,26,216); }
div.DivClassName
{
background-color: #DB1AD8;
}
.BgClassName
{
background-color: #DB1AD8;
}
</style>
border-color css
<style>
span { border-color: #DB1AD8; }
span { border-color: rgb(219,26,216); }
td.TdClassName
{
border-color: #DB1AD8;
}
.TagClassName
{
border-color: #DB1AD8;
}
</style>