Shades of Medium Violet Red #D80C7D
Tints of Medium Violet Red #D80C7D
RGB
CMYK
RGB Variations
Color information
#D80C7D (or 0xD80C7D) is known color: Medium Violet Red. HEX triplet: D8, 0C and 7D. RGB value is (216,12,125). Sum of RGB (Red+Green+Blue) = 216+12+125=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C7D is #27F382. Grayscale: #555555. Windows color (decimal): -2618243 or 8195288. OLE color: 8195288.
HSL color Cylindrical-coordinate representation of color #D80C7D: hue angle of 326.76º 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 #D80C7D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 125 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.15 |
| HSL | 326.76º | 0.89% | 0.45% | - |
| HSV(B) | 326.76º | 0.94% | 0.85% | - |
| XYZ | 32.15 | 16.34 | 20.86 | - |
| YUV | 85.88 | 150.09 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 125 | 0 | 0.94 | 0.42 | 0.15 | 326.76 | 0.89 | 0.45 |
| Hex | D8 | C | 7D | 0 | 5E | 2A | F | 147 | 59 | 2D |
| Octal | 330 | 14 | 175 | 0 | 136 | 52 | 17 | 507 | 131 | 55 |
| Binary | 11011000 | 1100 | 1111101 | 0 | 1011110 | 101010 | 1111 | 101000111 | 1011001 | 101101 |
Color Harmonies of #D80C7D
Complementary color
Monochromatic Colors of #D80C7D
Black with #D80C7D
Text Example
Text Example
White with #D80C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C7D; }
p { color: rgb(216,12,125); }
H1.HeaderClassName
{
color: #D80C7D;
}
.AnyTagClassName
{
color: #D80C7D;
}
</style>
background-color css
<style>
a { background-color: #D80C7D; }
a { background-color: rgb(216,12,125); }
div.DivClassName
{
background-color: #D80C7D;
}
.BgClassName
{
background-color: #D80C7D;
}
</style>
border-color css
<style>
span { border-color: #D80C7D; }
span { border-color: rgb(216,12,125); }
td.TdClassName
{
border-color: #D80C7D;
}
.TagClassName
{
border-color: #D80C7D;
}
</style>