Shades of Medium Violet Red #D8117C
Tints of Medium Violet Red #D8117C
RGB
CMYK
RGB Variations
Color information
#D8117C (or 0xD8117C) is known color: Medium Violet Red. HEX triplet: D8, 11 and 7C. RGB value is (216,17,124). Sum of RGB (Red+Green+Blue) = 216+17+124=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117C is #27EE83. Grayscale: #585858. Windows color (decimal): -2616964 or 8131032. OLE color: 8131032.
HSL color Cylindrical-coordinate representation of color #D8117C: hue angle of 327.74º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8117C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 124 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 327.74º | 0.85% | 0.46% | - |
| HSV(B) | 327.74º | 0.92% | 0.85% | - |
| XYZ | 32.16 | 16.46 | 20.55 | - |
| YUV | 88.7 | 147.93 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 124 | 0 | 0.92 | 0.43 | 0.15 | 327.74 | 0.85 | 0.46 |
| Hex | D8 | 11 | 7C | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 330 | 21 | 174 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011000 | 10001 | 1111100 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D8117C
Complementary color
Monochromatic Colors of #D8117C
Black with #D8117C
Text Example
Text Example
White with #D8117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8117C; }
p { color: rgb(216,17,124); }
H1.HeaderClassName
{
color: #D8117C;
}
.AnyTagClassName
{
color: #D8117C;
}
</style>
background-color css
<style>
a { background-color: #D8117C; }
a { background-color: rgb(216,17,124); }
div.DivClassName
{
background-color: #D8117C;
}
.BgClassName
{
background-color: #D8117C;
}
</style>
border-color css
<style>
span { border-color: #D8117C; }
span { border-color: rgb(216,17,124); }
td.TdClassName
{
border-color: #D8117C;
}
.TagClassName
{
border-color: #D8117C;
}
</style>