Shades of Medium Violet Red #D71897
Tints of Medium Violet Red #D71897
RGB
CMYK
RGB Variations
Color information
#D71897 (or 0xD71897) is known color: Medium Violet Red. HEX triplet: D7, 18 and 97. RGB value is (215,24,151). Sum of RGB (Red+Green+Blue) = 215+24+151=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D71897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71897 is #28E768. Grayscale: #5F5F5F. Windows color (decimal): -2680681 or 9902295. OLE color: 9902295.
HSL color Cylindrical-coordinate representation of color #D71897: hue angle of 320.1º 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 #D71897 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 151 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.16 |
| HSL | 320.1º | 0.8% | 0.47% | - |
| HSV(B) | 320.1º | 0.89% | 0.84% | - |
| XYZ | 33.94 | 17.33 | 30.84 | - |
| YUV | 95.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 151 | 0 | 0.89 | 0.30 | 0.16 | 320.1 | 0.8 | 0.47 |
| Hex | D7 | 18 | 97 | 0 | 59 | 1E | 10 | 140 | 50 | 2F |
| Octal | 327 | 30 | 227 | 0 | 131 | 36 | 20 | 500 | 120 | 57 |
| Binary | 11010111 | 11000 | 10010111 | 0 | 1011001 | 11110 | 10000 | 101000000 | 1010000 | 101111 |
Color Harmonies of #D71897
Complementary color
Monochromatic Colors of #D71897
Black with #D71897
Text Example
Text Example
White with #D71897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71897; }
p { color: rgb(215,24,151); }
H1.HeaderClassName
{
color: #D71897;
}
.AnyTagClassName
{
color: #D71897;
}
</style>
background-color css
<style>
a { background-color: #D71897; }
a { background-color: rgb(215,24,151); }
div.DivClassName
{
background-color: #D71897;
}
.BgClassName
{
background-color: #D71897;
}
</style>
border-color css
<style>
span { border-color: #D71897; }
span { border-color: rgb(215,24,151); }
td.TdClassName
{
border-color: #D71897;
}
.TagClassName
{
border-color: #D71897;
}
</style>