Shades of Medium Violet Red #D80E7A
Tints of Medium Violet Red #D80E7A
RGB
CMYK
RGB Variations
Color information
#D80E7A (or 0xD80E7A) is known color: Medium Violet Red. HEX triplet: D8, 0E and 7A. RGB value is (216,14,122). Sum of RGB (Red+Green+Blue) = 216+14+122=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E7A is #27F185. Grayscale: #565656. Windows color (decimal): -2617734 or 7999192. OLE color: 7999192.
HSL color Cylindrical-coordinate representation of color #D80E7A: hue angle of 327.92º degrees, saturation: 0.88, 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 #D80E7A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.15 |
| HSL | 327.92º | 0.88% | 0.45% | - |
| HSV(B) | 327.92º | 0.94% | 0.85% | - |
| XYZ | 31.99 | 16.32 | 19.88 | - |
| YUV | 86.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 122 | 0 | 0.94 | 0.44 | 0.15 | 327.92 | 0.88 | 0.45 |
| Hex | D8 | E | 7A | 0 | 5E | 2C | F | 148 | 58 | 2D |
| Octal | 330 | 16 | 172 | 0 | 136 | 54 | 17 | 510 | 130 | 55 |
| Binary | 11011000 | 1110 | 1111010 | 0 | 1011110 | 101100 | 1111 | 101001000 | 1011000 | 101101 |
Color Harmonies of #D80E7A
Complementary color
Monochromatic Colors of #D80E7A
Black with #D80E7A
Text Example
Text Example
White with #D80E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E7A; }
p { color: rgb(216,14,122); }
H1.HeaderClassName
{
color: #D80E7A;
}
.AnyTagClassName
{
color: #D80E7A;
}
</style>
background-color css
<style>
a { background-color: #D80E7A; }
a { background-color: rgb(216,14,122); }
div.DivClassName
{
background-color: #D80E7A;
}
.BgClassName
{
background-color: #D80E7A;
}
</style>
border-color css
<style>
span { border-color: #D80E7A; }
span { border-color: rgb(216,14,122); }
td.TdClassName
{
border-color: #D80E7A;
}
.TagClassName
{
border-color: #D80E7A;
}
</style>