Shades of Medium Violet Red #D8117A
Tints of Medium Violet Red #D8117A
RGB
CMYK
RGB Variations
Color information
#D8117A (or 0xD8117A) is known color: Medium Violet Red. HEX triplet: D8, 11 and 7A. RGB value is (216,17,122). Sum of RGB (Red+Green+Blue) = 216+17+122=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117A is #27EE85. Grayscale: #585858. Windows color (decimal): -2616966 or 7999960. OLE color: 7999960.
HSL color Cylindrical-coordinate representation of color #D8117A: hue angle of 328.34º 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 #D8117A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.15 |
| HSL | 328.34º | 0.85% | 0.46% | - |
| HSV(B) | 328.34º | 0.92% | 0.85% | - |
| XYZ | 32.03 | 16.4 | 19.89 | - |
| YUV | 88.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 122 | 0 | 0.92 | 0.44 | 0.15 | 328.34 | 0.85 | 0.46 |
| Hex | D8 | 11 | 7A | 0 | 5C | 2C | F | 148 | 55 | 2E |
| Octal | 330 | 21 | 172 | 0 | 134 | 54 | 17 | 510 | 125 | 56 |
| Binary | 11011000 | 10001 | 1111010 | 0 | 1011100 | 101100 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D8117A
Complementary color
Monochromatic Colors of #D8117A
Black with #D8117A
Text Example
Text Example
White with #D8117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8117A; }
p { color: rgb(216,17,122); }
H1.HeaderClassName
{
color: #D8117A;
}
.AnyTagClassName
{
color: #D8117A;
}
</style>
background-color css
<style>
a { background-color: #D8117A; }
a { background-color: rgb(216,17,122); }
div.DivClassName
{
background-color: #D8117A;
}
.BgClassName
{
background-color: #D8117A;
}
</style>
border-color css
<style>
span { border-color: #D8117A; }
span { border-color: rgb(216,17,122); }
td.TdClassName
{
border-color: #D8117A;
}
.TagClassName
{
border-color: #D8117A;
}
</style>