Shades of Medium Violet Red #DB177B
Tints of Medium Violet Red #DB177B
RGB
CMYK
RGB Variations
Color information
#DB177B (or 0xDB177B) is known color: Medium Violet Red. HEX triplet: DB, 17 and 7B. RGB value is (219,23,123). Sum of RGB (Red+Green+Blue) = 219+23+123=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB177B is #24E884. Grayscale: #5C5C5C. Windows color (decimal): -2418821 or 8067035. OLE color: 8067035.
HSL color Cylindrical-coordinate representation of color #DB177B: hue angle of 329.39º 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 #DB177B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 123 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.14 |
| HSL | 329.39º | 0.81% | 0.47% | - |
| HSV(B) | 329.39º | 0.89% | 0.86% | - |
| XYZ | 33.09 | 17.1 | 20.3 | - |
| YUV | 93 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 123 | 0 | 0.89 | 0.44 | 0.14 | 329.39 | 0.81 | 0.47 |
| Hex | DB | 17 | 7B | 0 | 59 | 2C | E | 149 | 51 | 2F |
| Octal | 333 | 27 | 173 | 0 | 131 | 54 | 16 | 511 | 121 | 57 |
| Binary | 11011011 | 10111 | 1111011 | 0 | 1011001 | 101100 | 1110 | 101001001 | 1010001 | 101111 |
Color Harmonies of #DB177B
Complementary color
Monochromatic Colors of #DB177B
Black with #DB177B
Text Example
Text Example
White with #DB177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB177B; }
p { color: rgb(219,23,123); }
H1.HeaderClassName
{
color: #DB177B;
}
.AnyTagClassName
{
color: #DB177B;
}
</style>
background-color css
<style>
a { background-color: #DB177B; }
a { background-color: rgb(219,23,123); }
div.DivClassName
{
background-color: #DB177B;
}
.BgClassName
{
background-color: #DB177B;
}
</style>
border-color css
<style>
span { border-color: #DB177B; }
span { border-color: rgb(219,23,123); }
td.TdClassName
{
border-color: #DB177B;
}
.TagClassName
{
border-color: #DB177B;
}
</style>