Shades of Medium Violet Red #D7117F
Tints of Medium Violet Red #D7117F
RGB
CMYK
RGB Variations
Color information
#D7117F (or 0xD7117F) is known color: Medium Violet Red. HEX triplet: D7, 11 and 7F. RGB value is (215,17,127). Sum of RGB (Red+Green+Blue) = 215+17+127=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7117F is #28EE80. Grayscale: #585858. Windows color (decimal): -2682497 or 8327639. OLE color: 8327639.
HSL color Cylindrical-coordinate representation of color #D7117F: hue angle of 326.67º 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 #D7117F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 127 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.16 |
| HSL | 326.67º | 0.85% | 0.45% | - |
| HSV(B) | 326.67º | 0.92% | 0.84% | - |
| XYZ | 32.06 | 16.38 | 21.55 | - |
| YUV | 88.74 | 149.6 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 127 | 0 | 0.92 | 0.41 | 0.16 | 326.67 | 0.85 | 0.45 |
| Hex | D7 | 11 | 7F | 0 | 5C | 29 | 10 | 147 | 55 | 2D |
| Octal | 327 | 21 | 177 | 0 | 134 | 51 | 20 | 507 | 125 | 55 |
| Binary | 11010111 | 10001 | 1111111 | 0 | 1011100 | 101001 | 10000 | 101000111 | 1010101 | 101101 |
Color Harmonies of #D7117F
Complementary color
Monochromatic Colors of #D7117F
Black with #D7117F
Text Example
Text Example
White with #D7117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7117F; }
p { color: rgb(215,17,127); }
H1.HeaderClassName
{
color: #D7117F;
}
.AnyTagClassName
{
color: #D7117F;
}
</style>
background-color css
<style>
a { background-color: #D7117F; }
a { background-color: rgb(215,17,127); }
div.DivClassName
{
background-color: #D7117F;
}
.BgClassName
{
background-color: #D7117F;
}
</style>
border-color css
<style>
span { border-color: #D7117F; }
span { border-color: rgb(215,17,127); }
td.TdClassName
{
border-color: #D7117F;
}
.TagClassName
{
border-color: #D7117F;
}
</style>