Shades of Medium Violet Red #DB1179
Tints of Medium Violet Red #DB1179
RGB
CMYK
RGB Variations
Color information
#DB1179 (or 0xDB1179) is known color: Medium Violet Red. HEX triplet: DB, 11 and 79. RGB value is (219,17,121). Sum of RGB (Red+Green+Blue) = 219+17+121=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1179 is #24EE86. Grayscale: #595959. Windows color (decimal): -2420359 or 7934427. OLE color: 7934427.
HSL color Cylindrical-coordinate representation of color #DB1179: hue angle of 329.11º 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 #DB1179 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.14 |
| HSL | 329.11º | 0.86% | 0.46% | - |
| HSV(B) | 329.11º | 0.92% | 0.86% | - |
| XYZ | 32.87 | 16.84 | 19.61 | - |
| YUV | 89.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 121 | 0 | 0.92 | 0.45 | 0.14 | 329.11 | 0.86 | 0.46 |
| Hex | DB | 11 | 79 | 0 | 5C | 2D | E | 149 | 56 | 2E |
| Octal | 333 | 21 | 171 | 0 | 134 | 55 | 16 | 511 | 126 | 56 |
| Binary | 11011011 | 10001 | 1111001 | 0 | 1011100 | 101101 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DB1179
Complementary color
Monochromatic Colors of #DB1179
Black with #DB1179
Text Example
Text Example
White with #DB1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1179; }
p { color: rgb(219,17,121); }
H1.HeaderClassName
{
color: #DB1179;
}
.AnyTagClassName
{
color: #DB1179;
}
</style>
background-color css
<style>
a { background-color: #DB1179; }
a { background-color: rgb(219,17,121); }
div.DivClassName
{
background-color: #DB1179;
}
.BgClassName
{
background-color: #DB1179;
}
</style>
border-color css
<style>
span { border-color: #DB1179; }
span { border-color: rgb(219,17,121); }
td.TdClassName
{
border-color: #DB1179;
}
.TagClassName
{
border-color: #DB1179;
}
</style>