Shades of Medium Violet Red #D51797
Tints of Medium Violet Red #D51797
RGB
CMYK
RGB Variations
Color information
#D51797 (or 0xD51797) is known color: Medium Violet Red. HEX triplet: D5, 17 and 97. RGB value is (213,23,151). Sum of RGB (Red+Green+Blue) = 213+23+151=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D51797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51797 is #2AE868. Grayscale: #5E5E5E. Windows color (decimal): -2812009 or 9902037. OLE color: 9902037.
HSL color Cylindrical-coordinate representation of color #D51797: hue angle of 319.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51797 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 151 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.16 |
| HSL | 319.58º | 0.81% | 0.46% | - |
| HSV(B) | 319.58º | 0.89% | 0.84% | - |
| XYZ | 33.33 | 16.99 | 30.8 | - |
| YUV | 94.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 151 | 0 | 0.89 | 0.29 | 0.16 | 319.58 | 0.81 | 0.46 |
| Hex | D5 | 17 | 97 | 0 | 59 | 1D | 10 | 140 | 51 | 2E |
| Octal | 325 | 27 | 227 | 0 | 131 | 35 | 20 | 500 | 121 | 56 |
| Binary | 11010101 | 10111 | 10010111 | 0 | 1011001 | 11101 | 10000 | 101000000 | 1010001 | 101110 |
Color Harmonies of #D51797
Complementary color
Monochromatic Colors of #D51797
Black with #D51797
Text Example
Text Example
White with #D51797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51797; }
p { color: rgb(213,23,151); }
H1.HeaderClassName
{
color: #D51797;
}
.AnyTagClassName
{
color: #D51797;
}
</style>
background-color css
<style>
a { background-color: #D51797; }
a { background-color: rgb(213,23,151); }
div.DivClassName
{
background-color: #D51797;
}
.BgClassName
{
background-color: #D51797;
}
</style>
border-color css
<style>
span { border-color: #D51797; }
span { border-color: rgb(213,23,151); }
td.TdClassName
{
border-color: #D51797;
}
.TagClassName
{
border-color: #D51797;
}
</style>