Shades of Medium Violet Red #D71699
Tints of Medium Violet Red #D71699
RGB
CMYK
RGB Variations
Color information
#D71699 (or 0xD71699) is known color: Medium Violet Red. HEX triplet: D7, 16 and 99. RGB value is (215,22,153). Sum of RGB (Red+Green+Blue) = 215+22+153=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D71699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71699 is #28E966. Grayscale: #5E5E5E. Windows color (decimal): -2681191 or 10032855. OLE color: 10032855.
HSL color Cylindrical-coordinate representation of color #D71699: hue angle of 319.27º 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 #D71699 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.16 |
| HSL | 319.27º | 0.81% | 0.46% | - |
| HSV(B) | 319.27º | 0.9% | 0.84% | - |
| XYZ | 34.06 | 17.32 | 31.69 | - |
| YUV | 94.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 153 | 0 | 0.90 | 0.29 | 0.16 | 319.27 | 0.81 | 0.46 |
| Hex | D7 | 16 | 99 | 0 | 5A | 1D | 10 | 13F | 51 | 2E |
| Octal | 327 | 26 | 231 | 0 | 132 | 35 | 20 | 477 | 121 | 56 |
| Binary | 11010111 | 10110 | 10011001 | 0 | 1011010 | 11101 | 10000 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D71699
Complementary color
Monochromatic Colors of #D71699
Black with #D71699
Text Example
Text Example
White with #D71699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71699; }
p { color: rgb(215,22,153); }
H1.HeaderClassName
{
color: #D71699;
}
.AnyTagClassName
{
color: #D71699;
}
</style>
background-color css
<style>
a { background-color: #D71699; }
a { background-color: rgb(215,22,153); }
div.DivClassName
{
background-color: #D71699;
}
.BgClassName
{
background-color: #D71699;
}
</style>
border-color css
<style>
span { border-color: #D71699; }
span { border-color: rgb(215,22,153); }
td.TdClassName
{
border-color: #D71699;
}
.TagClassName
{
border-color: #D71699;
}
</style>