Shades of Deep Magenta #DB05DC
Tints of Deep Magenta #DB05DC
RGB
CMYK
RGB Variations
Color information
#DB05DC (or 0xDB05DC) is known color: Deep Magenta. HEX triplet: DB, 05 and DC. RGB value is (219,5,220). Sum of RGB (Red+Green+Blue) = 219+5+220=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DC is #24FA23. Grayscale: #5C5C5C. Windows color (decimal): -2423332 or 14419419. OLE color: 14419419.
HSL color Cylindrical-coordinate representation of color #DB05DC: hue angle of 299.72º 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 #DB05DC is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 220 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.14 |
| HSL | 299.72º | 0.96% | 0.44% | - |
| HSV(B) | 299.72º | 0.98% | 0.86% | - |
| XYZ | 42.19 | 20.34 | 69.41 | - |
| YUV | 93.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 220 | 0.00 | 0.98 | 0 | 0.14 | 299.72 | 0.96 | 0.44 |
| Hex | DB | 5 | DC | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 333 | 5 | 334 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011011 | 101 | 11011100 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DB05DC
Complementary color
Monochromatic Colors of #DB05DC
Black with #DB05DC
Text Example
Text Example
White with #DB05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05DC; }
p { color: rgb(219,5,220); }
H1.HeaderClassName
{
color: #DB05DC;
}
.AnyTagClassName
{
color: #DB05DC;
}
</style>
background-color css
<style>
a { background-color: #DB05DC; }
a { background-color: rgb(219,5,220); }
div.DivClassName
{
background-color: #DB05DC;
}
.BgClassName
{
background-color: #DB05DC;
}
</style>
border-color css
<style>
span { border-color: #DB05DC; }
span { border-color: rgb(219,5,220); }
td.TdClassName
{
border-color: #DB05DC;
}
.TagClassName
{
border-color: #DB05DC;
}
</style>