Shades of Pale Violet Red #D87BA4
Tints of Pale Violet Red #D87BA4
RGB
CMYK
RGB Variations
Color information
#D87BA4 (or 0xD87BA4) is known color: Pale Violet Red. HEX triplet: D8, 7B and A4. RGB value is (216,123,164). Sum of RGB (Red+Green+Blue) = 216+123+164=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA4 is #27845B. Grayscale: #9B9B9B. Windows color (decimal): -2589788 or 10779608. OLE color: 10779608.
HSL color Cylindrical-coordinate representation of color #D87BA4: hue angle of 333.55º 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 #D87BA4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 164 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 333.55º | 0.54% | 0.66% | - |
| HSV(B) | 333.55º | 0.43% | 0.85% | - |
| XYZ | 42.1 | 31.45 | 38.97 | - |
| YUV | 155.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 164 | 0 | 0.43 | 0.24 | 0.15 | 333.55 | 0.54 | 0.66 |
| Hex | D8 | 7B | A4 | 0 | 2B | 18 | F | 14E | 36 | 42 |
| Octal | 330 | 173 | 244 | 0 | 53 | 30 | 17 | 516 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10100100 | 0 | 101011 | 11000 | 1111 | 101001110 | 110110 | 1000010 |
Color Harmonies of #D87BA4
Complementary color
Monochromatic Colors of #D87BA4
Black with #D87BA4
Text Example
Text Example
White with #D87BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BA4; }
p { color: rgb(216,123,164); }
H1.HeaderClassName
{
color: #D87BA4;
}
.AnyTagClassName
{
color: #D87BA4;
}
</style>
background-color css
<style>
a { background-color: #D87BA4; }
a { background-color: rgb(216,123,164); }
div.DivClassName
{
background-color: #D87BA4;
}
.BgClassName
{
background-color: #D87BA4;
}
</style>
border-color css
<style>
span { border-color: #D87BA4; }
span { border-color: rgb(216,123,164); }
td.TdClassName
{
border-color: #D87BA4;
}
.TagClassName
{
border-color: #D87BA4;
}
</style>