Shades of Medium Violet Red #D71397
Tints of Medium Violet Red #D71397
RGB
CMYK
RGB Variations
Color information
#D71397 (or 0xD71397) is known color: Medium Violet Red. HEX triplet: D7, 13 and 97. RGB value is (215,19,151). Sum of RGB (Red+Green+Blue) = 215+19+151=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D71397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71397 is #28EC68. Grayscale: #5C5C5C. Windows color (decimal): -2681961 or 9901015. OLE color: 9901015.
HSL color Cylindrical-coordinate representation of color #D71397: hue angle of 319.59º degrees, saturation: 0.84, 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 #D71397 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.16 |
| HSL | 319.59º | 0.84% | 0.46% | - |
| HSV(B) | 319.59º | 0.91% | 0.84% | - |
| XYZ | 33.84 | 17.15 | 30.8 | - |
| YUV | 92.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 151 | 0 | 0.91 | 0.30 | 0.16 | 319.59 | 0.84 | 0.46 |
| Hex | D7 | 13 | 97 | 0 | 5B | 1E | 10 | 140 | 54 | 2E |
| Octal | 327 | 23 | 227 | 0 | 133 | 36 | 20 | 500 | 124 | 56 |
| Binary | 11010111 | 10011 | 10010111 | 0 | 1011011 | 11110 | 10000 | 101000000 | 1010100 | 101110 |
Color Harmonies of #D71397
Complementary color
Monochromatic Colors of #D71397
Black with #D71397
Text Example
Text Example
White with #D71397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71397; }
p { color: rgb(215,19,151); }
H1.HeaderClassName
{
color: #D71397;
}
.AnyTagClassName
{
color: #D71397;
}
</style>
background-color css
<style>
a { background-color: #D71397; }
a { background-color: rgb(215,19,151); }
div.DivClassName
{
background-color: #D71397;
}
.BgClassName
{
background-color: #D71397;
}
</style>
border-color css
<style>
span { border-color: #D71397; }
span { border-color: rgb(215,19,151); }
td.TdClassName
{
border-color: #D71397;
}
.TagClassName
{
border-color: #D71397;
}
</style>