Shades of Medium Violet Red #DB1983
Tints of Medium Violet Red #DB1983
RGB
CMYK
RGB Variations
Color information
#DB1983 (or 0xDB1983) is known color: Medium Violet Red. HEX triplet: DB, 19 and 83. RGB value is (219,25,131). Sum of RGB (Red+Green+Blue) = 219+25+131=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1983 is #24E67C. Grayscale: #5E5E5E. Windows color (decimal): -2418301 or 8591835. OLE color: 8591835.
HSL color Cylindrical-coordinate representation of color #DB1983: hue angle of 327.22º 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 #DB1983 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 131 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 327.22º | 0.8% | 0.48% | - |
| HSV(B) | 327.22º | 0.89% | 0.86% | - |
| XYZ | 33.66 | 17.39 | 23.06 | - |
| YUV | 95.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 131 | 0 | 0.89 | 0.40 | 0.14 | 327.22 | 0.8 | 0.48 |
| Hex | DB | 19 | 83 | 0 | 59 | 28 | E | 147 | 50 | 30 |
| Octal | 333 | 31 | 203 | 0 | 131 | 50 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11001 | 10000011 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1983
Complementary color
Monochromatic Colors of #DB1983
Black with #DB1983
Text Example
Text Example
White with #DB1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1983; }
p { color: rgb(219,25,131); }
H1.HeaderClassName
{
color: #DB1983;
}
.AnyTagClassName
{
color: #DB1983;
}
</style>
background-color css
<style>
a { background-color: #DB1983; }
a { background-color: rgb(219,25,131); }
div.DivClassName
{
background-color: #DB1983;
}
.BgClassName
{
background-color: #DB1983;
}
</style>
border-color css
<style>
span { border-color: #DB1983; }
span { border-color: rgb(219,25,131); }
td.TdClassName
{
border-color: #DB1983;
}
.TagClassName
{
border-color: #DB1983;
}
</style>