Shades of Medium Violet Red #D41896
Tints of Medium Violet Red #D41896
RGB
CMYK
RGB Variations
Color information
#D41896 (or 0xD41896) is known color: Medium Violet Red. HEX triplet: D4, 18 and 96. RGB value is (212,24,150). Sum of RGB (Red+Green+Blue) = 212+24+150=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D41896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41896 is #2BE769. Grayscale: #5E5E5E. Windows color (decimal): -2877290 or 9836756. OLE color: 9836756.
HSL color Cylindrical-coordinate representation of color #D41896: hue angle of 319.79º 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 #D41896 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 150 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.17 |
| HSL | 319.79º | 0.8% | 0.46% | - |
| HSV(B) | 319.79º | 0.89% | 0.83% | - |
| XYZ | 32.98 | 16.85 | 30.37 | - |
| YUV | 94.58 | 159.28 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 150 | 0 | 0.89 | 0.29 | 0.17 | 319.79 | 0.8 | 0.46 |
| Hex | D4 | 18 | 96 | 0 | 59 | 1D | 11 | 140 | 50 | 2E |
| Octal | 324 | 30 | 226 | 0 | 131 | 35 | 21 | 500 | 120 | 56 |
| Binary | 11010100 | 11000 | 10010110 | 0 | 1011001 | 11101 | 10001 | 101000000 | 1010000 | 101110 |
Color Harmonies of #D41896
Complementary color
Monochromatic Colors of #D41896
Black with #D41896
Text Example
Text Example
White with #D41896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41896; }
p { color: rgb(212,24,150); }
H1.HeaderClassName
{
color: #D41896;
}
.AnyTagClassName
{
color: #D41896;
}
</style>
background-color css
<style>
a { background-color: #D41896; }
a { background-color: rgb(212,24,150); }
div.DivClassName
{
background-color: #D41896;
}
.BgClassName
{
background-color: #D41896;
}
</style>
border-color css
<style>
span { border-color: #D41896; }
span { border-color: rgb(212,24,150); }
td.TdClassName
{
border-color: #D41896;
}
.TagClassName
{
border-color: #D41896;
}
</style>