Shades of Medium Violet Red #D71198
Tints of Medium Violet Red #D71198
RGB
CMYK
RGB Variations
Color information
#D71198 (or 0xD71198) is known color: Medium Violet Red. HEX triplet: D7, 11 and 98. RGB value is (215,17,152). Sum of RGB (Red+Green+Blue) = 215+17+152=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D71198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71198 is #28EE67. Grayscale: #5B5B5B. Windows color (decimal): -2682472 or 9966039. OLE color: 9966039.
HSL color Cylindrical-coordinate representation of color #D71198: hue angle of 319.09º 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 #D71198 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 152 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.16 |
| HSL | 319.09º | 0.85% | 0.45% | - |
| HSV(B) | 319.09º | 0.92% | 0.84% | - |
| XYZ | 33.89 | 17.11 | 31.22 | - |
| YUV | 91.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 152 | 0 | 0.92 | 0.29 | 0.16 | 319.09 | 0.85 | 0.45 |
| Hex | D7 | 11 | 98 | 0 | 5C | 1D | 10 | 13F | 55 | 2D |
| Octal | 327 | 21 | 230 | 0 | 134 | 35 | 20 | 477 | 125 | 55 |
| Binary | 11010111 | 10001 | 10011000 | 0 | 1011100 | 11101 | 10000 | 100111111 | 1010101 | 101101 |
Color Harmonies of #D71198
Complementary color
Monochromatic Colors of #D71198
Black with #D71198
Text Example
Text Example
White with #D71198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71198; }
p { color: rgb(215,17,152); }
H1.HeaderClassName
{
color: #D71198;
}
.AnyTagClassName
{
color: #D71198;
}
</style>
background-color css
<style>
a { background-color: #D71198; }
a { background-color: rgb(215,17,152); }
div.DivClassName
{
background-color: #D71198;
}
.BgClassName
{
background-color: #D71198;
}
</style>
border-color css
<style>
span { border-color: #D71198; }
span { border-color: rgb(215,17,152); }
td.TdClassName
{
border-color: #D71198;
}
.TagClassName
{
border-color: #D71198;
}
</style>