Shades of Pale Violet Red #D87AA8
Tints of Pale Violet Red #D87AA8
RGB
CMYK
RGB Variations
Color information
#D87AA8 (or 0xD87AA8) is known color: Pale Violet Red. HEX triplet: D8, 7A and A8. RGB value is (216,122,168). Sum of RGB (Red+Green+Blue) = 216+122+168=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AA8 is #278557. Grayscale: #9B9B9B. Windows color (decimal): -2590040 or 11041496. OLE color: 11041496.
HSL color Cylindrical-coordinate representation of color #D87AA8: hue angle of 330.64º 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 #D87AA8 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 168 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.15 |
| HSL | 330.64º | 0.55% | 0.66% | - |
| HSV(B) | 330.64º | 0.44% | 0.85% | - |
| XYZ | 42.35 | 31.35 | 40.86 | - |
| YUV | 155.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 168 | 0 | 0.44 | 0.22 | 0.15 | 330.64 | 0.55 | 0.66 |
| Hex | D8 | 7A | A8 | 0 | 2C | 16 | F | 14B | 37 | 42 |
| Octal | 330 | 172 | 250 | 0 | 54 | 26 | 17 | 513 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10101000 | 0 | 101100 | 10110 | 1111 | 101001011 | 110111 | 1000010 |
Color Harmonies of #D87AA8
Complementary color
Monochromatic Colors of #D87AA8
Black with #D87AA8
Text Example
Text Example
White with #D87AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AA8; }
p { color: rgb(216,122,168); }
H1.HeaderClassName
{
color: #D87AA8;
}
.AnyTagClassName
{
color: #D87AA8;
}
</style>
background-color css
<style>
a { background-color: #D87AA8; }
a { background-color: rgb(216,122,168); }
div.DivClassName
{
background-color: #D87AA8;
}
.BgClassName
{
background-color: #D87AA8;
}
</style>
border-color css
<style>
span { border-color: #D87AA8; }
span { border-color: rgb(216,122,168); }
td.TdClassName
{
border-color: #D87AA8;
}
.TagClassName
{
border-color: #D87AA8;
}
</style>