Shades of Pale Violet Red #D87BA1
Tints of Pale Violet Red #D87BA1
RGB
CMYK
RGB Variations
Color information
#D87BA1 (or 0xD87BA1) is known color: Pale Violet Red. HEX triplet: D8, 7B and A1. RGB value is (216,123,161). Sum of RGB (Red+Green+Blue) = 216+123+161=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA1 is #27845E. Grayscale: #9B9B9B. Windows color (decimal): -2589791 or 10583000. OLE color: 10583000.
HSL color Cylindrical-coordinate representation of color #D87BA1: hue angle of 335.48º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BA1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 161 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.15 |
| HSL | 335.48º | 0.54% | 0.66% | - |
| HSV(B) | 335.48º | 0.43% | 0.85% | - |
| XYZ | 41.83 | 31.34 | 37.56 | - |
| YUV | 155.14 | 131.31 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 161 | 0 | 0.43 | 0.25 | 0.15 | 335.48 | 0.54 | 0.66 |
| Hex | D8 | 7B | A1 | 0 | 2B | 19 | F | 14F | 36 | 42 |
| Octal | 330 | 173 | 241 | 0 | 53 | 31 | 17 | 517 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10100001 | 0 | 101011 | 11001 | 1111 | 101001111 | 110110 | 1000010 |
Color Harmonies of #D87BA1
Complementary color
Monochromatic Colors of #D87BA1
Black with #D87BA1
Text Example
Text Example
White with #D87BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BA1; }
p { color: rgb(216,123,161); }
H1.HeaderClassName
{
color: #D87BA1;
}
.AnyTagClassName
{
color: #D87BA1;
}
</style>
background-color css
<style>
a { background-color: #D87BA1; }
a { background-color: rgb(216,123,161); }
div.DivClassName
{
background-color: #D87BA1;
}
.BgClassName
{
background-color: #D87BA1;
}
</style>
border-color css
<style>
span { border-color: #D87BA1; }
span { border-color: rgb(216,123,161); }
td.TdClassName
{
border-color: #D87BA1;
}
.TagClassName
{
border-color: #D87BA1;
}
</style>