Shades of Medium Violet Red #DB179D
Tints of Medium Violet Red #DB179D
RGB
CMYK
RGB Variations
Color information
#DB179D (or 0xDB179D) is known color: Medium Violet Red. HEX triplet: DB, 17 and 9D. RGB value is (219,23,157). Sum of RGB (Red+Green+Blue) = 219+23+157=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB179D is #24E862. Grayscale: #606060. Windows color (decimal): -2418787 or 10295259. OLE color: 10295259.
HSL color Cylindrical-coordinate representation of color #DB179D: hue angle of 318.98º 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 #DB179D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 157 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.14 |
| HSL | 318.98º | 0.81% | 0.47% | - |
| HSV(B) | 318.98º | 0.89% | 0.86% | - |
| XYZ | 35.61 | 18.11 | 33.52 | - |
| YUV | 96.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 157 | 0 | 0.89 | 0.28 | 0.14 | 318.98 | 0.81 | 0.47 |
| Hex | DB | 17 | 9D | 0 | 59 | 1C | E | 13F | 51 | 2F |
| Octal | 333 | 27 | 235 | 0 | 131 | 34 | 16 | 477 | 121 | 57 |
| Binary | 11011011 | 10111 | 10011101 | 0 | 1011001 | 11100 | 1110 | 100111111 | 1010001 | 101111 |
Color Harmonies of #DB179D
Complementary color
Monochromatic Colors of #DB179D
Black with #DB179D
Text Example
Text Example
White with #DB179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB179D; }
p { color: rgb(219,23,157); }
H1.HeaderClassName
{
color: #DB179D;
}
.AnyTagClassName
{
color: #DB179D;
}
</style>
background-color css
<style>
a { background-color: #DB179D; }
a { background-color: rgb(219,23,157); }
div.DivClassName
{
background-color: #DB179D;
}
.BgClassName
{
background-color: #DB179D;
}
</style>
border-color css
<style>
span { border-color: #DB179D; }
span { border-color: rgb(219,23,157); }
td.TdClassName
{
border-color: #DB179D;
}
.TagClassName
{
border-color: #DB179D;
}
</style>