Shades of Medium Violet Red #D80C7C
Tints of Medium Violet Red #D80C7C
RGB
CMYK
RGB Variations
Color information
#D80C7C (or 0xD80C7C) is known color: Medium Violet Red. HEX triplet: D8, 0C and 7C. RGB value is (216,12,124). Sum of RGB (Red+Green+Blue) = 216+12+124=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C7C is #27F383. Grayscale: #555555. Windows color (decimal): -2618244 or 8129752. OLE color: 8129752.
HSL color Cylindrical-coordinate representation of color #D80C7C: hue angle of 327.06º 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 #D80C7C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.15 |
| HSL | 327.06º | 0.89% | 0.45% | - |
| HSV(B) | 327.06º | 0.94% | 0.85% | - |
| XYZ | 32.09 | 16.32 | 20.53 | - |
| YUV | 85.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 124 | 0 | 0.94 | 0.43 | 0.15 | 327.06 | 0.89 | 0.45 |
| Hex | D8 | C | 7C | 0 | 5E | 2B | F | 147 | 59 | 2D |
| Octal | 330 | 14 | 174 | 0 | 136 | 53 | 17 | 507 | 131 | 55 |
| Binary | 11011000 | 1100 | 1111100 | 0 | 1011110 | 101011 | 1111 | 101000111 | 1011001 | 101101 |
Color Harmonies of #D80C7C
Complementary color
Monochromatic Colors of #D80C7C
Black with #D80C7C
Text Example
Text Example
White with #D80C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C7C; }
p { color: rgb(216,12,124); }
H1.HeaderClassName
{
color: #D80C7C;
}
.AnyTagClassName
{
color: #D80C7C;
}
</style>
background-color css
<style>
a { background-color: #D80C7C; }
a { background-color: rgb(216,12,124); }
div.DivClassName
{
background-color: #D80C7C;
}
.BgClassName
{
background-color: #D80C7C;
}
</style>
border-color css
<style>
span { border-color: #D80C7C; }
span { border-color: rgb(216,12,124); }
td.TdClassName
{
border-color: #D80C7C;
}
.TagClassName
{
border-color: #D80C7C;
}
</style>