Shades of Pale Violet Red #D87C9F
Tints of Pale Violet Red #D87C9F
RGB
CMYK
RGB Variations
Color information
#D87C9F (or 0xD87C9F) is known color: Pale Violet Red. HEX triplet: D8, 7C and 9F. RGB value is (216,124,159). Sum of RGB (Red+Green+Blue) = 216+124+159=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C9F is #278360. Grayscale: #9B9B9B. Windows color (decimal): -2589537 or 10452184. OLE color: 10452184.
HSL color Cylindrical-coordinate representation of color #D87C9F: hue angle of 337.17º 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 #D87C9F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 159 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.15 |
| HSL | 337.17º | 0.54% | 0.67% | - |
| HSV(B) | 337.17º | 0.43% | 0.85% | - |
| XYZ | 41.78 | 31.52 | 36.68 | - |
| YUV | 155.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 159 | 0 | 0.43 | 0.26 | 0.15 | 337.17 | 0.54 | 0.67 |
| Hex | D8 | 7C | 9F | 0 | 2B | 1A | F | 151 | 36 | 43 |
| Octal | 330 | 174 | 237 | 0 | 53 | 32 | 17 | 521 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10011111 | 0 | 101011 | 11010 | 1111 | 101010001 | 110110 | 1000011 |
Color Harmonies of #D87C9F
Complementary color
Monochromatic Colors of #D87C9F
Black with #D87C9F
Text Example
Text Example
White with #D87C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C9F; }
p { color: rgb(216,124,159); }
H1.HeaderClassName
{
color: #D87C9F;
}
.AnyTagClassName
{
color: #D87C9F;
}
</style>
background-color css
<style>
a { background-color: #D87C9F; }
a { background-color: rgb(216,124,159); }
div.DivClassName
{
background-color: #D87C9F;
}
.BgClassName
{
background-color: #D87C9F;
}
</style>
border-color css
<style>
span { border-color: #D87C9F; }
span { border-color: rgb(216,124,159); }
td.TdClassName
{
border-color: #D87C9F;
}
.TagClassName
{
border-color: #D87C9F;
}
</style>