Shades of Medium Violet Red #D7118B
Tints of Medium Violet Red #D7118B
RGB
CMYK
RGB Variations
Color information
#D7118B (or 0xD7118B) is known color: Medium Violet Red. HEX triplet: D7, 11 and 8B. RGB value is (215,17,139). Sum of RGB (Red+Green+Blue) = 215+17+139=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7118B is #28EE74. Grayscale: #595959. Windows color (decimal): -2682485 or 9114071. OLE color: 9114071.
HSL color Cylindrical-coordinate representation of color #D7118B: hue angle of 323.03º 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 #D7118B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.16 |
| HSL | 323.03º | 0.85% | 0.45% | - |
| HSV(B) | 323.03º | 0.92% | 0.84% | - |
| XYZ | 32.88 | 16.71 | 25.92 | - |
| YUV | 90.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 139 | 0 | 0.92 | 0.35 | 0.16 | 323.03 | 0.85 | 0.45 |
| Hex | D7 | 11 | 8B | 0 | 5C | 23 | 10 | 143 | 55 | 2D |
| Octal | 327 | 21 | 213 | 0 | 134 | 43 | 20 | 503 | 125 | 55 |
| Binary | 11010111 | 10001 | 10001011 | 0 | 1011100 | 100011 | 10000 | 101000011 | 1010101 | 101101 |
Color Harmonies of #D7118B
Complementary color
Monochromatic Colors of #D7118B
Black with #D7118B
Text Example
Text Example
White with #D7118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7118B; }
p { color: rgb(215,17,139); }
H1.HeaderClassName
{
color: #D7118B;
}
.AnyTagClassName
{
color: #D7118B;
}
</style>
background-color css
<style>
a { background-color: #D7118B; }
a { background-color: rgb(215,17,139); }
div.DivClassName
{
background-color: #D7118B;
}
.BgClassName
{
background-color: #D7118B;
}
</style>
border-color css
<style>
span { border-color: #D7118B; }
span { border-color: rgb(215,17,139); }
td.TdClassName
{
border-color: #D7118B;
}
.TagClassName
{
border-color: #D7118B;
}
</style>