Shades of Deep Magenta #DB05D9
Tints of Deep Magenta #DB05D9
RGB
CMYK
RGB Variations
Color information
#DB05D9 (or 0xDB05D9) is known color: Deep Magenta. HEX triplet: DB, 05 and D9. RGB value is (219,5,217). Sum of RGB (Red+Green+Blue) = 219+5+217=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05D9 is #24FA26. Grayscale: #5C5C5C. Windows color (decimal): -2423335 or 14222811. OLE color: 14222811.
HSL color Cylindrical-coordinate representation of color #DB05D9: hue angle of 300.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05D9 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 217 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.14 |
| HSL | 300.56º | 0.96% | 0.44% | - |
| HSV(B) | 300.56º | 0.98% | 0.86% | - |
| XYZ | 41.79 | 20.18 | 67.34 | - |
| YUV | 93.15 | 197.9 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 217 | 0 | 0.98 | 0.01 | 0.14 | 300.56 | 0.96 | 0.44 |
| Hex | DB | 5 | D9 | 0 | 62 | 1 | E | 12D | 60 | 2C |
| Octal | 333 | 5 | 331 | 0 | 142 | 1 | 16 | 455 | 140 | 54 |
| Binary | 11011011 | 101 | 11011001 | 0 | 1100010 | 1 | 1110 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DB05D9
Complementary color
Monochromatic Colors of #DB05D9
Black with #DB05D9
Text Example
Text Example
White with #DB05D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05D9; }
p { color: rgb(219,5,217); }
H1.HeaderClassName
{
color: #DB05D9;
}
.AnyTagClassName
{
color: #DB05D9;
}
</style>
background-color css
<style>
a { background-color: #DB05D9; }
a { background-color: rgb(219,5,217); }
div.DivClassName
{
background-color: #DB05D9;
}
.BgClassName
{
background-color: #DB05D9;
}
</style>
border-color css
<style>
span { border-color: #DB05D9; }
span { border-color: rgb(219,5,217); }
td.TdClassName
{
border-color: #DB05D9;
}
.TagClassName
{
border-color: #DB05D9;
}
</style>