Shades of Medium Violet Red #DB1890
Tints of Medium Violet Red #DB1890
RGB
CMYK
RGB Variations
Color information
#DB1890 (or 0xDB1890) is known color: Medium Violet Red. HEX triplet: DB, 18 and 90. RGB value is (219,24,144). Sum of RGB (Red+Green+Blue) = 219+24+144=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1890 is #24E76F. Grayscale: #5F5F5F. Windows color (decimal): -2418544 or 9443547. OLE color: 9443547.
HSL color Cylindrical-coordinate representation of color #DB1890: hue angle of 323.08º 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 #DB1890 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 144 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.14 |
| HSL | 323.08º | 0.8% | 0.48% | - |
| HSV(B) | 323.08º | 0.89% | 0.86% | - |
| XYZ | 34.57 | 17.73 | 27.98 | - |
| YUV | 95.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 144 | 0 | 0.89 | 0.34 | 0.14 | 323.08 | 0.8 | 0.48 |
| Hex | DB | 18 | 90 | 0 | 59 | 22 | E | 143 | 50 | 30 |
| Octal | 333 | 30 | 220 | 0 | 131 | 42 | 16 | 503 | 120 | 60 |
| Binary | 11011011 | 11000 | 10010000 | 0 | 1011001 | 100010 | 1110 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DB1890
Complementary color
Monochromatic Colors of #DB1890
Black with #DB1890
Text Example
Text Example
White with #DB1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1890; }
p { color: rgb(219,24,144); }
H1.HeaderClassName
{
color: #DB1890;
}
.AnyTagClassName
{
color: #DB1890;
}
</style>
background-color css
<style>
a { background-color: #DB1890; }
a { background-color: rgb(219,24,144); }
div.DivClassName
{
background-color: #DB1890;
}
.BgClassName
{
background-color: #DB1890;
}
</style>
border-color css
<style>
span { border-color: #DB1890; }
span { border-color: rgb(219,24,144); }
td.TdClassName
{
border-color: #DB1890;
}
.TagClassName
{
border-color: #DB1890;
}
</style>