Shades of Medium Violet Red #D71889
Tints of Medium Violet Red #D71889
RGB
CMYK
RGB Variations
Color information
#D71889 (or 0xD71889) is known color: Medium Violet Red. HEX triplet: D7, 18 and 89. RGB value is (215,24,137). Sum of RGB (Red+Green+Blue) = 215+24+137=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D71889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71889 is #28E776. Grayscale: #5D5D5D. Windows color (decimal): -2680695 or 8984791. OLE color: 8984791.
HSL color Cylindrical-coordinate representation of color #D71889: hue angle of 324.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71889 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 137 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.16 |
| HSL | 324.5º | 0.8% | 0.47% | - |
| HSV(B) | 324.5º | 0.89% | 0.84% | - |
| XYZ | 32.87 | 16.91 | 25.2 | - |
| YUV | 93.99 | 152.28 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 137 | 0 | 0.89 | 0.36 | 0.16 | 324.5 | 0.8 | 0.47 |
| Hex | D7 | 18 | 89 | 0 | 59 | 24 | 10 | 145 | 50 | 2F |
| Octal | 327 | 30 | 211 | 0 | 131 | 44 | 20 | 505 | 120 | 57 |
| Binary | 11010111 | 11000 | 10001001 | 0 | 1011001 | 100100 | 10000 | 101000101 | 1010000 | 101111 |
Color Harmonies of #D71889
Complementary color
Monochromatic Colors of #D71889
Black with #D71889
Text Example
Text Example
White with #D71889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71889; }
p { color: rgb(215,24,137); }
H1.HeaderClassName
{
color: #D71889;
}
.AnyTagClassName
{
color: #D71889;
}
</style>
background-color css
<style>
a { background-color: #D71889; }
a { background-color: rgb(215,24,137); }
div.DivClassName
{
background-color: #D71889;
}
.BgClassName
{
background-color: #D71889;
}
</style>
border-color css
<style>
span { border-color: #D71889; }
span { border-color: rgb(215,24,137); }
td.TdClassName
{
border-color: #D71889;
}
.TagClassName
{
border-color: #D71889;
}
</style>