Shades of Medium Violet Red #D80E76
Tints of Medium Violet Red #D80E76
RGB
CMYK
RGB Variations
Color information
#D80E76 (or 0xD80E76) is known color: Medium Violet Red. HEX triplet: D8, 0E and 76. RGB value is (216,14,118). Sum of RGB (Red+Green+Blue) = 216+14+118=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E76 is #27F189. Grayscale: #565656. Windows color (decimal): -2617738 or 7737048. OLE color: 7737048.
HSL color Cylindrical-coordinate representation of color #D80E76: hue angle of 329.11º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E76 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.15 |
| HSL | 329.11º | 0.88% | 0.45% | - |
| HSV(B) | 329.11º | 0.94% | 0.85% | - |
| XYZ | 31.75 | 16.22 | 18.6 | - |
| YUV | 86.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 118 | 0 | 0.94 | 0.45 | 0.15 | 329.11 | 0.88 | 0.45 |
| Hex | D8 | E | 76 | 0 | 5E | 2D | F | 149 | 58 | 2D |
| Octal | 330 | 16 | 166 | 0 | 136 | 55 | 17 | 511 | 130 | 55 |
| Binary | 11011000 | 1110 | 1110110 | 0 | 1011110 | 101101 | 1111 | 101001001 | 1011000 | 101101 |
Color Harmonies of #D80E76
Complementary color
Monochromatic Colors of #D80E76
Black with #D80E76
Text Example
Text Example
White with #D80E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E76; }
p { color: rgb(216,14,118); }
H1.HeaderClassName
{
color: #D80E76;
}
.AnyTagClassName
{
color: #D80E76;
}
</style>
background-color css
<style>
a { background-color: #D80E76; }
a { background-color: rgb(216,14,118); }
div.DivClassName
{
background-color: #D80E76;
}
.BgClassName
{
background-color: #D80E76;
}
</style>
border-color css
<style>
span { border-color: #D80E76; }
span { border-color: rgb(216,14,118); }
td.TdClassName
{
border-color: #D80E76;
}
.TagClassName
{
border-color: #D80E76;
}
</style>