Shades of Medium Violet Red #D71497
Tints of Medium Violet Red #D71497
RGB
CMYK
RGB Variations
Color information
#D71497 (or 0xD71497) is known color: Medium Violet Red. HEX triplet: D7, 14 and 97. RGB value is (215,20,151). Sum of RGB (Red+Green+Blue) = 215+20+151=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D71497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71497 is #28EB68. Grayscale: #5C5C5C. Windows color (decimal): -2681705 or 9901271. OLE color: 9901271.
HSL color Cylindrical-coordinate representation of color #D71497: hue angle of 319.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71497 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 151 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.16 |
| HSL | 319.69º | 0.83% | 0.46% | - |
| HSV(B) | 319.69º | 0.91% | 0.84% | - |
| XYZ | 33.86 | 17.18 | 30.81 | - |
| YUV | 93.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 151 | 0 | 0.91 | 0.30 | 0.16 | 319.69 | 0.83 | 0.46 |
| Hex | D7 | 14 | 97 | 0 | 5B | 1E | 10 | 140 | 53 | 2E |
| Octal | 327 | 24 | 227 | 0 | 133 | 36 | 20 | 500 | 123 | 56 |
| Binary | 11010111 | 10100 | 10010111 | 0 | 1011011 | 11110 | 10000 | 101000000 | 1010011 | 101110 |
Color Harmonies of #D71497
Complementary color
Monochromatic Colors of #D71497
Black with #D71497
Text Example
Text Example
White with #D71497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71497; }
p { color: rgb(215,20,151); }
H1.HeaderClassName
{
color: #D71497;
}
.AnyTagClassName
{
color: #D71497;
}
</style>
background-color css
<style>
a { background-color: #D71497; }
a { background-color: rgb(215,20,151); }
div.DivClassName
{
background-color: #D71497;
}
.BgClassName
{
background-color: #D71497;
}
</style>
border-color css
<style>
span { border-color: #D71497; }
span { border-color: rgb(215,20,151); }
td.TdClassName
{
border-color: #D71497;
}
.TagClassName
{
border-color: #D71497;
}
</style>