Shades of Pale Violet Red #D87AAA
Tints of Pale Violet Red #D87AAA
RGB
CMYK
RGB Variations
Color information
#D87AAA (or 0xD87AAA) is known color: Pale Violet Red. HEX triplet: D8, 7A and AA. RGB value is (216,122,170). Sum of RGB (Red+Green+Blue) = 216+122+170=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AAA is #278555. Grayscale: #9B9B9B. Windows color (decimal): -2590038 or 11172568. OLE color: 11172568.
HSL color Cylindrical-coordinate representation of color #D87AAA: hue angle of 329.36º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87AAA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 170 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.15 |
| HSL | 329.36º | 0.55% | 0.66% | - |
| HSV(B) | 329.36º | 0.44% | 0.85% | - |
| XYZ | 42.53 | 31.42 | 41.85 | - |
| YUV | 155.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 170 | 0 | 0.44 | 0.21 | 0.15 | 329.36 | 0.55 | 0.66 |
| Hex | D8 | 7A | AA | 0 | 2C | 15 | F | 149 | 37 | 42 |
| Octal | 330 | 172 | 252 | 0 | 54 | 25 | 17 | 511 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10101010 | 0 | 101100 | 10101 | 1111 | 101001001 | 110111 | 1000010 |
Color Harmonies of #D87AAA
Complementary color
Monochromatic Colors of #D87AAA
Black with #D87AAA
Text Example
Text Example
White with #D87AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AAA; }
p { color: rgb(216,122,170); }
H1.HeaderClassName
{
color: #D87AAA;
}
.AnyTagClassName
{
color: #D87AAA;
}
</style>
background-color css
<style>
a { background-color: #D87AAA; }
a { background-color: rgb(216,122,170); }
div.DivClassName
{
background-color: #D87AAA;
}
.BgClassName
{
background-color: #D87AAA;
}
</style>
border-color css
<style>
span { border-color: #D87AAA; }
span { border-color: rgb(216,122,170); }
td.TdClassName
{
border-color: #D87AAA;
}
.TagClassName
{
border-color: #D87AAA;
}
</style>