Shades of Medium Violet Red #D80D77
Tints of Medium Violet Red #D80D77
RGB
CMYK
RGB Variations
Color information
#D80D77 (or 0xD80D77) is known color: Medium Violet Red. HEX triplet: D8, 0D and 77. RGB value is (216,13,119). Sum of RGB (Red+Green+Blue) = 216+13+119=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D77 is #27F288. Grayscale: #555555. Windows color (decimal): -2617993 or 7802328. OLE color: 7802328.
HSL color Cylindrical-coordinate representation of color #D80D77: hue angle of 328.67º 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 #D80D77 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 119 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.15 |
| HSL | 328.67º | 0.89% | 0.45% | - |
| HSV(B) | 328.67º | 0.94% | 0.85% | - |
| XYZ | 31.79 | 16.22 | 18.91 | - |
| YUV | 85.78 | 146.75 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 119 | 0 | 0.94 | 0.45 | 0.15 | 328.67 | 0.89 | 0.45 |
| Hex | D8 | D | 77 | 0 | 5E | 2D | F | 149 | 59 | 2D |
| Octal | 330 | 15 | 167 | 0 | 136 | 55 | 17 | 511 | 131 | 55 |
| Binary | 11011000 | 1101 | 1110111 | 0 | 1011110 | 101101 | 1111 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D80D77
Complementary color
Monochromatic Colors of #D80D77
Black with #D80D77
Text Example
Text Example
White with #D80D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D77; }
p { color: rgb(216,13,119); }
H1.HeaderClassName
{
color: #D80D77;
}
.AnyTagClassName
{
color: #D80D77;
}
</style>
background-color css
<style>
a { background-color: #D80D77; }
a { background-color: rgb(216,13,119); }
div.DivClassName
{
background-color: #D80D77;
}
.BgClassName
{
background-color: #D80D77;
}
</style>
border-color css
<style>
span { border-color: #D80D77; }
span { border-color: rgb(216,13,119); }
td.TdClassName
{
border-color: #D80D77;
}
.TagClassName
{
border-color: #D80D77;
}
</style>