Shades of Medium Violet Red #DB1895
Tints of Medium Violet Red #DB1895
RGB
CMYK
RGB Variations
Color information
#DB1895 (or 0xDB1895) is known color: Medium Violet Red. HEX triplet: DB, 18 and 95. RGB value is (219,24,149). Sum of RGB (Red+Green+Blue) = 219+24+149=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1895 is #24E76A. Grayscale: #606060. Windows color (decimal): -2418539 or 9771227. OLE color: 9771227.
HSL color Cylindrical-coordinate representation of color #DB1895: hue angle of 321.54º 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 #DB1895 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 149 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.14 |
| HSL | 321.54º | 0.8% | 0.48% | - |
| HSV(B) | 321.54º | 0.89% | 0.86% | - |
| XYZ | 34.96 | 17.88 | 30.04 | - |
| YUV | 96.56 | 157.6 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 149 | 0 | 0.89 | 0.32 | 0.14 | 321.54 | 0.8 | 0.48 |
| Hex | DB | 18 | 95 | 0 | 59 | 20 | E | 142 | 50 | 30 |
| Octal | 333 | 30 | 225 | 0 | 131 | 40 | 16 | 502 | 120 | 60 |
| Binary | 11011011 | 11000 | 10010101 | 0 | 1011001 | 100000 | 1110 | 101000010 | 1010000 | 110000 |
Color Harmonies of #DB1895
Complementary color
Monochromatic Colors of #DB1895
Black with #DB1895
Text Example
Text Example
White with #DB1895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1895; }
p { color: rgb(219,24,149); }
H1.HeaderClassName
{
color: #DB1895;
}
.AnyTagClassName
{
color: #DB1895;
}
</style>
background-color css
<style>
a { background-color: #DB1895; }
a { background-color: rgb(219,24,149); }
div.DivClassName
{
background-color: #DB1895;
}
.BgClassName
{
background-color: #DB1895;
}
</style>
border-color css
<style>
span { border-color: #DB1895; }
span { border-color: rgb(219,24,149); }
td.TdClassName
{
border-color: #DB1895;
}
.TagClassName
{
border-color: #DB1895;
}
</style>