Shades of Deep Magenta #DB05CD
Tints of Deep Magenta #DB05CD
RGB
CMYK
RGB Variations
Color information
#DB05CD (or 0xDB05CD) is known color: Deep Magenta. HEX triplet: DB, 05 and CD. RGB value is (219,5,205). Sum of RGB (Red+Green+Blue) = 219+5+205=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05CD is #24FA32. Grayscale: #5B5B5B. Windows color (decimal): -2423347 or 13436379. OLE color: 13436379.
HSL color Cylindrical-coordinate representation of color #DB05CD: hue angle of 303.93º 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 #DB05CD is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.14 |
| HSL | 303.93º | 0.96% | 0.44% | - |
| HSV(B) | 303.93º | 0.98% | 0.86% | - |
| XYZ | 40.29 | 19.58 | 59.41 | - |
| YUV | 91.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 205 | 0 | 0.98 | 0.06 | 0.14 | 303.93 | 0.96 | 0.44 |
| Hex | DB | 5 | CD | 0 | 62 | 6 | E | 130 | 60 | 2C |
| Octal | 333 | 5 | 315 | 0 | 142 | 6 | 16 | 460 | 140 | 54 |
| Binary | 11011011 | 101 | 11001101 | 0 | 1100010 | 110 | 1110 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DB05CD
Complementary color
Monochromatic Colors of #DB05CD
Black with #DB05CD
Text Example
Text Example
White with #DB05CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05CD; }
p { color: rgb(219,5,205); }
H1.HeaderClassName
{
color: #DB05CD;
}
.AnyTagClassName
{
color: #DB05CD;
}
</style>
background-color css
<style>
a { background-color: #DB05CD; }
a { background-color: rgb(219,5,205); }
div.DivClassName
{
background-color: #DB05CD;
}
.BgClassName
{
background-color: #DB05CD;
}
</style>
border-color css
<style>
span { border-color: #DB05CD; }
span { border-color: rgb(219,5,205); }
td.TdClassName
{
border-color: #DB05CD;
}
.TagClassName
{
border-color: #DB05CD;
}
</style>