Shades of Medium Violet Red #D80D7A
Tints of Medium Violet Red #D80D7A
RGB
CMYK
RGB Variations
Color information
#D80D7A (or 0xD80D7A) is known color: Medium Violet Red. HEX triplet: D8, 0D and 7A. RGB value is (216,13,122). Sum of RGB (Red+Green+Blue) = 216+13+122=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D7A is #27F285. Grayscale: #555555. Windows color (decimal): -2617990 or 7998936. OLE color: 7998936.
HSL color Cylindrical-coordinate representation of color #D80D7A: hue angle of 327.78º 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 #D80D7A is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.15 |
| HSL | 327.78º | 0.89% | 0.45% | - |
| HSV(B) | 327.78º | 0.94% | 0.85% | - |
| XYZ | 31.98 | 16.29 | 19.87 | - |
| YUV | 86.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 122 | 0 | 0.94 | 0.44 | 0.15 | 327.78 | 0.89 | 0.45 |
| Hex | D8 | D | 7A | 0 | 5E | 2C | F | 148 | 59 | 2D |
| Octal | 330 | 15 | 172 | 0 | 136 | 54 | 17 | 510 | 131 | 55 |
| Binary | 11011000 | 1101 | 1111010 | 0 | 1011110 | 101100 | 1111 | 101001000 | 1011001 | 101101 |
Color Harmonies of #D80D7A
Complementary color
Monochromatic Colors of #D80D7A
Black with #D80D7A
Text Example
Text Example
White with #D80D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D7A; }
p { color: rgb(216,13,122); }
H1.HeaderClassName
{
color: #D80D7A;
}
.AnyTagClassName
{
color: #D80D7A;
}
</style>
background-color css
<style>
a { background-color: #D80D7A; }
a { background-color: rgb(216,13,122); }
div.DivClassName
{
background-color: #D80D7A;
}
.BgClassName
{
background-color: #D80D7A;
}
</style>
border-color css
<style>
span { border-color: #D80D7A; }
span { border-color: rgb(216,13,122); }
td.TdClassName
{
border-color: #D80D7A;
}
.TagClassName
{
border-color: #D80D7A;
}
</style>