Shades of Deep Magenta #DB05DA
Tints of Deep Magenta #DB05DA
RGB
CMYK
RGB Variations
Color information
#DB05DA (or 0xDB05DA) is known color: Deep Magenta. HEX triplet: DB, 05 and DA. RGB value is (219,5,218). Sum of RGB (Red+Green+Blue) = 219+5+218=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05DA is #24FA25. Grayscale: #5C5C5C. Windows color (decimal): -2423334 or 14288347. OLE color: 14288347.
HSL color Cylindrical-coordinate representation of color #DB05DA: 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 #DB05DA is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 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.92 | 20.23 | 68.02 | - |
| YUV | 93.27 | 198.4 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 218 | 0 | 0.98 | 0.00 | 0.14 | 300.28 | 0.96 | 0.44 |
| Hex | DB | 5 | DA | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 333 | 5 | 332 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011011 | 101 | 11011010 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DB05DA
Complementary color
Monochromatic Colors of #DB05DA
Black with #DB05DA
Text Example
Text Example
White with #DB05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05DA; }
p { color: rgb(219,5,218); }
H1.HeaderClassName
{
color: #DB05DA;
}
.AnyTagClassName
{
color: #DB05DA;
}
</style>
background-color css
<style>
a { background-color: #DB05DA; }
a { background-color: rgb(219,5,218); }
div.DivClassName
{
background-color: #DB05DA;
}
.BgClassName
{
background-color: #DB05DA;
}
</style>
border-color css
<style>
span { border-color: #DB05DA; }
span { border-color: rgb(219,5,218); }
td.TdClassName
{
border-color: #DB05DA;
}
.TagClassName
{
border-color: #DB05DA;
}
</style>