Shades of Pale Violet Red #D87BA3
Tints of Pale Violet Red #D87BA3
RGB
CMYK
RGB Variations
Color information
#D87BA3 (or 0xD87BA3) is known color: Pale Violet Red. HEX triplet: D8, 7B and A3. RGB value is (216,123,163). Sum of RGB (Red+Green+Blue) = 216+123+163=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BA3 is #27845C. Grayscale: #9B9B9B. Windows color (decimal): -2589789 or 10714072. OLE color: 10714072.
HSL color Cylindrical-coordinate representation of color #D87BA3: hue angle of 334.19º 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 #D87BA3 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 163 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.15 |
| HSL | 334.19º | 0.54% | 0.66% | - |
| HSV(B) | 334.19º | 0.43% | 0.85% | - |
| XYZ | 42.01 | 31.41 | 38.5 | - |
| YUV | 155.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 163 | 0 | 0.43 | 0.25 | 0.15 | 334.19 | 0.54 | 0.66 |
| Hex | D8 | 7B | A3 | 0 | 2B | 19 | F | 14E | 36 | 42 |
| Octal | 330 | 173 | 243 | 0 | 53 | 31 | 17 | 516 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10100011 | 0 | 101011 | 11001 | 1111 | 101001110 | 110110 | 1000010 |
Color Harmonies of #D87BA3
Complementary color
Monochromatic Colors of #D87BA3
Black with #D87BA3
Text Example
Text Example
White with #D87BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BA3; }
p { color: rgb(216,123,163); }
H1.HeaderClassName
{
color: #D87BA3;
}
.AnyTagClassName
{
color: #D87BA3;
}
</style>
background-color css
<style>
a { background-color: #D87BA3; }
a { background-color: rgb(216,123,163); }
div.DivClassName
{
background-color: #D87BA3;
}
.BgClassName
{
background-color: #D87BA3;
}
</style>
border-color css
<style>
span { border-color: #D87BA3; }
span { border-color: rgb(216,123,163); }
td.TdClassName
{
border-color: #D87BA3;
}
.TagClassName
{
border-color: #D87BA3;
}
</style>