Shades of Medium Violet Red #D71697
Tints of Medium Violet Red #D71697
RGB
CMYK
RGB Variations
Color information
#D71697 (or 0xD71697) is known color: Medium Violet Red. HEX triplet: D7, 16 and 97. RGB value is (215,22,151). Sum of RGB (Red+Green+Blue) = 215+22+151=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D71697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71697 is #28E968. Grayscale: #5E5E5E. Windows color (decimal): -2681193 or 9901783. OLE color: 9901783.
HSL color Cylindrical-coordinate representation of color #D71697: hue angle of 319.9º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71697 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 151 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.16 |
| HSL | 319.9º | 0.81% | 0.46% | - |
| HSV(B) | 319.9º | 0.9% | 0.84% | - |
| XYZ | 33.9 | 17.26 | 30.82 | - |
| YUV | 94.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 151 | 0 | 0.90 | 0.30 | 0.16 | 319.9 | 0.81 | 0.46 |
| Hex | D7 | 16 | 97 | 0 | 5A | 1E | 10 | 140 | 51 | 2E |
| Octal | 327 | 26 | 227 | 0 | 132 | 36 | 20 | 500 | 121 | 56 |
| Binary | 11010111 | 10110 | 10010111 | 0 | 1011010 | 11110 | 10000 | 101000000 | 1010001 | 101110 |
Color Harmonies of #D71697
Complementary color
Monochromatic Colors of #D71697
Black with #D71697
Text Example
Text Example
White with #D71697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71697; }
p { color: rgb(215,22,151); }
H1.HeaderClassName
{
color: #D71697;
}
.AnyTagClassName
{
color: #D71697;
}
</style>
background-color css
<style>
a { background-color: #D71697; }
a { background-color: rgb(215,22,151); }
div.DivClassName
{
background-color: #D71697;
}
.BgClassName
{
background-color: #D71697;
}
</style>
border-color css
<style>
span { border-color: #D71697; }
span { border-color: rgb(215,22,151); }
td.TdClassName
{
border-color: #D71697;
}
.TagClassName
{
border-color: #D71697;
}
</style>