Shades of Pale Violet Red #D87BA2
Tints of Pale Violet Red #D87BA2
RGB
CMYK
RGB Variations
Color information
#D87BA2 (or 0xD87BA2) is known color: Pale Violet Red. HEX triplet: D8, 7B and A2. RGB value is (216,123,162). Sum of RGB (Red+Green+Blue) = 216+123+162=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA2 is #27845D. Grayscale: #9B9B9B. Windows color (decimal): -2589790 or 10648536. OLE color: 10648536.
HSL color Cylindrical-coordinate representation of color #D87BA2: hue angle of 334.84º 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 #D87BA2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 162 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.15 |
| HSL | 334.84º | 0.54% | 0.66% | - |
| HSV(B) | 334.84º | 0.43% | 0.85% | - |
| XYZ | 41.92 | 31.37 | 38.03 | - |
| YUV | 155.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 162 | 0 | 0.43 | 0.25 | 0.15 | 334.84 | 0.54 | 0.66 |
| Hex | D8 | 7B | A2 | 0 | 2B | 19 | F | 14F | 36 | 42 |
| Octal | 330 | 173 | 242 | 0 | 53 | 31 | 17 | 517 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10100010 | 0 | 101011 | 11001 | 1111 | 101001111 | 110110 | 1000010 |
Color Harmonies of #D87BA2
Complementary color
Monochromatic Colors of #D87BA2
Black with #D87BA2
Text Example
Text Example
White with #D87BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BA2; }
p { color: rgb(216,123,162); }
H1.HeaderClassName
{
color: #D87BA2;
}
.AnyTagClassName
{
color: #D87BA2;
}
</style>
background-color css
<style>
a { background-color: #D87BA2; }
a { background-color: rgb(216,123,162); }
div.DivClassName
{
background-color: #D87BA2;
}
.BgClassName
{
background-color: #D87BA2;
}
</style>
border-color css
<style>
span { border-color: #D87BA2; }
span { border-color: rgb(216,123,162); }
td.TdClassName
{
border-color: #D87BA2;
}
.TagClassName
{
border-color: #D87BA2;
}
</style>