Shades of Medium Violet Red #DB1981
Tints of Medium Violet Red #DB1981
RGB
CMYK
RGB Variations
Color information
#DB1981 (or 0xDB1981) is known color: Medium Violet Red. HEX triplet: DB, 19 and 81. RGB value is (219,25,129). Sum of RGB (Red+Green+Blue) = 219+25+129=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1981 is #24E67E. Grayscale: #5E5E5E. Windows color (decimal): -2418303 or 8460763. OLE color: 8460763.
HSL color Cylindrical-coordinate representation of color #DB1981: hue angle of 327.84º 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 #DB1981 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 129 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.14 |
| HSL | 327.84º | 0.8% | 0.48% | - |
| HSV(B) | 327.84º | 0.89% | 0.86% | - |
| XYZ | 33.52 | 17.34 | 22.35 | - |
| YUV | 94.86 | 147.27 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 129 | 0 | 0.89 | 0.41 | 0.14 | 327.84 | 0.8 | 0.48 |
| Hex | DB | 19 | 81 | 0 | 59 | 29 | E | 148 | 50 | 30 |
| Octal | 333 | 31 | 201 | 0 | 131 | 51 | 16 | 510 | 120 | 60 |
| Binary | 11011011 | 11001 | 10000001 | 0 | 1011001 | 101001 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DB1981
Complementary color
Monochromatic Colors of #DB1981
Black with #DB1981
Text Example
Text Example
White with #DB1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1981; }
p { color: rgb(219,25,129); }
H1.HeaderClassName
{
color: #DB1981;
}
.AnyTagClassName
{
color: #DB1981;
}
</style>
background-color css
<style>
a { background-color: #DB1981; }
a { background-color: rgb(219,25,129); }
div.DivClassName
{
background-color: #DB1981;
}
.BgClassName
{
background-color: #DB1981;
}
</style>
border-color css
<style>
span { border-color: #DB1981; }
span { border-color: rgb(219,25,129); }
td.TdClassName
{
border-color: #DB1981;
}
.TagClassName
{
border-color: #DB1981;
}
</style>