Shades of Medium Violet Red #D7118F
Tints of Medium Violet Red #D7118F
RGB
CMYK
RGB Variations
Color information
#D7118F (or 0xD7118F) is known color: Medium Violet Red. HEX triplet: D7, 11 and 8F. RGB value is (215,17,143). Sum of RGB (Red+Green+Blue) = 215+17+143=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7118F is #28EE70. Grayscale: #5A5A5A. Windows color (decimal): -2682481 or 9376215. OLE color: 9376215.
HSL color Cylindrical-coordinate representation of color #D7118F: hue angle of 321.82º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7118F is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.16 |
| HSL | 321.82º | 0.85% | 0.45% | - |
| HSV(B) | 321.82º | 0.92% | 0.84% | - |
| XYZ | 33.18 | 16.83 | 27.49 | - |
| YUV | 90.57 | 157.6 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 143 | 0 | 0.92 | 0.33 | 0.16 | 321.82 | 0.85 | 0.45 |
| Hex | D7 | 11 | 8F | 0 | 5C | 21 | 10 | 142 | 55 | 2D |
| Octal | 327 | 21 | 217 | 0 | 134 | 41 | 20 | 502 | 125 | 55 |
| Binary | 11010111 | 10001 | 10001111 | 0 | 1011100 | 100001 | 10000 | 101000010 | 1010101 | 101101 |
Color Harmonies of #D7118F
Complementary color
Monochromatic Colors of #D7118F
Black with #D7118F
Text Example
Text Example
White with #D7118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7118F; }
p { color: rgb(215,17,143); }
H1.HeaderClassName
{
color: #D7118F;
}
.AnyTagClassName
{
color: #D7118F;
}
</style>
background-color css
<style>
a { background-color: #D7118F; }
a { background-color: rgb(215,17,143); }
div.DivClassName
{
background-color: #D7118F;
}
.BgClassName
{
background-color: #D7118F;
}
</style>
border-color css
<style>
span { border-color: #D7118F; }
span { border-color: rgb(215,17,143); }
td.TdClassName
{
border-color: #D7118F;
}
.TagClassName
{
border-color: #D7118F;
}
</style>