Shades of Medium Violet Red #D81E87
Tints of Medium Violet Red #D81E87
RGB
CMYK
RGB Variations
Color information
#D81E87 (or 0xD81E87) is known color: Medium Violet Red. HEX triplet: D8, 1E and 87. RGB value is (216,30,135). Sum of RGB (Red+Green+Blue) = 216+30+135=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81E87 is #27E178. Grayscale: #616161. Windows color (decimal): -2613625 or 8855256. OLE color: 8855256.
HSL color Cylindrical-coordinate representation of color #D81E87: hue angle of 326.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E87 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 135 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.15 |
| HSL | 326.13º | 0.76% | 0.48% | - |
| HSV(B) | 326.13º | 0.86% | 0.85% | - |
| XYZ | 33.16 | 17.28 | 24.51 | - |
| YUV | 97.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 135 | 0 | 0.86 | 0.38 | 0.15 | 326.13 | 0.76 | 0.48 |
| Hex | D8 | 1E | 87 | 0 | 56 | 26 | F | 146 | 4C | 30 |
| Octal | 330 | 36 | 207 | 0 | 126 | 46 | 17 | 506 | 114 | 60 |
| Binary | 11011000 | 11110 | 10000111 | 0 | 1010110 | 100110 | 1111 | 101000110 | 1001100 | 110000 |
Color Harmonies of #D81E87
Complementary color
Monochromatic Colors of #D81E87
Black with #D81E87
Text Example
Text Example
White with #D81E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E87; }
p { color: rgb(216,30,135); }
H1.HeaderClassName
{
color: #D81E87;
}
.AnyTagClassName
{
color: #D81E87;
}
</style>
background-color css
<style>
a { background-color: #D81E87; }
a { background-color: rgb(216,30,135); }
div.DivClassName
{
background-color: #D81E87;
}
.BgClassName
{
background-color: #D81E87;
}
</style>
border-color css
<style>
span { border-color: #D81E87; }
span { border-color: rgb(216,30,135); }
td.TdClassName
{
border-color: #D81E87;
}
.TagClassName
{
border-color: #D81E87;
}
</style>