Shades of Medium Violet Red #DB179E
Tints of Medium Violet Red #DB179E
RGB
CMYK
RGB Variations
Color information
#DB179E (or 0xDB179E) is known color: Medium Violet Red. HEX triplet: DB, 17 and 9E. RGB value is (219,23,158). Sum of RGB (Red+Green+Blue) = 219+23+158=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB179E is #24E861. Grayscale: #606060. Windows color (decimal): -2418786 or 10360795. OLE color: 10360795.
HSL color Cylindrical-coordinate representation of color #DB179E: hue angle of 318.67º 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 #DB179E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 158 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 318.67º | 0.81% | 0.47% | - |
| HSV(B) | 318.67º | 0.89% | 0.86% | - |
| XYZ | 35.69 | 18.14 | 33.97 | - |
| YUV | 96.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 158 | 0 | 0.89 | 0.28 | 0.14 | 318.67 | 0.81 | 0.47 |
| Hex | DB | 17 | 9E | 0 | 59 | 1C | E | 13F | 51 | 2F |
| Octal | 333 | 27 | 236 | 0 | 131 | 34 | 16 | 477 | 121 | 57 |
| Binary | 11011011 | 10111 | 10011110 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010001 | 101111 |
Color Harmonies of #DB179E
Complementary color
Monochromatic Colors of #DB179E
Black with #DB179E
Text Example
Text Example
White with #DB179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB179E; }
p { color: rgb(219,23,158); }
H1.HeaderClassName
{
color: #DB179E;
}
.AnyTagClassName
{
color: #DB179E;
}
</style>
background-color css
<style>
a { background-color: #DB179E; }
a { background-color: rgb(219,23,158); }
div.DivClassName
{
background-color: #DB179E;
}
.BgClassName
{
background-color: #DB179E;
}
</style>
border-color css
<style>
span { border-color: #DB179E; }
span { border-color: rgb(219,23,158); }
td.TdClassName
{
border-color: #DB179E;
}
.TagClassName
{
border-color: #DB179E;
}
</style>