Shades of Medium Violet Red #D41877
Tints of Medium Violet Red #D41877
RGB
CMYK
RGB Variations
Color information
#D41877 (or 0xD41877) is known color: Medium Violet Red. HEX triplet: D4, 18 and 77. RGB value is (212,24,119). Sum of RGB (Red+Green+Blue) = 212+24+119=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D41877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41877 is #2BE788. Grayscale: #5A5A5A. Windows color (decimal): -2877321 or 7805140. OLE color: 7805140.
HSL color Cylindrical-coordinate representation of color #D41877: hue angle of 329.68º 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 #D41877 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 119 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.17 |
| HSL | 329.68º | 0.8% | 0.46% | - |
| HSV(B) | 329.68º | 0.89% | 0.83% | - |
| XYZ | 30.81 | 15.98 | 18.91 | - |
| YUV | 91.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 119 | 0 | 0.89 | 0.44 | 0.17 | 329.68 | 0.8 | 0.46 |
| Hex | D4 | 18 | 77 | 0 | 59 | 2C | 11 | 14A | 50 | 2E |
| Octal | 324 | 30 | 167 | 0 | 131 | 54 | 21 | 512 | 120 | 56 |
| Binary | 11010100 | 11000 | 1110111 | 0 | 1011001 | 101100 | 10001 | 101001010 | 1010000 | 101110 |
Color Harmonies of #D41877
Complementary color
Monochromatic Colors of #D41877
Black with #D41877
Text Example
Text Example
White with #D41877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41877; }
p { color: rgb(212,24,119); }
H1.HeaderClassName
{
color: #D41877;
}
.AnyTagClassName
{
color: #D41877;
}
</style>
background-color css
<style>
a { background-color: #D41877; }
a { background-color: rgb(212,24,119); }
div.DivClassName
{
background-color: #D41877;
}
.BgClassName
{
background-color: #D41877;
}
</style>
border-color css
<style>
span { border-color: #D41877; }
span { border-color: rgb(212,24,119); }
td.TdClassName
{
border-color: #D41877;
}
.TagClassName
{
border-color: #D41877;
}
</style>