Shades of Pale Violet Red #D87DA1
Tints of Pale Violet Red #D87DA1
RGB
CMYK
RGB Variations
Color information
#D87DA1 (or 0xD87DA1) is known color: Pale Violet Red. HEX triplet: D8, 7D and A1. RGB value is (216,125,161). Sum of RGB (Red+Green+Blue) = 216+125+161=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA1 is #27825E. Grayscale: #9C9C9C. Windows color (decimal): -2589279 or 10583512. OLE color: 10583512.
HSL color Cylindrical-coordinate representation of color #D87DA1: hue angle of 336.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DA1 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 161 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.15 |
| HSL | 336.26º | 0.54% | 0.67% | - |
| HSV(B) | 336.26º | 0.42% | 0.85% | - |
| XYZ | 42.09 | 31.84 | 37.65 | - |
| YUV | 156.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 161 | 0 | 0.42 | 0.25 | 0.15 | 336.26 | 0.54 | 0.67 |
| Hex | D8 | 7D | A1 | 0 | 2A | 19 | F | 150 | 36 | 43 |
| Octal | 330 | 175 | 241 | 0 | 52 | 31 | 17 | 520 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10100001 | 0 | 101010 | 11001 | 1111 | 101010000 | 110110 | 1000011 |
Color Harmonies of #D87DA1
Complementary color
Monochromatic Colors of #D87DA1
Black with #D87DA1
Text Example
Text Example
White with #D87DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DA1; }
p { color: rgb(216,125,161); }
H1.HeaderClassName
{
color: #D87DA1;
}
.AnyTagClassName
{
color: #D87DA1;
}
</style>
background-color css
<style>
a { background-color: #D87DA1; }
a { background-color: rgb(216,125,161); }
div.DivClassName
{
background-color: #D87DA1;
}
.BgClassName
{
background-color: #D87DA1;
}
</style>
border-color css
<style>
span { border-color: #D87DA1; }
span { border-color: rgb(216,125,161); }
td.TdClassName
{
border-color: #D87DA1;
}
.TagClassName
{
border-color: #D87DA1;
}
</style>