Shades of Medium Violet Red #D80877
Tints of Medium Violet Red #D80877
RGB
CMYK
RGB Variations
Color information
#D80877 (or 0xD80877) is known color: Medium Violet Red. HEX triplet: D8, 08 and 77. RGB value is (216,8,119). Sum of RGB (Red+Green+Blue) = 216+8+119=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D80877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80877 is #27F788. Grayscale: #525252. Windows color (decimal): -2619273 or 7801048. OLE color: 7801048.
HSL color Cylindrical-coordinate representation of color #D80877: hue angle of 327.98º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80877 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.15 |
| HSL | 327.98º | 0.93% | 0.44% | - |
| HSV(B) | 327.98º | 0.96% | 0.85% | - |
| XYZ | 31.74 | 16.1 | 18.89 | - |
| YUV | 82.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 119 | 0 | 0.96 | 0.45 | 0.15 | 327.98 | 0.93 | 0.44 |
| Hex | D8 | 8 | 77 | 0 | 60 | 2D | F | 148 | 5D | 2C |
| Octal | 330 | 10 | 167 | 0 | 140 | 55 | 17 | 510 | 135 | 54 |
| Binary | 11011000 | 1000 | 1110111 | 0 | 1100000 | 101101 | 1111 | 101001000 | 1011101 | 101100 |
Color Harmonies of #D80877
Complementary color
Monochromatic Colors of #D80877
Black with #D80877
Text Example
Text Example
White with #D80877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80877; }
p { color: rgb(216,8,119); }
H1.HeaderClassName
{
color: #D80877;
}
.AnyTagClassName
{
color: #D80877;
}
</style>
background-color css
<style>
a { background-color: #D80877; }
a { background-color: rgb(216,8,119); }
div.DivClassName
{
background-color: #D80877;
}
.BgClassName
{
background-color: #D80877;
}
</style>
border-color css
<style>
span { border-color: #D80877; }
span { border-color: rgb(216,8,119); }
td.TdClassName
{
border-color: #D80877;
}
.TagClassName
{
border-color: #D80877;
}
</style>