Shades of Medium Violet Red #D80A7C
Tints of Medium Violet Red #D80A7C
RGB
CMYK
RGB Variations
Color information
#D80A7C (or 0xD80A7C) is known color: Medium Violet Red. HEX triplet: D8, 0A and 7C. RGB value is (216,10,124). Sum of RGB (Red+Green+Blue) = 216+10+124=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A7C is #27F583. Grayscale: #545454. Windows color (decimal): -2618756 or 8129240. OLE color: 8129240.
HSL color Cylindrical-coordinate representation of color #D80A7C: hue angle of 326.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A7C is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 124 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.15 |
| HSL | 326.8º | 0.91% | 0.44% | - |
| HSV(B) | 326.8º | 0.95% | 0.85% | - |
| XYZ | 32.07 | 16.27 | 20.52 | - |
| YUV | 84.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 124 | 0 | 0.95 | 0.43 | 0.15 | 326.8 | 0.91 | 0.44 |
| Hex | D8 | A | 7C | 0 | 5F | 2B | F | 147 | 5B | 2C |
| Octal | 330 | 12 | 174 | 0 | 137 | 53 | 17 | 507 | 133 | 54 |
| Binary | 11011000 | 1010 | 1111100 | 0 | 1011111 | 101011 | 1111 | 101000111 | 1011011 | 101100 |
Color Harmonies of #D80A7C
Complementary color
Monochromatic Colors of #D80A7C
Black with #D80A7C
Text Example
Text Example
White with #D80A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A7C; }
p { color: rgb(216,10,124); }
H1.HeaderClassName
{
color: #D80A7C;
}
.AnyTagClassName
{
color: #D80A7C;
}
</style>
background-color css
<style>
a { background-color: #D80A7C; }
a { background-color: rgb(216,10,124); }
div.DivClassName
{
background-color: #D80A7C;
}
.BgClassName
{
background-color: #D80A7C;
}
</style>
border-color css
<style>
span { border-color: #D80A7C; }
span { border-color: rgb(216,10,124); }
td.TdClassName
{
border-color: #D80A7C;
}
.TagClassName
{
border-color: #D80A7C;
}
</style>