Shades of Medium Violet Red #D40877
Tints of Medium Violet Red #D40877
RGB
CMYK
RGB Variations
Color information
#D40877 (or 0xD40877) is known color: Medium Violet Red. HEX triplet: D4, 08 and 77. RGB value is (212,8,119). Sum of RGB (Red+Green+Blue) = 212+8+119=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D40877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40877 is #2BF788. Grayscale: #515151. Windows color (decimal): -2881417 or 7801044. OLE color: 7801044.
HSL color Cylindrical-coordinate representation of color #D40877: hue angle of 327.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40877 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.17 |
| HSL | 327.35º | 0.93% | 0.43% | - |
| HSV(B) | 327.35º | 0.96% | 0.83% | - |
| XYZ | 30.57 | 15.5 | 18.83 | - |
| YUV | 81.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 119 | 0 | 0.96 | 0.44 | 0.17 | 327.35 | 0.93 | 0.43 |
| Hex | D4 | 8 | 77 | 0 | 60 | 2C | 11 | 147 | 5D | 2B |
| Octal | 324 | 10 | 167 | 0 | 140 | 54 | 21 | 507 | 135 | 53 |
| Binary | 11010100 | 1000 | 1110111 | 0 | 1100000 | 101100 | 10001 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D40877
Complementary color
Monochromatic Colors of #D40877
Black with #D40877
Text Example
Text Example
White with #D40877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40877; }
p { color: rgb(212,8,119); }
H1.HeaderClassName
{
color: #D40877;
}
.AnyTagClassName
{
color: #D40877;
}
</style>
background-color css
<style>
a { background-color: #D40877; }
a { background-color: rgb(212,8,119); }
div.DivClassName
{
background-color: #D40877;
}
.BgClassName
{
background-color: #D40877;
}
</style>
border-color css
<style>
span { border-color: #D40877; }
span { border-color: rgb(212,8,119); }
td.TdClassName
{
border-color: #D40877;
}
.TagClassName
{
border-color: #D40877;
}
</style>