Shades of Medium Violet Red #D51796
Tints of Medium Violet Red #D51796
RGB
CMYK
RGB Variations
Color information
#D51796 (or 0xD51796) is known color: Medium Violet Red. HEX triplet: D5, 17 and 96. RGB value is (213,23,150). Sum of RGB (Red+Green+Blue) = 213+23+150=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D51796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51796 is #2AE869. Grayscale: #5D5D5D. Windows color (decimal): -2812010 or 9836501. OLE color: 9836501.
HSL color Cylindrical-coordinate representation of color #D51796: hue angle of 319.89º 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 #D51796 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.16 |
| HSL | 319.89º | 0.81% | 0.46% | - |
| HSV(B) | 319.89º | 0.89% | 0.84% | - |
| XYZ | 33.25 | 16.96 | 30.38 | - |
| YUV | 94.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 150 | 0 | 0.89 | 0.30 | 0.16 | 319.89 | 0.81 | 0.46 |
| Hex | D5 | 17 | 96 | 0 | 59 | 1E | 10 | 140 | 51 | 2E |
| Octal | 325 | 27 | 226 | 0 | 131 | 36 | 20 | 500 | 121 | 56 |
| Binary | 11010101 | 10111 | 10010110 | 0 | 1011001 | 11110 | 10000 | 101000000 | 1010001 | 101110 |
Color Harmonies of #D51796
Complementary color
Monochromatic Colors of #D51796
Black with #D51796
Text Example
Text Example
White with #D51796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51796; }
p { color: rgb(213,23,150); }
H1.HeaderClassName
{
color: #D51796;
}
.AnyTagClassName
{
color: #D51796;
}
</style>
background-color css
<style>
a { background-color: #D51796; }
a { background-color: rgb(213,23,150); }
div.DivClassName
{
background-color: #D51796;
}
.BgClassName
{
background-color: #D51796;
}
</style>
border-color css
<style>
span { border-color: #D51796; }
span { border-color: rgb(213,23,150); }
td.TdClassName
{
border-color: #D51796;
}
.TagClassName
{
border-color: #D51796;
}
</style>