Shades of Medium Violet Red #D81078
Tints of Medium Violet Red #D81078
RGB
CMYK
RGB Variations
Color information
#D81078 (or 0xD81078) is known color: Medium Violet Red. HEX triplet: D8, 10 and 78. RGB value is (216,16,120). Sum of RGB (Red+Green+Blue) = 216+16+120=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81078 is #27EF87. Grayscale: #575757. Windows color (decimal): -2617224 or 7868632. OLE color: 7868632.
HSL color Cylindrical-coordinate representation of color #D81078: hue angle of 328.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81078 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.15 |
| HSL | 328.8º | 0.86% | 0.45% | - |
| HSV(B) | 328.8º | 0.93% | 0.85% | - |
| XYZ | 31.89 | 16.33 | 19.24 | - |
| YUV | 87.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 120 | 0 | 0.93 | 0.44 | 0.15 | 328.8 | 0.86 | 0.45 |
| Hex | D8 | 10 | 78 | 0 | 5D | 2C | F | 149 | 56 | 2D |
| Octal | 330 | 20 | 170 | 0 | 135 | 54 | 17 | 511 | 126 | 55 |
| Binary | 11011000 | 10000 | 1111000 | 0 | 1011101 | 101100 | 1111 | 101001001 | 1010110 | 101101 |
Color Harmonies of #D81078
Complementary color
Monochromatic Colors of #D81078
Black with #D81078
Text Example
Text Example
White with #D81078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81078; }
p { color: rgb(216,16,120); }
H1.HeaderClassName
{
color: #D81078;
}
.AnyTagClassName
{
color: #D81078;
}
</style>
background-color css
<style>
a { background-color: #D81078; }
a { background-color: rgb(216,16,120); }
div.DivClassName
{
background-color: #D81078;
}
.BgClassName
{
background-color: #D81078;
}
</style>
border-color css
<style>
span { border-color: #D81078; }
span { border-color: rgb(216,16,120); }
td.TdClassName
{
border-color: #D81078;
}
.TagClassName
{
border-color: #D81078;
}
</style>