Shades of Deep Magenta #DB04B4
Tints of Deep Magenta #DB04B4
RGB
CMYK
RGB Variations
Color information
#DB04B4 (or 0xDB04B4) is known color: Deep Magenta. HEX triplet: DB, 04 and B4. RGB value is (219,4,180). Sum of RGB (Red+Green+Blue) = 219+4+180=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04B4 is #24FB4B. Grayscale: #575757. Windows color (decimal): -2423628 or 11797723. OLE color: 11797723.
HSL color Cylindrical-coordinate representation of color #DB04B4: hue angle of 310.88º 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 #DB04B4 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 180 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.14 |
| HSL | 310.88º | 0.96% | 0.44% | - |
| HSV(B) | 310.88º | 0.98% | 0.86% | - |
| XYZ | 37.5 | 18.44 | 44.76 | - |
| YUV | 88.35 | 179.73 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 180 | 0 | 0.98 | 0.18 | 0.14 | 310.88 | 0.96 | 0.44 |
| Hex | DB | 4 | B4 | 0 | 62 | 12 | E | 137 | 60 | 2C |
| Octal | 333 | 4 | 264 | 0 | 142 | 22 | 16 | 467 | 140 | 54 |
| Binary | 11011011 | 100 | 10110100 | 0 | 1100010 | 10010 | 1110 | 100110111 | 1100000 | 101100 |
Color Harmonies of #DB04B4
Complementary color
Monochromatic Colors of #DB04B4
Black with #DB04B4
Text Example
Text Example
White with #DB04B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04B4; }
p { color: rgb(219,4,180); }
H1.HeaderClassName
{
color: #DB04B4;
}
.AnyTagClassName
{
color: #DB04B4;
}
</style>
background-color css
<style>
a { background-color: #DB04B4; }
a { background-color: rgb(219,4,180); }
div.DivClassName
{
background-color: #DB04B4;
}
.BgClassName
{
background-color: #DB04B4;
}
</style>
border-color css
<style>
span { border-color: #DB04B4; }
span { border-color: rgb(219,4,180); }
td.TdClassName
{
border-color: #DB04B4;
}
.TagClassName
{
border-color: #DB04B4;
}
</style>