Shades of Deep Magenta #DB19CD
Tints of Deep Magenta #DB19CD
RGB
CMYK
RGB Variations
Color information
#DB19CD (or 0xDB19CD) is known color: Deep Magenta. HEX triplet: DB, 19 and CD. RGB value is (219,25,205). Sum of RGB (Red+Green+Blue) = 219+25+205=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19CD is #24E632. Grayscale: #676767. Windows color (decimal): -2418227 or 13441499. OLE color: 13441499.
HSL color Cylindrical-coordinate representation of color #DB19CD: hue angle of 304.33º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19CD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 205 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.14 |
| HSL | 304.33º | 0.8% | 0.48% | - |
| HSV(B) | 304.33º | 0.89% | 0.86% | - |
| XYZ | 40.58 | 20.16 | 59.51 | - |
| YUV | 103.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 205 | 0 | 0.89 | 0.06 | 0.14 | 304.33 | 0.8 | 0.48 |
| Hex | DB | 19 | CD | 0 | 59 | 6 | E | 130 | 50 | 30 |
| Octal | 333 | 31 | 315 | 0 | 131 | 6 | 16 | 460 | 120 | 60 |
| Binary | 11011011 | 11001 | 11001101 | 0 | 1011001 | 110 | 1110 | 100110000 | 1010000 | 110000 |
Color Harmonies of #DB19CD
Complementary color
Monochromatic Colors of #DB19CD
Black with #DB19CD
Text Example
Text Example
White with #DB19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19CD; }
p { color: rgb(219,25,205); }
H1.HeaderClassName
{
color: #DB19CD;
}
.AnyTagClassName
{
color: #DB19CD;
}
</style>
background-color css
<style>
a { background-color: #DB19CD; }
a { background-color: rgb(219,25,205); }
div.DivClassName
{
background-color: #DB19CD;
}
.BgClassName
{
background-color: #DB19CD;
}
</style>
border-color css
<style>
span { border-color: #DB19CD; }
span { border-color: rgb(219,25,205); }
td.TdClassName
{
border-color: #DB19CD;
}
.TagClassName
{
border-color: #DB19CD;
}
</style>