Shades of Medium Violet Red #D8177C
Tints of Medium Violet Red #D8177C
RGB
CMYK
RGB Variations
Color information
#D8177C (or 0xD8177C) is known color: Medium Violet Red. HEX triplet: D8, 17 and 7C. RGB value is (216,23,124). Sum of RGB (Red+Green+Blue) = 216+23+124=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8177C is #27E883. Grayscale: #5C5C5C. Windows color (decimal): -2615428 or 8132568. OLE color: 8132568.
HSL color Cylindrical-coordinate representation of color #D8177C: hue angle of 328.6º 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 #D8177C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 124 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.15 |
| HSL | 328.6º | 0.81% | 0.47% | - |
| HSV(B) | 328.6º | 0.89% | 0.85% | - |
| XYZ | 32.26 | 16.67 | 20.59 | - |
| YUV | 92.22 | 145.94 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 124 | 0 | 0.89 | 0.43 | 0.15 | 328.6 | 0.81 | 0.47 |
| Hex | D8 | 17 | 7C | 0 | 59 | 2B | F | 149 | 51 | 2F |
| Octal | 330 | 27 | 174 | 0 | 131 | 53 | 17 | 511 | 121 | 57 |
| Binary | 11011000 | 10111 | 1111100 | 0 | 1011001 | 101011 | 1111 | 101001001 | 1010001 | 101111 |
Color Harmonies of #D8177C
Complementary color
Monochromatic Colors of #D8177C
Black with #D8177C
Text Example
Text Example
White with #D8177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8177C; }
p { color: rgb(216,23,124); }
H1.HeaderClassName
{
color: #D8177C;
}
.AnyTagClassName
{
color: #D8177C;
}
</style>
background-color css
<style>
a { background-color: #D8177C; }
a { background-color: rgb(216,23,124); }
div.DivClassName
{
background-color: #D8177C;
}
.BgClassName
{
background-color: #D8177C;
}
</style>
border-color css
<style>
span { border-color: #D8177C; }
span { border-color: rgb(216,23,124); }
td.TdClassName
{
border-color: #D8177C;
}
.TagClassName
{
border-color: #D8177C;
}
</style>