Shades of Medium Violet Red #D41886
Tints of Medium Violet Red #D41886
RGB
CMYK
RGB Variations
Color information
#D41886 (or 0xD41886) is known color: Medium Violet Red. HEX triplet: D4, 18 and 86. RGB value is (212,24,134). Sum of RGB (Red+Green+Blue) = 212+24+134=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D41886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41886 is #2BE779. Grayscale: #5C5C5C. Windows color (decimal): -2877306 or 8788180. OLE color: 8788180.
HSL color Cylindrical-coordinate representation of color #D41886: hue angle of 324.89º 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 #D41886 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 134 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.17 |
| HSL | 324.89º | 0.8% | 0.46% | - |
| HSV(B) | 324.89º | 0.89% | 0.83% | - |
| XYZ | 31.78 | 16.37 | 24.04 | - |
| YUV | 92.75 | 151.28 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 134 | 0 | 0.89 | 0.37 | 0.17 | 324.89 | 0.8 | 0.46 |
| Hex | D4 | 18 | 86 | 0 | 59 | 25 | 11 | 145 | 50 | 2E |
| Octal | 324 | 30 | 206 | 0 | 131 | 45 | 21 | 505 | 120 | 56 |
| Binary | 11010100 | 11000 | 10000110 | 0 | 1011001 | 100101 | 10001 | 101000101 | 1010000 | 101110 |
Color Harmonies of #D41886
Complementary color
Monochromatic Colors of #D41886
Black with #D41886
Text Example
Text Example
White with #D41886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41886; }
p { color: rgb(212,24,134); }
H1.HeaderClassName
{
color: #D41886;
}
.AnyTagClassName
{
color: #D41886;
}
</style>
background-color css
<style>
a { background-color: #D41886; }
a { background-color: rgb(212,24,134); }
div.DivClassName
{
background-color: #D41886;
}
.BgClassName
{
background-color: #D41886;
}
</style>
border-color css
<style>
span { border-color: #D41886; }
span { border-color: rgb(212,24,134); }
td.TdClassName
{
border-color: #D41886;
}
.TagClassName
{
border-color: #D41886;
}
</style>