Shades of Pale Violet Red #D87696
Tints of Pale Violet Red #D87696
RGB
CMYK
RGB Variations
Color information
#D87696 (or 0xD87696) is known color: Pale Violet Red. HEX triplet: D8, 76 and 96. RGB value is (216,118,150). Sum of RGB (Red+Green+Blue) = 216+118+150=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D87696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87696 is #278969. Grayscale: #969696. Windows color (decimal): -2591082 or 9860824. OLE color: 9860824.
HSL color Cylindrical-coordinate representation of color #D87696: hue angle of 340.41º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D87696 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 150 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.15 |
| HSL | 340.41º | 0.56% | 0.65% | - |
| HSV(B) | 340.41º | 0.45% | 0.85% | - |
| XYZ | 40.3 | 29.76 | 32.47 | - |
| YUV | 150.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 150 | 0 | 0.45 | 0.31 | 0.15 | 340.41 | 0.56 | 0.65 |
| Hex | D8 | 76 | 96 | 0 | 2D | 1F | F | 154 | 38 | 41 |
| Octal | 330 | 166 | 226 | 0 | 55 | 37 | 17 | 524 | 70 | 101 |
| Binary | 11011000 | 1110110 | 10010110 | 0 | 101101 | 11111 | 1111 | 101010100 | 111000 | 1000001 |
Color Harmonies of #D87696
Complementary color
Monochromatic Colors of #D87696
Black with #D87696
Text Example
Text Example
White with #D87696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87696; }
p { color: rgb(216,118,150); }
H1.HeaderClassName
{
color: #D87696;
}
.AnyTagClassName
{
color: #D87696;
}
</style>
background-color css
<style>
a { background-color: #D87696; }
a { background-color: rgb(216,118,150); }
div.DivClassName
{
background-color: #D87696;
}
.BgClassName
{
background-color: #D87696;
}
</style>
border-color css
<style>
span { border-color: #D87696; }
span { border-color: rgb(216,118,150); }
td.TdClassName
{
border-color: #D87696;
}
.TagClassName
{
border-color: #D87696;
}
</style>