Shades of Pale Violet Red #D87DA2
Tints of Pale Violet Red #D87DA2
RGB
CMYK
RGB Variations
Color information
#D87DA2 (or 0xD87DA2) is known color: Pale Violet Red. HEX triplet: D8, 7D and A2. RGB value is (216,125,162). Sum of RGB (Red+Green+Blue) = 216+125+162=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA2 is #27825D. Grayscale: #9C9C9C. Windows color (decimal): -2589278 or 10649048. OLE color: 10649048.
HSL color Cylindrical-coordinate representation of color #D87DA2: hue angle of 335.6º 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 #D87DA2 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 162 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.15 |
| HSL | 335.6º | 0.54% | 0.67% | - |
| HSV(B) | 335.6º | 0.42% | 0.85% | - |
| XYZ | 42.17 | 31.87 | 38.11 | - |
| YUV | 156.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 162 | 0 | 0.42 | 0.25 | 0.15 | 335.6 | 0.54 | 0.67 |
| Hex | D8 | 7D | A2 | 0 | 2A | 19 | F | 150 | 36 | 43 |
| Octal | 330 | 175 | 242 | 0 | 52 | 31 | 17 | 520 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10100010 | 0 | 101010 | 11001 | 1111 | 101010000 | 110110 | 1000011 |
Color Harmonies of #D87DA2
Complementary color
Monochromatic Colors of #D87DA2
Black with #D87DA2
Text Example
Text Example
White with #D87DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DA2; }
p { color: rgb(216,125,162); }
H1.HeaderClassName
{
color: #D87DA2;
}
.AnyTagClassName
{
color: #D87DA2;
}
</style>
background-color css
<style>
a { background-color: #D87DA2; }
a { background-color: rgb(216,125,162); }
div.DivClassName
{
background-color: #D87DA2;
}
.BgClassName
{
background-color: #D87DA2;
}
</style>
border-color css
<style>
span { border-color: #D87DA2; }
span { border-color: rgb(216,125,162); }
td.TdClassName
{
border-color: #D87DA2;
}
.TagClassName
{
border-color: #D87DA2;
}
</style>