Shades of Pale Violet Red #D86E8B
Tints of Pale Violet Red #D86E8B
RGB
CMYK
RGB Variations
Color information
#D86E8B (or 0xD86E8B) is known color: Pale Violet Red. HEX triplet: D8, 6E and 8B. RGB value is (216,110,139). Sum of RGB (Red+Green+Blue) = 216+110+139=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86E8B is #279174. Grayscale: #909090. Windows color (decimal): -2593141 or 9137880. OLE color: 9137880.
HSL color Cylindrical-coordinate representation of color #D86E8B: hue angle of 343.58º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86E8B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 139 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.15 |
| HSL | 343.58º | 0.58% | 0.64% | - |
| HSV(B) | 343.58º | 0.49% | 0.85% | - |
| XYZ | 38.56 | 27.61 | 27.72 | - |
| YUV | 145 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 139 | 0 | 0.49 | 0.36 | 0.15 | 343.58 | 0.58 | 0.64 |
| Hex | D8 | 6E | 8B | 0 | 31 | 24 | F | 158 | 3A | 40 |
| Octal | 330 | 156 | 213 | 0 | 61 | 44 | 17 | 530 | 72 | 100 |
| Binary | 11011000 | 1101110 | 10001011 | 0 | 110001 | 100100 | 1111 | 101011000 | 111010 | 1000000 |
Color Harmonies of #D86E8B
Complementary color
Monochromatic Colors of #D86E8B
Black with #D86E8B
Text Example
Text Example
White with #D86E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E8B; }
p { color: rgb(216,110,139); }
H1.HeaderClassName
{
color: #D86E8B;
}
.AnyTagClassName
{
color: #D86E8B;
}
</style>
background-color css
<style>
a { background-color: #D86E8B; }
a { background-color: rgb(216,110,139); }
div.DivClassName
{
background-color: #D86E8B;
}
.BgClassName
{
background-color: #D86E8B;
}
</style>
border-color css
<style>
span { border-color: #D86E8B; }
span { border-color: rgb(216,110,139); }
td.TdClassName
{
border-color: #D86E8B;
}
.TagClassName
{
border-color: #D86E8B;
}
</style>