Shades of Deep Magenta #DB05DE
Tints of Deep Magenta #DB05DE
RGB
CMYK
RGB Variations
Color information
#DB05DE (or 0xDB05DE) is known color: Deep Magenta. HEX triplet: DB, 05 and DE. RGB value is (219,5,222). Sum of RGB (Red+Green+Blue) = 219+5+222=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB05DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DE is #24FA21. Grayscale: #5D5D5D. Windows color (decimal): -2423330 or 14550491. OLE color: 14550491.
HSL color Cylindrical-coordinate representation of color #DB05DE: hue angle of 299.17º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05DE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 5 | 222 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.13 |
| HSL | 299.17º | 0.96% | 0.45% | - |
| HSV(B) | 299.17º | 0.98% | 0.87% | - |
| XYZ | 42.45 | 20.44 | 70.82 | - |
| YUV | 93.72 | 200.4 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 222 | 0.01 | 0.98 | 0 | 0.13 | 299.17 | 0.96 | 0.45 |
| Hex | DB | 5 | DE | 1 | 62 | 0 | D | 12B | 60 | 2D |
| Octal | 333 | 5 | 336 | 1 | 142 | 0 | 15 | 453 | 140 | 55 |
| Binary | 11011011 | 101 | 11011110 | 1 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DB05DE
Complementary color
Monochromatic Colors of #DB05DE
Black with #DB05DE
Text Example
Text Example
White with #DB05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05DE; }
p { color: rgb(219,5,222); }
H1.HeaderClassName
{
color: #DB05DE;
}
.AnyTagClassName
{
color: #DB05DE;
}
</style>
background-color css
<style>
a { background-color: #DB05DE; }
a { background-color: rgb(219,5,222); }
div.DivClassName
{
background-color: #DB05DE;
}
.BgClassName
{
background-color: #DB05DE;
}
</style>
border-color css
<style>
span { border-color: #DB05DE; }
span { border-color: rgb(219,5,222); }
td.TdClassName
{
border-color: #DB05DE;
}
.TagClassName
{
border-color: #DB05DE;
}
</style>