Shades of Medium Violet Red #D80878
Tints of Medium Violet Red #D80878
RGB
CMYK
RGB Variations
Color information
#D80878 (or 0xD80878) is known color: Medium Violet Red. HEX triplet: D8, 08 and 78. RGB value is (216,8,120). Sum of RGB (Red+Green+Blue) = 216+8+120=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D80878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80878 is #27F787. Grayscale: #525252. Windows color (decimal): -2619272 or 7866584. OLE color: 7866584.
HSL color Cylindrical-coordinate representation of color #D80878: hue angle of 327.69º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80878 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.15 |
| HSL | 327.69º | 0.93% | 0.44% | - |
| HSV(B) | 327.69º | 0.96% | 0.85% | - |
| XYZ | 31.8 | 16.13 | 19.21 | - |
| YUV | 82.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 120 | 0 | 0.96 | 0.44 | 0.15 | 327.69 | 0.93 | 0.44 |
| Hex | D8 | 8 | 78 | 0 | 60 | 2C | F | 148 | 5D | 2C |
| Octal | 330 | 10 | 170 | 0 | 140 | 54 | 17 | 510 | 135 | 54 |
| Binary | 11011000 | 1000 | 1111000 | 0 | 1100000 | 101100 | 1111 | 101001000 | 1011101 | 101100 |
Color Harmonies of #D80878
Complementary color
Monochromatic Colors of #D80878
Black with #D80878
Text Example
Text Example
White with #D80878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80878; }
p { color: rgb(216,8,120); }
H1.HeaderClassName
{
color: #D80878;
}
.AnyTagClassName
{
color: #D80878;
}
</style>
background-color css
<style>
a { background-color: #D80878; }
a { background-color: rgb(216,8,120); }
div.DivClassName
{
background-color: #D80878;
}
.BgClassName
{
background-color: #D80878;
}
</style>
border-color css
<style>
span { border-color: #D80878; }
span { border-color: rgb(216,8,120); }
td.TdClassName
{
border-color: #D80878;
}
.TagClassName
{
border-color: #D80878;
}
</style>