Shades of Medium Violet Red #D80C7F
Tints of Medium Violet Red #D80C7F
RGB
CMYK
RGB Variations
Color information
#D80C7F (or 0xD80C7F) is known color: Medium Violet Red. HEX triplet: D8, 0C and 7F. RGB value is (216,12,127). Sum of RGB (Red+Green+Blue) = 216+12+127=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C7F is #27F380. Grayscale: #555555. Windows color (decimal): -2618241 or 8326360. OLE color: 8326360.
HSL color Cylindrical-coordinate representation of color #D80C7F: hue angle of 326.18º 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 #D80C7F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 127 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.15 |
| HSL | 326.18º | 0.89% | 0.45% | - |
| HSV(B) | 326.18º | 0.94% | 0.85% | - |
| XYZ | 32.28 | 16.39 | 21.54 | - |
| YUV | 86.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 127 | 0 | 0.94 | 0.41 | 0.15 | 326.18 | 0.89 | 0.45 |
| Hex | D8 | C | 7F | 0 | 5E | 29 | F | 146 | 59 | 2D |
| Octal | 330 | 14 | 177 | 0 | 136 | 51 | 17 | 506 | 131 | 55 |
| Binary | 11011000 | 1100 | 1111111 | 0 | 1011110 | 101001 | 1111 | 101000110 | 1011001 | 101101 |
Color Harmonies of #D80C7F
Complementary color
Monochromatic Colors of #D80C7F
Black with #D80C7F
Text Example
Text Example
White with #D80C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C7F; }
p { color: rgb(216,12,127); }
H1.HeaderClassName
{
color: #D80C7F;
}
.AnyTagClassName
{
color: #D80C7F;
}
</style>
background-color css
<style>
a { background-color: #D80C7F; }
a { background-color: rgb(216,12,127); }
div.DivClassName
{
background-color: #D80C7F;
}
.BgClassName
{
background-color: #D80C7F;
}
</style>
border-color css
<style>
span { border-color: #D80C7F; }
span { border-color: rgb(216,12,127); }
td.TdClassName
{
border-color: #D80C7F;
}
.TagClassName
{
border-color: #D80C7F;
}
</style>