Shades of Pale Violet Red #D87BA6
Tints of Pale Violet Red #D87BA6
RGB
CMYK
RGB Variations
Color information
#D87BA6 (or 0xD87BA6) is known color: Pale Violet Red. HEX triplet: D8, 7B and A6. RGB value is (216,123,166). Sum of RGB (Red+Green+Blue) = 216+123+166=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA6 is #278459. Grayscale: #9B9B9B. Windows color (decimal): -2589786 or 10910680. OLE color: 10910680.
HSL color Cylindrical-coordinate representation of color #D87BA6: hue angle of 332.26º 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 #D87BA6 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 166 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.15 |
| HSL | 332.26º | 0.54% | 0.66% | - |
| HSV(B) | 332.26º | 0.43% | 0.85% | - |
| XYZ | 42.28 | 31.52 | 39.93 | - |
| YUV | 155.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 166 | 0 | 0.43 | 0.23 | 0.15 | 332.26 | 0.54 | 0.66 |
| Hex | D8 | 7B | A6 | 0 | 2B | 17 | F | 14C | 36 | 42 |
| Octal | 330 | 173 | 246 | 0 | 53 | 27 | 17 | 514 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10100110 | 0 | 101011 | 10111 | 1111 | 101001100 | 110110 | 1000010 |
Color Harmonies of #D87BA6
Complementary color
Monochromatic Colors of #D87BA6
Black with #D87BA6
Text Example
Text Example
White with #D87BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BA6; }
p { color: rgb(216,123,166); }
H1.HeaderClassName
{
color: #D87BA6;
}
.AnyTagClassName
{
color: #D87BA6;
}
</style>
background-color css
<style>
a { background-color: #D87BA6; }
a { background-color: rgb(216,123,166); }
div.DivClassName
{
background-color: #D87BA6;
}
.BgClassName
{
background-color: #D87BA6;
}
</style>
border-color css
<style>
span { border-color: #D87BA6; }
span { border-color: rgb(216,123,166); }
td.TdClassName
{
border-color: #D87BA6;
}
.TagClassName
{
border-color: #D87BA6;
}
</style>