Shades of Medium Violet Red #D7119F
Tints of Medium Violet Red #D7119F
RGB
CMYK
RGB Variations
Color information
#D7119F (or 0xD7119F) is known color: Medium Violet Red. HEX triplet: D7, 11 and 9F. RGB value is (215,17,159). Sum of RGB (Red+Green+Blue) = 215+17+159=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7119F is #28EE60. Grayscale: #5C5C5C. Windows color (decimal): -2682465 or 10424791. OLE color: 10424791.
HSL color Cylindrical-coordinate representation of color #D7119F: hue angle of 316.97º 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 #D7119F is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 159 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.16 |
| HSL | 316.97º | 0.85% | 0.45% | - |
| HSV(B) | 316.97º | 0.92% | 0.84% | - |
| XYZ | 34.48 | 17.35 | 34.33 | - |
| YUV | 92.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 159 | 0 | 0.92 | 0.26 | 0.16 | 316.97 | 0.85 | 0.45 |
| Hex | D7 | 11 | 9F | 0 | 5C | 1A | 10 | 13D | 55 | 2D |
| Octal | 327 | 21 | 237 | 0 | 134 | 32 | 20 | 475 | 125 | 55 |
| Binary | 11010111 | 10001 | 10011111 | 0 | 1011100 | 11010 | 10000 | 100111101 | 1010101 | 101101 |
Color Harmonies of #D7119F
Complementary color
Monochromatic Colors of #D7119F
Black with #D7119F
Text Example
Text Example
White with #D7119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7119F; }
p { color: rgb(215,17,159); }
H1.HeaderClassName
{
color: #D7119F;
}
.AnyTagClassName
{
color: #D7119F;
}
</style>
background-color css
<style>
a { background-color: #D7119F; }
a { background-color: rgb(215,17,159); }
div.DivClassName
{
background-color: #D7119F;
}
.BgClassName
{
background-color: #D7119F;
}
</style>
border-color css
<style>
span { border-color: #D7119F; }
span { border-color: rgb(215,17,159); }
td.TdClassName
{
border-color: #D7119F;
}
.TagClassName
{
border-color: #D7119F;
}
</style>