Shades of Medium Violet Red #DB1199
Tints of Medium Violet Red #DB1199
RGB
CMYK
RGB Variations
Color information
#DB1199 (or 0xDB1199) is known color: Medium Violet Red. HEX triplet: DB, 11 and 99. RGB value is (219,17,153). Sum of RGB (Red+Green+Blue) = 219+17+153=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1199 is #24EE66. Grayscale: #5C5C5C. Windows color (decimal): -2420327 or 10031579. OLE color: 10031579.
HSL color Cylindrical-coordinate representation of color #DB1199: hue angle of 319.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1199 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 153 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.14 |
| HSL | 319.6º | 0.86% | 0.46% | - |
| HSV(B) | 319.6º | 0.92% | 0.86% | - |
| XYZ | 35.16 | 17.76 | 31.71 | - |
| YUV | 92.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 153 | 0 | 0.92 | 0.30 | 0.14 | 319.6 | 0.86 | 0.46 |
| Hex | DB | 11 | 99 | 0 | 5C | 1E | E | 140 | 56 | 2E |
| Octal | 333 | 21 | 231 | 0 | 134 | 36 | 16 | 500 | 126 | 56 |
| Binary | 11011011 | 10001 | 10011001 | 0 | 1011100 | 11110 | 1110 | 101000000 | 1010110 | 101110 |
Color Harmonies of #DB1199
Complementary color
Monochromatic Colors of #DB1199
Black with #DB1199
Text Example
Text Example
White with #DB1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1199; }
p { color: rgb(219,17,153); }
H1.HeaderClassName
{
color: #DB1199;
}
.AnyTagClassName
{
color: #DB1199;
}
</style>
background-color css
<style>
a { background-color: #DB1199; }
a { background-color: rgb(219,17,153); }
div.DivClassName
{
background-color: #DB1199;
}
.BgClassName
{
background-color: #DB1199;
}
</style>
border-color css
<style>
span { border-color: #DB1199; }
span { border-color: rgb(219,17,153); }
td.TdClassName
{
border-color: #DB1199;
}
.TagClassName
{
border-color: #DB1199;
}
</style>