Shades of Medium Violet Red #DB179F
Tints of Medium Violet Red #DB179F
RGB
CMYK
RGB Variations
Color information
#DB179F (or 0xDB179F) is known color: Medium Violet Red. HEX triplet: DB, 17 and 9F. RGB value is (219,23,159). Sum of RGB (Red+Green+Blue) = 219+23+159=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB179F is #24E860. Grayscale: #606060. Windows color (decimal): -2418785 or 10426331. OLE color: 10426331.
HSL color Cylindrical-coordinate representation of color #DB179F: hue angle of 318.37º 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 #DB179F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 159 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.14 |
| HSL | 318.37º | 0.81% | 0.47% | - |
| HSV(B) | 318.37º | 0.89% | 0.86% | - |
| XYZ | 35.78 | 18.18 | 34.42 | - |
| YUV | 97.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 159 | 0 | 0.89 | 0.27 | 0.14 | 318.37 | 0.81 | 0.47 |
| Hex | DB | 17 | 9F | 0 | 59 | 1B | E | 13E | 51 | 2F |
| Octal | 333 | 27 | 237 | 0 | 131 | 33 | 16 | 476 | 121 | 57 |
| Binary | 11011011 | 10111 | 10011111 | 0 | 1011001 | 11011 | 1110 | 100111110 | 1010001 | 101111 |
Color Harmonies of #DB179F
Complementary color
Monochromatic Colors of #DB179F
Black with #DB179F
Text Example
Text Example
White with #DB179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB179F; }
p { color: rgb(219,23,159); }
H1.HeaderClassName
{
color: #DB179F;
}
.AnyTagClassName
{
color: #DB179F;
}
</style>
background-color css
<style>
a { background-color: #DB179F; }
a { background-color: rgb(219,23,159); }
div.DivClassName
{
background-color: #DB179F;
}
.BgClassName
{
background-color: #DB179F;
}
</style>
border-color css
<style>
span { border-color: #DB179F; }
span { border-color: rgb(219,23,159); }
td.TdClassName
{
border-color: #DB179F;
}
.TagClassName
{
border-color: #DB179F;
}
</style>