Shades of Pale Violet Red #D87898
Tints of Pale Violet Red #D87898
RGB
CMYK
RGB Variations
Color information
#D87898 (or 0xD87898) is known color: Pale Violet Red. HEX triplet: D8, 78 and 98. RGB value is (216,120,152). Sum of RGB (Red+Green+Blue) = 216+120+152=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D87898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87898 is #278767. Grayscale: #989898. Windows color (decimal): -2590568 or 9992408. OLE color: 9992408.
HSL color Cylindrical-coordinate representation of color #D87898: hue angle of 340º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87898 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 152 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.15 |
| HSL | 340º | 0.55% | 0.66% | - |
| HSV(B) | 340º | 0.44% | 0.85% | - |
| XYZ | 40.7 | 30.3 | 33.41 | - |
| YUV | 152.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 152 | 0 | 0.44 | 0.30 | 0.15 | 340 | 0.55 | 0.66 |
| Hex | D8 | 78 | 98 | 0 | 2C | 1E | F | 154 | 37 | 42 |
| Octal | 330 | 170 | 230 | 0 | 54 | 36 | 17 | 524 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10011000 | 0 | 101100 | 11110 | 1111 | 101010100 | 110111 | 1000010 |
Color Harmonies of #D87898
Complementary color
Monochromatic Colors of #D87898
Black with #D87898
Text Example
Text Example
White with #D87898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87898; }
p { color: rgb(216,120,152); }
H1.HeaderClassName
{
color: #D87898;
}
.AnyTagClassName
{
color: #D87898;
}
</style>
background-color css
<style>
a { background-color: #D87898; }
a { background-color: rgb(216,120,152); }
div.DivClassName
{
background-color: #D87898;
}
.BgClassName
{
background-color: #D87898;
}
</style>
border-color css
<style>
span { border-color: #D87898; }
span { border-color: rgb(216,120,152); }
td.TdClassName
{
border-color: #D87898;
}
.TagClassName
{
border-color: #D87898;
}
</style>