Shades of Medium Violet Red #D1118D
Tints of Medium Violet Red #D1118D
RGB
CMYK
RGB Variations
Color information
#D1118D (or 0xD1118D) is known color: Medium Violet Red. HEX triplet: D1, 11 and 8D. RGB value is (209,17,141). Sum of RGB (Red+Green+Blue) = 209+17+141=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1118D is #2EEE72. Grayscale: #585858. Windows color (decimal): -3075699 or 9245137. OLE color: 9245137.
HSL color Cylindrical-coordinate representation of color #D1118D: hue angle of 321.25º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1118D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.18 |
| HSL | 321.25º | 0.85% | 0.44% | - |
| HSV(B) | 321.25º | 0.92% | 0.82% | - |
| XYZ | 31.3 | 15.88 | 26.61 | - |
| YUV | 88.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 141 | 0 | 0.92 | 0.33 | 0.18 | 321.25 | 0.85 | 0.44 |
| Hex | D1 | 11 | 8D | 0 | 5C | 21 | 12 | 141 | 55 | 2C |
| Octal | 321 | 21 | 215 | 0 | 134 | 41 | 22 | 501 | 125 | 54 |
| Binary | 11010001 | 10001 | 10001101 | 0 | 1011100 | 100001 | 10010 | 101000001 | 1010101 | 101100 |
Color Harmonies of #D1118D
Complementary color
Monochromatic Colors of #D1118D
Black with #D1118D
Text Example
Text Example
White with #D1118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1118D; }
p { color: rgb(209,17,141); }
H1.HeaderClassName
{
color: #D1118D;
}
.AnyTagClassName
{
color: #D1118D;
}
</style>
background-color css
<style>
a { background-color: #D1118D; }
a { background-color: rgb(209,17,141); }
div.DivClassName
{
background-color: #D1118D;
}
.BgClassName
{
background-color: #D1118D;
}
</style>
border-color css
<style>
span { border-color: #D1118D; }
span { border-color: rgb(209,17,141); }
td.TdClassName
{
border-color: #D1118D;
}
.TagClassName
{
border-color: #D1118D;
}
</style>