Shades of Medium Violet Red #DB1891
Tints of Medium Violet Red #DB1891
RGB
CMYK
RGB Variations
Color information
#DB1891 (or 0xDB1891) is known color: Medium Violet Red. HEX triplet: DB, 18 and 91. RGB value is (219,24,145). Sum of RGB (Red+Green+Blue) = 219+24+145=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1891 is #24E76E. Grayscale: #5F5F5F. Windows color (decimal): -2418543 or 9509083. OLE color: 9509083.
HSL color Cylindrical-coordinate representation of color #DB1891: hue angle of 322.77º 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 #DB1891 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 145 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.14 |
| HSL | 322.77º | 0.8% | 0.48% | - |
| HSV(B) | 322.77º | 0.89% | 0.86% | - |
| XYZ | 34.65 | 17.76 | 28.39 | - |
| YUV | 96.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 145 | 0 | 0.89 | 0.34 | 0.14 | 322.77 | 0.8 | 0.48 |
| Hex | DB | 18 | 91 | 0 | 59 | 22 | E | 143 | 50 | 30 |
| Octal | 333 | 30 | 221 | 0 | 131 | 42 | 16 | 503 | 120 | 60 |
| Binary | 11011011 | 11000 | 10010001 | 0 | 1011001 | 100010 | 1110 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DB1891
Complementary color
Monochromatic Colors of #DB1891
Black with #DB1891
Text Example
Text Example
White with #DB1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1891; }
p { color: rgb(219,24,145); }
H1.HeaderClassName
{
color: #DB1891;
}
.AnyTagClassName
{
color: #DB1891;
}
</style>
background-color css
<style>
a { background-color: #DB1891; }
a { background-color: rgb(219,24,145); }
div.DivClassName
{
background-color: #DB1891;
}
.BgClassName
{
background-color: #DB1891;
}
</style>
border-color css
<style>
span { border-color: #DB1891; }
span { border-color: rgb(219,24,145); }
td.TdClassName
{
border-color: #DB1891;
}
.TagClassName
{
border-color: #DB1891;
}
</style>