Shades of Medium Violet Red #D41696
Tints of Medium Violet Red #D41696
RGB
CMYK
RGB Variations
Color information
#D41696 (or 0xD41696) is known color: Medium Violet Red. HEX triplet: D4, 16 and 96. RGB value is (212,22,150). Sum of RGB (Red+Green+Blue) = 212+22+150=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D41696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41696 is #2BE969. Grayscale: #5D5D5D. Windows color (decimal): -2877802 or 9836244. OLE color: 9836244.
HSL color Cylindrical-coordinate representation of color #D41696: hue angle of 319.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41696 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.17 |
| HSL | 319.58º | 0.81% | 0.46% | - |
| HSV(B) | 319.58º | 0.9% | 0.83% | - |
| XYZ | 32.94 | 16.77 | 30.36 | - |
| YUV | 93.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 150 | 0 | 0.90 | 0.29 | 0.17 | 319.58 | 0.81 | 0.46 |
| Hex | D4 | 16 | 96 | 0 | 5A | 1D | 11 | 140 | 51 | 2E |
| Octal | 324 | 26 | 226 | 0 | 132 | 35 | 21 | 500 | 121 | 56 |
| Binary | 11010100 | 10110 | 10010110 | 0 | 1011010 | 11101 | 10001 | 101000000 | 1010001 | 101110 |
Color Harmonies of #D41696
Complementary color
Monochromatic Colors of #D41696
Black with #D41696
Text Example
Text Example
White with #D41696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41696; }
p { color: rgb(212,22,150); }
H1.HeaderClassName
{
color: #D41696;
}
.AnyTagClassName
{
color: #D41696;
}
</style>
background-color css
<style>
a { background-color: #D41696; }
a { background-color: rgb(212,22,150); }
div.DivClassName
{
background-color: #D41696;
}
.BgClassName
{
background-color: #D41696;
}
</style>
border-color css
<style>
span { border-color: #D41696; }
span { border-color: rgb(212,22,150); }
td.TdClassName
{
border-color: #D41696;
}
.TagClassName
{
border-color: #D41696;
}
</style>