Shades of Pale Violet Red #D87CA5
Tints of Pale Violet Red #D87CA5
RGB
CMYK
RGB Variations
Color information
#D87CA5 (or 0xD87CA5) is known color: Pale Violet Red. HEX triplet: D8, 7C and A5. RGB value is (216,124,165). Sum of RGB (Red+Green+Blue) = 216+124+165=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CA5 is #27835A. Grayscale: #9C9C9C. Windows color (decimal): -2589531 or 10845400. OLE color: 10845400.
HSL color Cylindrical-coordinate representation of color #D87CA5: hue angle of 333.26º 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 #D87CA5 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 165 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 333.26º | 0.54% | 0.67% | - |
| HSV(B) | 333.26º | 0.43% | 0.85% | - |
| XYZ | 42.32 | 31.73 | 39.49 | - |
| YUV | 156.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 165 | 0 | 0.43 | 0.24 | 0.15 | 333.26 | 0.54 | 0.67 |
| Hex | D8 | 7C | A5 | 0 | 2B | 18 | F | 14D | 36 | 43 |
| Octal | 330 | 174 | 245 | 0 | 53 | 30 | 17 | 515 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10100101 | 0 | 101011 | 11000 | 1111 | 101001101 | 110110 | 1000011 |
Color Harmonies of #D87CA5
Complementary color
Monochromatic Colors of #D87CA5
Black with #D87CA5
Text Example
Text Example
White with #D87CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CA5; }
p { color: rgb(216,124,165); }
H1.HeaderClassName
{
color: #D87CA5;
}
.AnyTagClassName
{
color: #D87CA5;
}
</style>
background-color css
<style>
a { background-color: #D87CA5; }
a { background-color: rgb(216,124,165); }
div.DivClassName
{
background-color: #D87CA5;
}
.BgClassName
{
background-color: #D87CA5;
}
</style>
border-color css
<style>
span { border-color: #D87CA5; }
span { border-color: rgb(216,124,165); }
td.TdClassName
{
border-color: #D87CA5;
}
.TagClassName
{
border-color: #D87CA5;
}
</style>