Shades of Pale Violet Red #D87C9E
Tints of Pale Violet Red #D87C9E
RGB
CMYK
RGB Variations
Color information
#D87C9E (or 0xD87C9E) is known color: Pale Violet Red. HEX triplet: D8, 7C and 9E. RGB value is (216,124,158). Sum of RGB (Red+Green+Blue) = 216+124+158=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C9E is #278361. Grayscale: #9B9B9B. Windows color (decimal): -2589538 or 10386648. OLE color: 10386648.
HSL color Cylindrical-coordinate representation of color #D87C9E: hue angle of 337.83º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C9E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 158 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.15 |
| HSL | 337.83º | 0.54% | 0.67% | - |
| HSV(B) | 337.83º | 0.43% | 0.85% | - |
| XYZ | 41.7 | 31.48 | 36.23 | - |
| YUV | 155.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 158 | 0 | 0.43 | 0.27 | 0.15 | 337.83 | 0.54 | 0.67 |
| Hex | D8 | 7C | 9E | 0 | 2B | 1B | F | 152 | 36 | 43 |
| Octal | 330 | 174 | 236 | 0 | 53 | 33 | 17 | 522 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10011110 | 0 | 101011 | 11011 | 1111 | 101010010 | 110110 | 1000011 |
Color Harmonies of #D87C9E
Complementary color
Monochromatic Colors of #D87C9E
Black with #D87C9E
Text Example
Text Example
White with #D87C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C9E; }
p { color: rgb(216,124,158); }
H1.HeaderClassName
{
color: #D87C9E;
}
.AnyTagClassName
{
color: #D87C9E;
}
</style>
background-color css
<style>
a { background-color: #D87C9E; }
a { background-color: rgb(216,124,158); }
div.DivClassName
{
background-color: #D87C9E;
}
.BgClassName
{
background-color: #D87C9E;
}
</style>
border-color css
<style>
span { border-color: #D87C9E; }
span { border-color: rgb(216,124,158); }
td.TdClassName
{
border-color: #D87C9E;
}
.TagClassName
{
border-color: #D87C9E;
}
</style>