Shades of Pale Violet Red #D87D96
Tints of Pale Violet Red #D87D96
RGB
CMYK
RGB Variations
Color information
#D87D96 (or 0xD87D96) is known color: Pale Violet Red. HEX triplet: D8, 7D and 96. RGB value is (216,125,150). Sum of RGB (Red+Green+Blue) = 216+125+150=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D96 is #278269. Grayscale: #9B9B9B. Windows color (decimal): -2589290 or 9862616. OLE color: 9862616.
HSL color Cylindrical-coordinate representation of color #D87D96: hue angle of 343.52º 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 #D87D96 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 150 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.15 |
| HSL | 343.52º | 0.54% | 0.67% | - |
| HSV(B) | 343.52º | 0.42% | 0.85% | - |
| XYZ | 41.16 | 31.47 | 32.76 | - |
| YUV | 155.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 150 | 0 | 0.42 | 0.31 | 0.15 | 343.52 | 0.54 | 0.67 |
| Hex | D8 | 7D | 96 | 0 | 2A | 1F | F | 158 | 36 | 43 |
| Octal | 330 | 175 | 226 | 0 | 52 | 37 | 17 | 530 | 66 | 103 |
| Binary | 11011000 | 1111101 | 10010110 | 0 | 101010 | 11111 | 1111 | 101011000 | 110110 | 1000011 |
Color Harmonies of #D87D96
Complementary color
Monochromatic Colors of #D87D96
Black with #D87D96
Text Example
Text Example
White with #D87D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D96; }
p { color: rgb(216,125,150); }
H1.HeaderClassName
{
color: #D87D96;
}
.AnyTagClassName
{
color: #D87D96;
}
</style>
background-color css
<style>
a { background-color: #D87D96; }
a { background-color: rgb(216,125,150); }
div.DivClassName
{
background-color: #D87D96;
}
.BgClassName
{
background-color: #D87D96;
}
</style>
border-color css
<style>
span { border-color: #D87D96; }
span { border-color: rgb(216,125,150); }
td.TdClassName
{
border-color: #D87D96;
}
.TagClassName
{
border-color: #D87D96;
}
</style>