Shades of Medium Violet Red #D80D76
Tints of Medium Violet Red #D80D76
RGB
CMYK
RGB Variations
Color information
#D80D76 (or 0xD80D76) is known color: Medium Violet Red. HEX triplet: D8, 0D and 76. RGB value is (216,13,118). Sum of RGB (Red+Green+Blue) = 216+13+118=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D76 is #27F289. Grayscale: #555555. Windows color (decimal): -2617994 or 7736792. OLE color: 7736792.
HSL color Cylindrical-coordinate representation of color #D80D76: hue angle of 328.97º degrees, saturation: 0.89, 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 #D80D76 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 118 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.15 |
| HSL | 328.97º | 0.89% | 0.45% | - |
| HSV(B) | 328.97º | 0.94% | 0.85% | - |
| XYZ | 31.73 | 16.19 | 18.59 | - |
| YUV | 85.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 118 | 0 | 0.94 | 0.45 | 0.15 | 328.97 | 0.89 | 0.45 |
| Hex | D8 | D | 76 | 0 | 5E | 2D | F | 149 | 59 | 2D |
| Octal | 330 | 15 | 166 | 0 | 136 | 55 | 17 | 511 | 131 | 55 |
| Binary | 11011000 | 1101 | 1110110 | 0 | 1011110 | 101101 | 1111 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D80D76
Complementary color
Monochromatic Colors of #D80D76
Black with #D80D76
Text Example
Text Example
White with #D80D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D76; }
p { color: rgb(216,13,118); }
H1.HeaderClassName
{
color: #D80D76;
}
.AnyTagClassName
{
color: #D80D76;
}
</style>
background-color css
<style>
a { background-color: #D80D76; }
a { background-color: rgb(216,13,118); }
div.DivClassName
{
background-color: #D80D76;
}
.BgClassName
{
background-color: #D80D76;
}
</style>
border-color css
<style>
span { border-color: #D80D76; }
span { border-color: rgb(216,13,118); }
td.TdClassName
{
border-color: #D80D76;
}
.TagClassName
{
border-color: #D80D76;
}
</style>