Shades of Medium Violet Red #DB1984
Tints of Medium Violet Red #DB1984
RGB
CMYK
RGB Variations
Color information
#DB1984 (or 0xDB1984) is known color: Medium Violet Red. HEX triplet: DB, 19 and 84. RGB value is (219,25,132). Sum of RGB (Red+Green+Blue) = 219+25+132=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1984 is #24E67B. Grayscale: #5E5E5E. Windows color (decimal): -2418300 or 8657371. OLE color: 8657371.
HSL color Cylindrical-coordinate representation of color #DB1984: hue angle of 326.91º 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 #DB1984 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 132 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 326.91º | 0.8% | 0.48% | - |
| HSV(B) | 326.91º | 0.89% | 0.86% | - |
| XYZ | 33.73 | 17.42 | 23.41 | - |
| YUV | 95.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 132 | 0 | 0.89 | 0.40 | 0.14 | 326.91 | 0.8 | 0.48 |
| Hex | DB | 19 | 84 | 0 | 59 | 28 | E | 147 | 50 | 30 |
| Octal | 333 | 31 | 204 | 0 | 131 | 50 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11001 | 10000100 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1984
Complementary color
Monochromatic Colors of #DB1984
Black with #DB1984
Text Example
Text Example
White with #DB1984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1984; }
p { color: rgb(219,25,132); }
H1.HeaderClassName
{
color: #DB1984;
}
.AnyTagClassName
{
color: #DB1984;
}
</style>
background-color css
<style>
a { background-color: #DB1984; }
a { background-color: rgb(219,25,132); }
div.DivClassName
{
background-color: #DB1984;
}
.BgClassName
{
background-color: #DB1984;
}
</style>
border-color css
<style>
span { border-color: #DB1984; }
span { border-color: rgb(219,25,132); }
td.TdClassName
{
border-color: #DB1984;
}
.TagClassName
{
border-color: #DB1984;
}
</style>