Shades of Medium Violet Red #D41691
Tints of Medium Violet Red #D41691
RGB
CMYK
RGB Variations
Color information
#D41691 (or 0xD41691) is known color: Medium Violet Red. HEX triplet: D4, 16 and 91. RGB value is (212,22,145). Sum of RGB (Red+Green+Blue) = 212+22+145=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D41691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41691 is #2BE96E. Grayscale: #5C5C5C. Windows color (decimal): -2877807 or 9508564. OLE color: 9508564.
HSL color Cylindrical-coordinate representation of color #D41691: hue angle of 321.16º 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 #D41691 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 145 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.17 |
| HSL | 321.16º | 0.81% | 0.46% | - |
| HSV(B) | 321.16º | 0.9% | 0.83% | - |
| XYZ | 32.55 | 16.62 | 28.28 | - |
| YUV | 92.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 145 | 0 | 0.90 | 0.32 | 0.17 | 321.16 | 0.81 | 0.46 |
| Hex | D4 | 16 | 91 | 0 | 5A | 20 | 11 | 141 | 51 | 2E |
| Octal | 324 | 26 | 221 | 0 | 132 | 40 | 21 | 501 | 121 | 56 |
| Binary | 11010100 | 10110 | 10010001 | 0 | 1011010 | 100000 | 10001 | 101000001 | 1010001 | 101110 |
Color Harmonies of #D41691
Complementary color
Monochromatic Colors of #D41691
Black with #D41691
Text Example
Text Example
White with #D41691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41691; }
p { color: rgb(212,22,145); }
H1.HeaderClassName
{
color: #D41691;
}
.AnyTagClassName
{
color: #D41691;
}
</style>
background-color css
<style>
a { background-color: #D41691; }
a { background-color: rgb(212,22,145); }
div.DivClassName
{
background-color: #D41691;
}
.BgClassName
{
background-color: #D41691;
}
</style>
border-color css
<style>
span { border-color: #D41691; }
span { border-color: rgb(212,22,145); }
td.TdClassName
{
border-color: #D41691;
}
.TagClassName
{
border-color: #D41691;
}
</style>