Shades of Medium Violet Red #DB1091
Tints of Medium Violet Red #DB1091
RGB
CMYK
RGB Variations
Color information
#DB1091 (or 0xDB1091) is known color: Medium Violet Red. HEX triplet: DB, 10 and 91. RGB value is (219,16,145). Sum of RGB (Red+Green+Blue) = 219+16+145=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1091 is #24EF6E. Grayscale: #5B5B5B. Windows color (decimal): -2420591 or 9507035. OLE color: 9507035.
HSL color Cylindrical-coordinate representation of color #DB1091: hue angle of 321.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1091 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 145 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.14 |
| HSL | 321.87º | 0.86% | 0.46% | - |
| HSV(B) | 321.87º | 0.93% | 0.86% | - |
| XYZ | 34.51 | 17.47 | 28.34 | - |
| YUV | 91.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 145 | 0 | 0.93 | 0.34 | 0.14 | 321.87 | 0.86 | 0.46 |
| Hex | DB | 10 | 91 | 0 | 5D | 22 | E | 142 | 56 | 2E |
| Octal | 333 | 20 | 221 | 0 | 135 | 42 | 16 | 502 | 126 | 56 |
| Binary | 11011011 | 10000 | 10010001 | 0 | 1011101 | 100010 | 1110 | 101000010 | 1010110 | 101110 |
Color Harmonies of #DB1091
Complementary color
Monochromatic Colors of #DB1091
Black with #DB1091
Text Example
Text Example
White with #DB1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1091; }
p { color: rgb(219,16,145); }
H1.HeaderClassName
{
color: #DB1091;
}
.AnyTagClassName
{
color: #DB1091;
}
</style>
background-color css
<style>
a { background-color: #DB1091; }
a { background-color: rgb(219,16,145); }
div.DivClassName
{
background-color: #DB1091;
}
.BgClassName
{
background-color: #DB1091;
}
</style>
border-color css
<style>
span { border-color: #DB1091; }
span { border-color: rgb(219,16,145); }
td.TdClassName
{
border-color: #DB1091;
}
.TagClassName
{
border-color: #DB1091;
}
</style>