Shades of Pale Violet Red #D87D9A
Tints of Pale Violet Red #D87D9A
RGB
CMYK
RGB Variations
Color information
#D87D9A (or 0xD87D9A) is known color: Pale Violet Red. HEX triplet: D8, 7D and 9A. RGB value is (216,125,154). Sum of RGB (Red+Green+Blue) = 216+125+154=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D9A is #278265. Grayscale: #9B9B9B. Windows color (decimal): -2589286 or 10124760. OLE color: 10124760.
HSL color Cylindrical-coordinate representation of color #D87D9A: hue angle of 340.88º 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 #D87D9A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 154 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.15 |
| HSL | 340.88º | 0.54% | 0.67% | - |
| HSV(B) | 340.88º | 0.42% | 0.85% | - |
| XYZ | 41.49 | 31.6 | 34.48 | - |
| YUV | 155.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 154 | 0 | 0.42 | 0.29 | 0.15 | 340.88 | 0.54 | 0.67 |
| Hex | D8 | 7D | 9A | 0 | 2A | 1D | F | 155 | 36 | 43 |
| Octal | 330 | 175 | 232 | 0 | 52 | 35 | 17 | 525 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10011010 | 0 | 101010 | 11101 | 1111 | 101010101 | 110110 | 1000011 |
Color Harmonies of #D87D9A
Complementary color
Monochromatic Colors of #D87D9A
Black with #D87D9A
Text Example
Text Example
White with #D87D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D9A; }
p { color: rgb(216,125,154); }
H1.HeaderClassName
{
color: #D87D9A;
}
.AnyTagClassName
{
color: #D87D9A;
}
</style>
background-color css
<style>
a { background-color: #D87D9A; }
a { background-color: rgb(216,125,154); }
div.DivClassName
{
background-color: #D87D9A;
}
.BgClassName
{
background-color: #D87D9A;
}
</style>
border-color css
<style>
span { border-color: #D87D9A; }
span { border-color: rgb(216,125,154); }
td.TdClassName
{
border-color: #D87D9A;
}
.TagClassName
{
border-color: #D87D9A;
}
</style>