Shades of Medium Violet Red #DB1880
Tints of Medium Violet Red #DB1880
RGB
CMYK
RGB Variations
Color information
#DB1880 (or 0xDB1880) is known color: Medium Violet Red. HEX triplet: DB, 18 and 80. RGB value is (219,24,128). Sum of RGB (Red+Green+Blue) = 219+24+128=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1880 is #24E77F. Grayscale: #5D5D5D. Windows color (decimal): -2418560 or 8394971. OLE color: 8394971.
HSL color Cylindrical-coordinate representation of color #DB1880: hue angle of 328º 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 #DB1880 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.14 |
| HSL | 328º | 0.8% | 0.48% | - |
| HSV(B) | 328º | 0.89% | 0.86% | - |
| XYZ | 33.44 | 17.27 | 21.99 | - |
| YUV | 94.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 128 | 0 | 0.89 | 0.42 | 0.14 | 328 | 0.8 | 0.48 |
| Hex | DB | 18 | 80 | 0 | 59 | 2A | E | 148 | 50 | 30 |
| Octal | 333 | 30 | 200 | 0 | 131 | 52 | 16 | 510 | 120 | 60 |
| Binary | 11011011 | 11000 | 10000000 | 0 | 1011001 | 101010 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DB1880
Complementary color
Monochromatic Colors of #DB1880
Black with #DB1880
Text Example
Text Example
White with #DB1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1880; }
p { color: rgb(219,24,128); }
H1.HeaderClassName
{
color: #DB1880;
}
.AnyTagClassName
{
color: #DB1880;
}
</style>
background-color css
<style>
a { background-color: #DB1880; }
a { background-color: rgb(219,24,128); }
div.DivClassName
{
background-color: #DB1880;
}
.BgClassName
{
background-color: #DB1880;
}
</style>
border-color css
<style>
span { border-color: #DB1880; }
span { border-color: rgb(219,24,128); }
td.TdClassName
{
border-color: #DB1880;
}
.TagClassName
{
border-color: #DB1880;
}
</style>