Shades of Medium Violet Red #D8118D
Tints of Medium Violet Red #D8118D
RGB
CMYK
RGB Variations
Color information
#D8118D (or 0xD8118D) is known color: Medium Violet Red. HEX triplet: D8, 11 and 8D. RGB value is (216,17,141). Sum of RGB (Red+Green+Blue) = 216+17+141=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8118D is #27EE72. Grayscale: #5A5A5A. Windows color (decimal): -2616947 or 9245144. OLE color: 9245144.
HSL color Cylindrical-coordinate representation of color #D8118D: hue angle of 322.61º 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 #D8118D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.15 |
| HSL | 322.61º | 0.85% | 0.46% | - |
| HSV(B) | 322.61º | 0.92% | 0.85% | - |
| XYZ | 33.33 | 16.92 | 26.71 | - |
| YUV | 90.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 141 | 0 | 0.92 | 0.35 | 0.15 | 322.61 | 0.85 | 0.46 |
| Hex | D8 | 11 | 8D | 0 | 5C | 23 | F | 143 | 55 | 2E |
| Octal | 330 | 21 | 215 | 0 | 134 | 43 | 17 | 503 | 125 | 56 |
| Binary | 11011000 | 10001 | 10001101 | 0 | 1011100 | 100011 | 1111 | 101000011 | 1010101 | 101110 |
Color Harmonies of #D8118D
Complementary color
Monochromatic Colors of #D8118D
Black with #D8118D
Text Example
Text Example
White with #D8118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8118D; }
p { color: rgb(216,17,141); }
H1.HeaderClassName
{
color: #D8118D;
}
.AnyTagClassName
{
color: #D8118D;
}
</style>
background-color css
<style>
a { background-color: #D8118D; }
a { background-color: rgb(216,17,141); }
div.DivClassName
{
background-color: #D8118D;
}
.BgClassName
{
background-color: #D8118D;
}
</style>
border-color css
<style>
span { border-color: #D8118D; }
span { border-color: rgb(216,17,141); }
td.TdClassName
{
border-color: #D8118D;
}
.TagClassName
{
border-color: #D8118D;
}
</style>