Shades of Deep Magenta #DB19C4
Tints of Deep Magenta #DB19C4
RGB
CMYK
RGB Variations
Color information
#DB19C4 (or 0xDB19C4) is known color: Deep Magenta. HEX triplet: DB, 19 and C4. RGB value is (219,25,196). Sum of RGB (Red+Green+Blue) = 219+25+196=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19C4 is #24E63B. Grayscale: #666666. Windows color (decimal): -2418236 or 12851675. OLE color: 12851675.
HSL color Cylindrical-coordinate representation of color #DB19C4: hue angle of 307.11º 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 #DB19C4 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 196 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.14 |
| HSL | 307.11º | 0.8% | 0.48% | - |
| HSV(B) | 307.11º | 0.89% | 0.86% | - |
| XYZ | 39.52 | 19.74 | 53.95 | - |
| YUV | 102.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 196 | 0 | 0.89 | 0.11 | 0.14 | 307.11 | 0.8 | 0.48 |
| Hex | DB | 19 | C4 | 0 | 59 | B | E | 133 | 50 | 30 |
| Octal | 333 | 31 | 304 | 0 | 131 | 13 | 16 | 463 | 120 | 60 |
| Binary | 11011011 | 11001 | 11000100 | 0 | 1011001 | 1011 | 1110 | 100110011 | 1010000 | 110000 |
Color Harmonies of #DB19C4
Complementary color
Monochromatic Colors of #DB19C4
Black with #DB19C4
Text Example
Text Example
White with #DB19C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19C4; }
p { color: rgb(219,25,196); }
H1.HeaderClassName
{
color: #DB19C4;
}
.AnyTagClassName
{
color: #DB19C4;
}
</style>
background-color css
<style>
a { background-color: #DB19C4; }
a { background-color: rgb(219,25,196); }
div.DivClassName
{
background-color: #DB19C4;
}
.BgClassName
{
background-color: #DB19C4;
}
</style>
border-color css
<style>
span { border-color: #DB19C4; }
span { border-color: rgb(219,25,196); }
td.TdClassName
{
border-color: #DB19C4;
}
.TagClassName
{
border-color: #DB19C4;
}
</style>