Shades of Deep Magenta #DB04DA
Tints of Deep Magenta #DB04DA
RGB
CMYK
RGB Variations
Color information
#DB04DA (or 0xDB04DA) is known color: Deep Magenta. HEX triplet: DB, 04 and DA. RGB value is (219,4,218). Sum of RGB (Red+Green+Blue) = 219+4+218=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04DA is #24FB25. Grayscale: #5C5C5C. Windows color (decimal): -2423590 or 14288091. OLE color: 14288091.
HSL color Cylindrical-coordinate representation of color #DB04DA: hue angle of 300.28º 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 #DB04DA is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.14 |
| HSL | 300.28º | 0.96% | 0.44% | - |
| HSV(B) | 300.28º | 0.98% | 0.86% | - |
| XYZ | 41.91 | 20.21 | 68.02 | - |
| YUV | 92.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 218 | 0 | 0.98 | 0.00 | 0.14 | 300.28 | 0.96 | 0.44 |
| Hex | DB | 4 | DA | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 333 | 4 | 332 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011011 | 100 | 11011010 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DB04DA
Complementary color
Monochromatic Colors of #DB04DA
Black with #DB04DA
Text Example
Text Example
White with #DB04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04DA; }
p { color: rgb(219,4,218); }
H1.HeaderClassName
{
color: #DB04DA;
}
.AnyTagClassName
{
color: #DB04DA;
}
</style>
background-color css
<style>
a { background-color: #DB04DA; }
a { background-color: rgb(219,4,218); }
div.DivClassName
{
background-color: #DB04DA;
}
.BgClassName
{
background-color: #DB04DA;
}
</style>
border-color css
<style>
span { border-color: #DB04DA; }
span { border-color: rgb(219,4,218); }
td.TdClassName
{
border-color: #DB04DA;
}
.TagClassName
{
border-color: #DB04DA;
}
</style>