Shades of Medium Violet Red #DB179B
Tints of Medium Violet Red #DB179B
RGB
CMYK
RGB Variations
Color information
#DB179B (or 0xDB179B) is known color: Medium Violet Red. HEX triplet: DB, 17 and 9B. RGB value is (219,23,155). Sum of RGB (Red+Green+Blue) = 219+23+155=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB179B is #24E864. Grayscale: #606060. Windows color (decimal): -2418789 or 10164187. OLE color: 10164187.
HSL color Cylindrical-coordinate representation of color #DB179B: hue angle of 319.59º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB179B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 155 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.14 |
| HSL | 319.59º | 0.81% | 0.47% | - |
| HSV(B) | 319.59º | 0.89% | 0.86% | - |
| XYZ | 35.44 | 18.04 | 32.62 | - |
| YUV | 96.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 155 | 0 | 0.89 | 0.29 | 0.14 | 319.59 | 0.81 | 0.47 |
| Hex | DB | 17 | 9B | 0 | 59 | 1D | E | 140 | 51 | 2F |
| Octal | 333 | 27 | 233 | 0 | 131 | 35 | 16 | 500 | 121 | 57 |
| Binary | 11011011 | 10111 | 10011011 | 0 | 1011001 | 11101 | 1110 | 101000000 | 1010001 | 101111 |
Color Harmonies of #DB179B
Complementary color
Monochromatic Colors of #DB179B
Black with #DB179B
Text Example
Text Example
White with #DB179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB179B; }
p { color: rgb(219,23,155); }
H1.HeaderClassName
{
color: #DB179B;
}
.AnyTagClassName
{
color: #DB179B;
}
</style>
background-color css
<style>
a { background-color: #DB179B; }
a { background-color: rgb(219,23,155); }
div.DivClassName
{
background-color: #DB179B;
}
.BgClassName
{
background-color: #DB179B;
}
</style>
border-color css
<style>
span { border-color: #DB179B; }
span { border-color: rgb(219,23,155); }
td.TdClassName
{
border-color: #DB179B;
}
.TagClassName
{
border-color: #DB179B;
}
</style>