Shades of Medium Violet Red #D81E88
Tints of Medium Violet Red #D81E88
RGB
CMYK
RGB Variations
Color information
#D81E88 (or 0xD81E88) is known color: Medium Violet Red. HEX triplet: D8, 1E and 88. RGB value is (216,30,136). Sum of RGB (Red+Green+Blue) = 216+30+136=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81E88 is #27E177. Grayscale: #616161. Windows color (decimal): -2613624 or 8920792. OLE color: 8920792.
HSL color Cylindrical-coordinate representation of color #D81E88: hue angle of 325.81º 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 #D81E88 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 136 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.15 |
| HSL | 325.81º | 0.76% | 0.48% | - |
| HSV(B) | 325.81º | 0.86% | 0.85% | - |
| XYZ | 33.23 | 17.31 | 24.88 | - |
| YUV | 97.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 136 | 0 | 0.86 | 0.37 | 0.15 | 325.81 | 0.76 | 0.48 |
| Hex | D8 | 1E | 88 | 0 | 56 | 25 | F | 146 | 4C | 30 |
| Octal | 330 | 36 | 210 | 0 | 126 | 45 | 17 | 506 | 114 | 60 |
| Binary | 11011000 | 11110 | 10001000 | 0 | 1010110 | 100101 | 1111 | 101000110 | 1001100 | 110000 |
Color Harmonies of #D81E88
Complementary color
Monochromatic Colors of #D81E88
Black with #D81E88
Text Example
Text Example
White with #D81E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E88; }
p { color: rgb(216,30,136); }
H1.HeaderClassName
{
color: #D81E88;
}
.AnyTagClassName
{
color: #D81E88;
}
</style>
background-color css
<style>
a { background-color: #D81E88; }
a { background-color: rgb(216,30,136); }
div.DivClassName
{
background-color: #D81E88;
}
.BgClassName
{
background-color: #D81E88;
}
</style>
border-color css
<style>
span { border-color: #D81E88; }
span { border-color: rgb(216,30,136); }
td.TdClassName
{
border-color: #D81E88;
}
.TagClassName
{
border-color: #D81E88;
}
</style>