Shades of Medium Violet Red #D80D78
Tints of Medium Violet Red #D80D78
RGB
CMYK
RGB Variations
Color information
#D80D78 (or 0xD80D78) is known color: Medium Violet Red. HEX triplet: D8, 0D and 78. RGB value is (216,13,120). Sum of RGB (Red+Green+Blue) = 216+13+120=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D78 is #27F287. Grayscale: #555555. Windows color (decimal): -2617992 or 7867864. OLE color: 7867864.
HSL color Cylindrical-coordinate representation of color #D80D78: hue angle of 328.37º 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 #D80D78 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 120 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.15 |
| HSL | 328.37º | 0.89% | 0.45% | - |
| HSV(B) | 328.37º | 0.94% | 0.85% | - |
| XYZ | 31.85 | 16.24 | 19.23 | - |
| YUV | 85.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 120 | 0 | 0.94 | 0.44 | 0.15 | 328.37 | 0.89 | 0.45 |
| Hex | D8 | D | 78 | 0 | 5E | 2C | F | 148 | 59 | 2D |
| Octal | 330 | 15 | 170 | 0 | 136 | 54 | 17 | 510 | 131 | 55 |
| Binary | 11011000 | 1101 | 1111000 | 0 | 1011110 | 101100 | 1111 | 101001000 | 1011001 | 101101 |
Color Harmonies of #D80D78
Complementary color
Monochromatic Colors of #D80D78
Black with #D80D78
Text Example
Text Example
White with #D80D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D78; }
p { color: rgb(216,13,120); }
H1.HeaderClassName
{
color: #D80D78;
}
.AnyTagClassName
{
color: #D80D78;
}
</style>
background-color css
<style>
a { background-color: #D80D78; }
a { background-color: rgb(216,13,120); }
div.DivClassName
{
background-color: #D80D78;
}
.BgClassName
{
background-color: #D80D78;
}
</style>
border-color css
<style>
span { border-color: #D80D78; }
span { border-color: rgb(216,13,120); }
td.TdClassName
{
border-color: #D80D78;
}
.TagClassName
{
border-color: #D80D78;
}
</style>