Shades of Medium Violet Red #D81578
Tints of Medium Violet Red #D81578
RGB
CMYK
RGB Variations
Color information
#D81578 (or 0xD81578) is known color: Medium Violet Red. HEX triplet: D8, 15 and 78. RGB value is (216,21,120). Sum of RGB (Red+Green+Blue) = 216+21+120=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D81578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81578 is #27EA87. Grayscale: #5A5A5A. Windows color (decimal): -2615944 or 7869912. OLE color: 7869912.
HSL color Cylindrical-coordinate representation of color #D81578: hue angle of 329.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81578 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 120 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.15 |
| HSL | 329.54º | 0.82% | 0.46% | - |
| HSV(B) | 329.54º | 0.9% | 0.85% | - |
| XYZ | 31.98 | 16.49 | 19.27 | - |
| YUV | 90.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 120 | 0 | 0.90 | 0.44 | 0.15 | 329.54 | 0.82 | 0.46 |
| Hex | D8 | 15 | 78 | 0 | 5A | 2C | F | 14A | 52 | 2E |
| Octal | 330 | 25 | 170 | 0 | 132 | 54 | 17 | 512 | 122 | 56 |
| Binary | 11011000 | 10101 | 1111000 | 0 | 1011010 | 101100 | 1111 | 101001010 | 1010010 | 101110 |
Color Harmonies of #D81578
Complementary color
Monochromatic Colors of #D81578
Black with #D81578
Text Example
Text Example
White with #D81578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81578; }
p { color: rgb(216,21,120); }
H1.HeaderClassName
{
color: #D81578;
}
.AnyTagClassName
{
color: #D81578;
}
</style>
background-color css
<style>
a { background-color: #D81578; }
a { background-color: rgb(216,21,120); }
div.DivClassName
{
background-color: #D81578;
}
.BgClassName
{
background-color: #D81578;
}
</style>
border-color css
<style>
span { border-color: #D81578; }
span { border-color: rgb(216,21,120); }
td.TdClassName
{
border-color: #D81578;
}
.TagClassName
{
border-color: #D81578;
}
</style>