Shades of Medium Violet Red #D9118D
Tints of Medium Violet Red #D9118D
RGB
CMYK
RGB Variations
Color information
#D9118D (or 0xD9118D) is known color: Medium Violet Red. HEX triplet: D9, 11 and 8D. RGB value is (217,17,141). Sum of RGB (Red+Green+Blue) = 217+17+141=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9118D is #26EE72. Grayscale: #5A5A5A. Windows color (decimal): -2551411 or 9245145. OLE color: 9245145.
HSL color Cylindrical-coordinate representation of color #D9118D: hue angle of 322.8º 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 #D9118D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.15 |
| HSL | 322.8º | 0.85% | 0.46% | - |
| HSV(B) | 322.8º | 0.92% | 0.85% | - |
| XYZ | 33.62 | 17.08 | 26.72 | - |
| YUV | 90.94 | 156.26 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 141 | 0 | 0.92 | 0.35 | 0.15 | 322.8 | 0.85 | 0.46 |
| Hex | D9 | 11 | 8D | 0 | 5C | 23 | F | 143 | 55 | 2E |
| Octal | 331 | 21 | 215 | 0 | 134 | 43 | 17 | 503 | 125 | 56 |
| Binary | 11011001 | 10001 | 10001101 | 0 | 1011100 | 100011 | 1111 | 101000011 | 1010101 | 101110 |
Color Harmonies of #D9118D
Complementary color
Monochromatic Colors of #D9118D
Black with #D9118D
Text Example
Text Example
White with #D9118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9118D; }
p { color: rgb(217,17,141); }
H1.HeaderClassName
{
color: #D9118D;
}
.AnyTagClassName
{
color: #D9118D;
}
</style>
background-color css
<style>
a { background-color: #D9118D; }
a { background-color: rgb(217,17,141); }
div.DivClassName
{
background-color: #D9118D;
}
.BgClassName
{
background-color: #D9118D;
}
</style>
border-color css
<style>
span { border-color: #D9118D; }
span { border-color: rgb(217,17,141); }
td.TdClassName
{
border-color: #D9118D;
}
.TagClassName
{
border-color: #D9118D;
}
</style>