Shades of Deep Magenta #DB05D3
Tints of Deep Magenta #DB05D3
RGB
CMYK
RGB Variations
Color information
#DB05D3 (or 0xDB05D3) is known color: Deep Magenta. HEX triplet: DB, 05 and D3. RGB value is (219,5,211). Sum of RGB (Red+Green+Blue) = 219+5+211=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05D3 is #24FA2C. Grayscale: #5B5B5B. Windows color (decimal): -2423341 or 13829595. OLE color: 13829595.
HSL color Cylindrical-coordinate representation of color #DB05D3: hue angle of 302.24º 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 #DB05D3 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 211 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.14 |
| HSL | 302.24º | 0.96% | 0.44% | - |
| HSV(B) | 302.24º | 0.98% | 0.86% | - |
| XYZ | 41.03 | 19.87 | 63.3 | - |
| YUV | 92.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 211 | 0 | 0.98 | 0.04 | 0.14 | 302.24 | 0.96 | 0.44 |
| Hex | DB | 5 | D3 | 0 | 62 | 4 | E | 12E | 60 | 2C |
| Octal | 333 | 5 | 323 | 0 | 142 | 4 | 16 | 456 | 140 | 54 |
| Binary | 11011011 | 101 | 11010011 | 0 | 1100010 | 100 | 1110 | 100101110 | 1100000 | 101100 |
Color Harmonies of #DB05D3
Complementary color
Monochromatic Colors of #DB05D3
Black with #DB05D3
Text Example
Text Example
White with #DB05D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05D3; }
p { color: rgb(219,5,211); }
H1.HeaderClassName
{
color: #DB05D3;
}
.AnyTagClassName
{
color: #DB05D3;
}
</style>
background-color css
<style>
a { background-color: #DB05D3; }
a { background-color: rgb(219,5,211); }
div.DivClassName
{
background-color: #DB05D3;
}
.BgClassName
{
background-color: #DB05D3;
}
</style>
border-color css
<style>
span { border-color: #DB05D3; }
span { border-color: rgb(219,5,211); }
td.TdClassName
{
border-color: #DB05D3;
}
.TagClassName
{
border-color: #DB05D3;
}
</style>