Shades of Medium Violet Red #D81087
Tints of Medium Violet Red #D81087
RGB
CMYK
RGB Variations
Color information
#D81087 (or 0xD81087) is known color: Medium Violet Red. HEX triplet: D8, 10 and 87. RGB value is (216,16,135). Sum of RGB (Red+Green+Blue) = 216+16+135=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81087 is #27EF78. Grayscale: #595959. Windows color (decimal): -2617209 or 8851672. OLE color: 8851672.
HSL color Cylindrical-coordinate representation of color #D81087: hue angle of 324.3º 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 #D81087 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 135 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.15 |
| HSL | 324.3º | 0.86% | 0.45% | - |
| HSV(B) | 324.3º | 0.93% | 0.85% | - |
| XYZ | 32.88 | 16.72 | 24.42 | - |
| YUV | 89.37 | 153.76 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 135 | 0 | 0.93 | 0.38 | 0.15 | 324.3 | 0.86 | 0.45 |
| Hex | D8 | 10 | 87 | 0 | 5D | 26 | F | 144 | 56 | 2D |
| Octal | 330 | 20 | 207 | 0 | 135 | 46 | 17 | 504 | 126 | 55 |
| Binary | 11011000 | 10000 | 10000111 | 0 | 1011101 | 100110 | 1111 | 101000100 | 1010110 | 101101 |
Color Harmonies of #D81087
Complementary color
Monochromatic Colors of #D81087
Black with #D81087
Text Example
Text Example
White with #D81087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81087; }
p { color: rgb(216,16,135); }
H1.HeaderClassName
{
color: #D81087;
}
.AnyTagClassName
{
color: #D81087;
}
</style>
background-color css
<style>
a { background-color: #D81087; }
a { background-color: rgb(216,16,135); }
div.DivClassName
{
background-color: #D81087;
}
.BgClassName
{
background-color: #D81087;
}
</style>
border-color css
<style>
span { border-color: #D81087; }
span { border-color: rgb(216,16,135); }
td.TdClassName
{
border-color: #D81087;
}
.TagClassName
{
border-color: #D81087;
}
</style>