Shades of Medium Violet Red #DB178E
Tints of Medium Violet Red #DB178E
RGB
CMYK
RGB Variations
Color information
#DB178E (or 0xDB178E) is known color: Medium Violet Red. HEX triplet: DB, 17 and 8E. RGB value is (219,23,142). Sum of RGB (Red+Green+Blue) = 219+23+142=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB178E is #24E871. Grayscale: #5E5E5E. Windows color (decimal): -2418802 or 9312219. OLE color: 9312219.
HSL color Cylindrical-coordinate representation of color #DB178E: hue angle of 323.57º 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 #DB178E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 142 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.57º | 0.81% | 0.47% | - |
| HSV(B) | 323.57º | 0.89% | 0.86% | - |
| XYZ | 34.4 | 17.63 | 27.18 | - |
| YUV | 95.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 142 | 0 | 0.89 | 0.35 | 0.14 | 323.57 | 0.81 | 0.47 |
| Hex | DB | 17 | 8E | 0 | 59 | 23 | E | 144 | 51 | 2F |
| Octal | 333 | 27 | 216 | 0 | 131 | 43 | 16 | 504 | 121 | 57 |
| Binary | 11011011 | 10111 | 10001110 | 0 | 1011001 | 100011 | 1110 | 101000100 | 1010001 | 101111 |
Color Harmonies of #DB178E
Complementary color
Monochromatic Colors of #DB178E
Black with #DB178E
Text Example
Text Example
White with #DB178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB178E; }
p { color: rgb(219,23,142); }
H1.HeaderClassName
{
color: #DB178E;
}
.AnyTagClassName
{
color: #DB178E;
}
</style>
background-color css
<style>
a { background-color: #DB178E; }
a { background-color: rgb(219,23,142); }
div.DivClassName
{
background-color: #DB178E;
}
.BgClassName
{
background-color: #DB178E;
}
</style>
border-color css
<style>
span { border-color: #DB178E; }
span { border-color: rgb(219,23,142); }
td.TdClassName
{
border-color: #DB178E;
}
.TagClassName
{
border-color: #DB178E;
}
</style>