Shades of Medium Violet Red #D81D78
Tints of Medium Violet Red #D81D78
RGB
CMYK
RGB Variations
Color information
#D81D78 (or 0xD81D78) is known color: Medium Violet Red. HEX triplet: D8, 1D and 78. RGB value is (216,29,120). Sum of RGB (Red+Green+Blue) = 216+29+120=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D78 is #27E287. Grayscale: #5F5F5F. Windows color (decimal): -2613896 or 7871960. OLE color: 7871960.
HSL color Cylindrical-coordinate representation of color #D81D78: hue angle of 330.8º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D78 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 120 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.15 |
| HSL | 330.8º | 0.76% | 0.48% | - |
| HSV(B) | 330.8º | 0.87% | 0.85% | - |
| XYZ | 32.15 | 16.83 | 19.32 | - |
| YUV | 95.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 120 | 0 | 0.87 | 0.44 | 0.15 | 330.8 | 0.76 | 0.48 |
| Hex | D8 | 1D | 78 | 0 | 57 | 2C | F | 14B | 4C | 30 |
| Octal | 330 | 35 | 170 | 0 | 127 | 54 | 17 | 513 | 114 | 60 |
| Binary | 11011000 | 11101 | 1111000 | 0 | 1010111 | 101100 | 1111 | 101001011 | 1001100 | 110000 |
Color Harmonies of #D81D78
Complementary color
Monochromatic Colors of #D81D78
Black with #D81D78
Text Example
Text Example
White with #D81D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D78; }
p { color: rgb(216,29,120); }
H1.HeaderClassName
{
color: #D81D78;
}
.AnyTagClassName
{
color: #D81D78;
}
</style>
background-color css
<style>
a { background-color: #D81D78; }
a { background-color: rgb(216,29,120); }
div.DivClassName
{
background-color: #D81D78;
}
.BgClassName
{
background-color: #D81D78;
}
</style>
border-color css
<style>
span { border-color: #D81D78; }
span { border-color: rgb(216,29,120); }
td.TdClassName
{
border-color: #D81D78;
}
.TagClassName
{
border-color: #D81D78;
}
</style>