Shades of Medium Violet Red #D71299
Tints of Medium Violet Red #D71299
RGB
CMYK
RGB Variations
Color information
#D71299 (or 0xD71299) is known color: Medium Violet Red. HEX triplet: D7, 12 and 99. RGB value is (215,18,153). Sum of RGB (Red+Green+Blue) = 215+18+153=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D71299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71299 is #28ED66. Grayscale: #5B5B5B. Windows color (decimal): -2682215 or 10031831. OLE color: 10031831.
HSL color Cylindrical-coordinate representation of color #D71299: hue angle of 318.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71299 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 153 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.16 |
| HSL | 318.88º | 0.85% | 0.46% | - |
| HSV(B) | 318.88º | 0.92% | 0.84% | - |
| XYZ | 33.99 | 17.18 | 31.66 | - |
| YUV | 92.29 | 162.27 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 153 | 0 | 0.92 | 0.29 | 0.16 | 318.88 | 0.85 | 0.46 |
| Hex | D7 | 12 | 99 | 0 | 5C | 1D | 10 | 13F | 55 | 2E |
| Octal | 327 | 22 | 231 | 0 | 134 | 35 | 20 | 477 | 125 | 56 |
| Binary | 11010111 | 10010 | 10011001 | 0 | 1011100 | 11101 | 10000 | 100111111 | 1010101 | 101110 |
Color Harmonies of #D71299
Complementary color
Monochromatic Colors of #D71299
Black with #D71299
Text Example
Text Example
White with #D71299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71299; }
p { color: rgb(215,18,153); }
H1.HeaderClassName
{
color: #D71299;
}
.AnyTagClassName
{
color: #D71299;
}
</style>
background-color css
<style>
a { background-color: #D71299; }
a { background-color: rgb(215,18,153); }
div.DivClassName
{
background-color: #D71299;
}
.BgClassName
{
background-color: #D71299;
}
</style>
border-color css
<style>
span { border-color: #D71299; }
span { border-color: rgb(215,18,153); }
td.TdClassName
{
border-color: #D71299;
}
.TagClassName
{
border-color: #D71299;
}
</style>