Shades of Medium Violet Red #D41796
Tints of Medium Violet Red #D41796
RGB
CMYK
RGB Variations
Color information
#D41796 (or 0xD41796) is known color: Medium Violet Red. HEX triplet: D4, 17 and 96. RGB value is (212,23,150). Sum of RGB (Red+Green+Blue) = 212+23+150=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D41796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41796 is #2BE869. Grayscale: #5D5D5D. Windows color (decimal): -2877546 or 9836500. OLE color: 9836500.
HSL color Cylindrical-coordinate representation of color #D41796: hue angle of 319.68º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41796 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 150 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.17 |
| HSL | 319.68º | 0.8% | 0.46% | - |
| HSV(B) | 319.68º | 0.89% | 0.83% | - |
| XYZ | 32.96 | 16.81 | 30.36 | - |
| YUV | 93.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 150 | 0 | 0.89 | 0.29 | 0.17 | 319.68 | 0.8 | 0.46 |
| Hex | D4 | 17 | 96 | 0 | 59 | 1D | 11 | 140 | 50 | 2E |
| Octal | 324 | 27 | 226 | 0 | 131 | 35 | 21 | 500 | 120 | 56 |
| Binary | 11010100 | 10111 | 10010110 | 0 | 1011001 | 11101 | 10001 | 101000000 | 1010000 | 101110 |
Color Harmonies of #D41796
Complementary color
Monochromatic Colors of #D41796
Black with #D41796
Text Example
Text Example
White with #D41796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41796; }
p { color: rgb(212,23,150); }
H1.HeaderClassName
{
color: #D41796;
}
.AnyTagClassName
{
color: #D41796;
}
</style>
background-color css
<style>
a { background-color: #D41796; }
a { background-color: rgb(212,23,150); }
div.DivClassName
{
background-color: #D41796;
}
.BgClassName
{
background-color: #D41796;
}
</style>
border-color css
<style>
span { border-color: #D41796; }
span { border-color: rgb(212,23,150); }
td.TdClassName
{
border-color: #D41796;
}
.TagClassName
{
border-color: #D41796;
}
</style>