Shades of Medium Violet Red #D9177E
Tints of Medium Violet Red #D9177E
RGB
CMYK
RGB Variations
Color information
#D9177E (or 0xD9177E) is known color: Medium Violet Red. HEX triplet: D9, 17 and 7E. RGB value is (217,23,126). Sum of RGB (Red+Green+Blue) = 217+23+126=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9177E is #26E881. Grayscale: #5C5C5C. Windows color (decimal): -2549890 or 8263641. OLE color: 8263641.
HSL color Cylindrical-coordinate representation of color #D9177E: hue angle of 328.14º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9177E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 126 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.15 |
| HSL | 328.14º | 0.81% | 0.47% | - |
| HSV(B) | 328.14º | 0.89% | 0.85% | - |
| XYZ | 32.69 | 16.87 | 21.27 | - |
| YUV | 92.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 126 | 0 | 0.89 | 0.42 | 0.15 | 328.14 | 0.81 | 0.47 |
| Hex | D9 | 17 | 7E | 0 | 59 | 2A | F | 148 | 51 | 2F |
| Octal | 331 | 27 | 176 | 0 | 131 | 52 | 17 | 510 | 121 | 57 |
| Binary | 11011001 | 10111 | 1111110 | 0 | 1011001 | 101010 | 1111 | 101001000 | 1010001 | 101111 |
Color Harmonies of #D9177E
Complementary color
Monochromatic Colors of #D9177E
Black with #D9177E
Text Example
Text Example
White with #D9177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9177E; }
p { color: rgb(217,23,126); }
H1.HeaderClassName
{
color: #D9177E;
}
.AnyTagClassName
{
color: #D9177E;
}
</style>
background-color css
<style>
a { background-color: #D9177E; }
a { background-color: rgb(217,23,126); }
div.DivClassName
{
background-color: #D9177E;
}
.BgClassName
{
background-color: #D9177E;
}
</style>
border-color css
<style>
span { border-color: #D9177E; }
span { border-color: rgb(217,23,126); }
td.TdClassName
{
border-color: #D9177E;
}
.TagClassName
{
border-color: #D9177E;
}
</style>