Shades of Medium Violet Red #D41977
Tints of Medium Violet Red #D41977
RGB
CMYK
RGB Variations
Color information
#D41977 (or 0xD41977) is known color: Medium Violet Red. HEX triplet: D4, 19 and 77. RGB value is (212,25,119). Sum of RGB (Red+Green+Blue) = 212+25+119=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D41977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41977 is #2BE688. Grayscale: #5B5B5B. Windows color (decimal): -2877065 or 7805396. OLE color: 7805396.
HSL color Cylindrical-coordinate representation of color #D41977: hue angle of 329.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41977 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 119 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.17 |
| HSL | 329.84º | 0.79% | 0.46% | - |
| HSV(B) | 329.84º | 0.88% | 0.83% | - |
| XYZ | 30.83 | 16.02 | 18.92 | - |
| YUV | 91.63 | 143.45 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 119 | 0 | 0.88 | 0.44 | 0.17 | 329.84 | 0.79 | 0.46 |
| Hex | D4 | 19 | 77 | 0 | 58 | 2C | 11 | 14A | 4F | 2E |
| Octal | 324 | 31 | 167 | 0 | 130 | 54 | 21 | 512 | 117 | 56 |
| Binary | 11010100 | 11001 | 1110111 | 0 | 1011000 | 101100 | 10001 | 101001010 | 1001111 | 101110 |
Color Harmonies of #D41977
Complementary color
Monochromatic Colors of #D41977
Black with #D41977
Text Example
Text Example
White with #D41977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41977; }
p { color: rgb(212,25,119); }
H1.HeaderClassName
{
color: #D41977;
}
.AnyTagClassName
{
color: #D41977;
}
</style>
background-color css
<style>
a { background-color: #D41977; }
a { background-color: rgb(212,25,119); }
div.DivClassName
{
background-color: #D41977;
}
.BgClassName
{
background-color: #D41977;
}
</style>
border-color css
<style>
span { border-color: #D41977; }
span { border-color: rgb(212,25,119); }
td.TdClassName
{
border-color: #D41977;
}
.TagClassName
{
border-color: #D41977;
}
</style>