Shades of Medium Violet Red #D80978
Tints of Medium Violet Red #D80978
RGB
CMYK
RGB Variations
Color information
#D80978 (or 0xD80978) is known color: Medium Violet Red. HEX triplet: D8, 09 and 78. RGB value is (216,9,120). Sum of RGB (Red+Green+Blue) = 216+9+120=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D80978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80978 is #27F687. Grayscale: #535353. Windows color (decimal): -2619016 or 7866840. OLE color: 7866840.
HSL color Cylindrical-coordinate representation of color #D80978: hue angle of 327.83º degrees, saturation: 0.92, 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 #D80978 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.15 |
| HSL | 327.83º | 0.92% | 0.44% | - |
| HSV(B) | 327.83º | 0.96% | 0.85% | - |
| XYZ | 31.81 | 16.15 | 19.21 | - |
| YUV | 83.55 | 148.58 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 120 | 0 | 0.96 | 0.44 | 0.15 | 327.83 | 0.92 | 0.44 |
| Hex | D8 | 9 | 78 | 0 | 60 | 2C | F | 148 | 5C | 2C |
| Octal | 330 | 11 | 170 | 0 | 140 | 54 | 17 | 510 | 134 | 54 |
| Binary | 11011000 | 1001 | 1111000 | 0 | 1100000 | 101100 | 1111 | 101001000 | 1011100 | 101100 |
Color Harmonies of #D80978
Complementary color
Monochromatic Colors of #D80978
Black with #D80978
Text Example
Text Example
White with #D80978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80978; }
p { color: rgb(216,9,120); }
H1.HeaderClassName
{
color: #D80978;
}
.AnyTagClassName
{
color: #D80978;
}
</style>
background-color css
<style>
a { background-color: #D80978; }
a { background-color: rgb(216,9,120); }
div.DivClassName
{
background-color: #D80978;
}
.BgClassName
{
background-color: #D80978;
}
</style>
border-color css
<style>
span { border-color: #D80978; }
span { border-color: rgb(216,9,120); }
td.TdClassName
{
border-color: #D80978;
}
.TagClassName
{
border-color: #D80978;
}
</style>