Shades of Pale Violet Red #D87AA3
Tints of Pale Violet Red #D87AA3
RGB
CMYK
RGB Variations
Color information
#D87AA3 (or 0xD87AA3) is known color: Pale Violet Red. HEX triplet: D8, 7A and A3. RGB value is (216,122,163). Sum of RGB (Red+Green+Blue) = 216+122+163=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D87AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87AA3 is #27855C. Grayscale: #9A9A9A. Windows color (decimal): -2590045 or 10713816. OLE color: 10713816.
HSL color Cylindrical-coordinate representation of color #D87AA3: hue angle of 333.83º 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 #D87AA3 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 163 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.15 |
| HSL | 333.83º | 0.55% | 0.66% | - |
| HSV(B) | 333.83º | 0.44% | 0.85% | - |
| XYZ | 41.89 | 31.16 | 38.46 | - |
| YUV | 154.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 163 | 0 | 0.44 | 0.25 | 0.15 | 333.83 | 0.55 | 0.66 |
| Hex | D8 | 7A | A3 | 0 | 2C | 19 | F | 14E | 37 | 42 |
| Octal | 330 | 172 | 243 | 0 | 54 | 31 | 17 | 516 | 67 | 102 |
| Binary | 11011000 | 1111010 | 10100011 | 0 | 101100 | 11001 | 1111 | 101001110 | 110111 | 1000010 |
Color Harmonies of #D87AA3
Complementary color
Monochromatic Colors of #D87AA3
Black with #D87AA3
Text Example
Text Example
White with #D87AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87AA3; }
p { color: rgb(216,122,163); }
H1.HeaderClassName
{
color: #D87AA3;
}
.AnyTagClassName
{
color: #D87AA3;
}
</style>
background-color css
<style>
a { background-color: #D87AA3; }
a { background-color: rgb(216,122,163); }
div.DivClassName
{
background-color: #D87AA3;
}
.BgClassName
{
background-color: #D87AA3;
}
</style>
border-color css
<style>
span { border-color: #D87AA3; }
span { border-color: rgb(216,122,163); }
td.TdClassName
{
border-color: #D87AA3;
}
.TagClassName
{
border-color: #D87AA3;
}
</style>