Shades of Medium Violet Red #DB1985
Tints of Medium Violet Red #DB1985
RGB
CMYK
RGB Variations
Color information
#DB1985 (or 0xDB1985) is known color: Medium Violet Red. HEX triplet: DB, 19 and 85. RGB value is (219,25,133). Sum of RGB (Red+Green+Blue) = 219+25+133=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1985 is #24E67A. Grayscale: #5F5F5F. Windows color (decimal): -2418299 or 8722907. OLE color: 8722907.
HSL color Cylindrical-coordinate representation of color #DB1985: hue angle of 326.6º 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 #DB1985 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.14 |
| HSL | 326.6º | 0.8% | 0.48% | - |
| HSV(B) | 326.6º | 0.89% | 0.86% | - |
| XYZ | 33.79 | 17.45 | 23.78 | - |
| YUV | 95.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 133 | 0 | 0.89 | 0.39 | 0.14 | 326.6 | 0.8 | 0.48 |
| Hex | DB | 19 | 85 | 0 | 59 | 27 | E | 147 | 50 | 30 |
| Octal | 333 | 31 | 205 | 0 | 131 | 47 | 16 | 507 | 120 | 60 |
| Binary | 11011011 | 11001 | 10000101 | 0 | 1011001 | 100111 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DB1985
Complementary color
Monochromatic Colors of #DB1985
Black with #DB1985
Text Example
Text Example
White with #DB1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1985; }
p { color: rgb(219,25,133); }
H1.HeaderClassName
{
color: #DB1985;
}
.AnyTagClassName
{
color: #DB1985;
}
</style>
background-color css
<style>
a { background-color: #DB1985; }
a { background-color: rgb(219,25,133); }
div.DivClassName
{
background-color: #DB1985;
}
.BgClassName
{
background-color: #DB1985;
}
</style>
border-color css
<style>
span { border-color: #DB1985; }
span { border-color: rgb(219,25,133); }
td.TdClassName
{
border-color: #DB1985;
}
.TagClassName
{
border-color: #DB1985;
}
</style>