Shades of Deep Magenta #DB04B6
Tints of Deep Magenta #DB04B6
RGB
CMYK
RGB Variations
Color information
#DB04B6 (or 0xDB04B6) is known color: Deep Magenta. HEX triplet: DB, 04 and B6. RGB value is (219,4,182). Sum of RGB (Red+Green+Blue) = 219+4+182=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04B6 is #24FB49. Grayscale: #585858. Windows color (decimal): -2423626 or 11928795. OLE color: 11928795.
HSL color Cylindrical-coordinate representation of color #DB04B6: hue angle of 310.33º 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 #DB04B6 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 182 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.14 |
| HSL | 310.33º | 0.96% | 0.44% | - |
| HSV(B) | 310.33º | 0.98% | 0.86% | - |
| XYZ | 37.7 | 18.52 | 45.84 | - |
| YUV | 88.58 | 180.73 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 182 | 0 | 0.98 | 0.17 | 0.14 | 310.33 | 0.96 | 0.44 |
| Hex | DB | 4 | B6 | 0 | 62 | 11 | E | 136 | 60 | 2C |
| Octal | 333 | 4 | 266 | 0 | 142 | 21 | 16 | 466 | 140 | 54 |
| Binary | 11011011 | 100 | 10110110 | 0 | 1100010 | 10001 | 1110 | 100110110 | 1100000 | 101100 |
Color Harmonies of #DB04B6
Complementary color
Monochromatic Colors of #DB04B6
Black with #DB04B6
Text Example
Text Example
White with #DB04B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04B6; }
p { color: rgb(219,4,182); }
H1.HeaderClassName
{
color: #DB04B6;
}
.AnyTagClassName
{
color: #DB04B6;
}
</style>
background-color css
<style>
a { background-color: #DB04B6; }
a { background-color: rgb(219,4,182); }
div.DivClassName
{
background-color: #DB04B6;
}
.BgClassName
{
background-color: #DB04B6;
}
</style>
border-color css
<style>
span { border-color: #DB04B6; }
span { border-color: rgb(219,4,182); }
td.TdClassName
{
border-color: #DB04B6;
}
.TagClassName
{
border-color: #DB04B6;
}
</style>