Shades of Medium Violet Red #D71189
Tints of Medium Violet Red #D71189
RGB
CMYK
RGB Variations
Color information
#D71189 (or 0xD71189) is known color: Medium Violet Red. HEX triplet: D7, 11 and 89. RGB value is (215,17,137). Sum of RGB (Red+Green+Blue) = 215+17+137=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71189 is #28EE76. Grayscale: #595959. Windows color (decimal): -2682487 or 8982999. OLE color: 8982999.
HSL color Cylindrical-coordinate representation of color #D71189: hue angle of 323.64º 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 #D71189 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 137 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.16 |
| HSL | 323.64º | 0.85% | 0.45% | - |
| HSV(B) | 323.64º | 0.92% | 0.84% | - |
| XYZ | 32.74 | 16.65 | 25.16 | - |
| YUV | 89.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 137 | 0 | 0.92 | 0.36 | 0.16 | 323.64 | 0.85 | 0.45 |
| Hex | D7 | 11 | 89 | 0 | 5C | 24 | 10 | 144 | 55 | 2D |
| Octal | 327 | 21 | 211 | 0 | 134 | 44 | 20 | 504 | 125 | 55 |
| Binary | 11010111 | 10001 | 10001001 | 0 | 1011100 | 100100 | 10000 | 101000100 | 1010101 | 101101 |
Color Harmonies of #D71189
Complementary color
Monochromatic Colors of #D71189
Black with #D71189
Text Example
Text Example
White with #D71189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71189; }
p { color: rgb(215,17,137); }
H1.HeaderClassName
{
color: #D71189;
}
.AnyTagClassName
{
color: #D71189;
}
</style>
background-color css
<style>
a { background-color: #D71189; }
a { background-color: rgb(215,17,137); }
div.DivClassName
{
background-color: #D71189;
}
.BgClassName
{
background-color: #D71189;
}
</style>
border-color css
<style>
span { border-color: #D71189; }
span { border-color: rgb(215,17,137); }
td.TdClassName
{
border-color: #D71189;
}
.TagClassName
{
border-color: #D71189;
}
</style>