Shades of Pale Violet Red #D86C8B
Tints of Pale Violet Red #D86C8B
RGB
CMYK
RGB Variations
Color information
#D86C8B (or 0xD86C8B) is known color: Pale Violet Red. HEX triplet: D8, 6C and 8B. RGB value is (216,108,139). Sum of RGB (Red+Green+Blue) = 216+108+139=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C8B is #279374. Grayscale: #8F8F8F. Windows color (decimal): -2593653 or 9137368. OLE color: 9137368.
HSL color Cylindrical-coordinate representation of color #D86C8B: hue angle of 342.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C8B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 139 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.15 |
| HSL | 342.78º | 0.58% | 0.64% | - |
| HSV(B) | 342.78º | 0.5% | 0.85% | - |
| XYZ | 38.34 | 27.19 | 27.65 | - |
| YUV | 143.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 139 | 0 | 0.50 | 0.36 | 0.15 | 342.78 | 0.58 | 0.64 |
| Hex | D8 | 6C | 8B | 0 | 32 | 24 | F | 157 | 3A | 40 |
| Octal | 330 | 154 | 213 | 0 | 62 | 44 | 17 | 527 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10001011 | 0 | 110010 | 100100 | 1111 | 101010111 | 111010 | 1000000 |
Color Harmonies of #D86C8B
Complementary color
Monochromatic Colors of #D86C8B
Black with #D86C8B
Text Example
Text Example
White with #D86C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C8B; }
p { color: rgb(216,108,139); }
H1.HeaderClassName
{
color: #D86C8B;
}
.AnyTagClassName
{
color: #D86C8B;
}
</style>
background-color css
<style>
a { background-color: #D86C8B; }
a { background-color: rgb(216,108,139); }
div.DivClassName
{
background-color: #D86C8B;
}
.BgClassName
{
background-color: #D86C8B;
}
</style>
border-color css
<style>
span { border-color: #D86C8B; }
span { border-color: rgb(216,108,139); }
td.TdClassName
{
border-color: #D86C8B;
}
.TagClassName
{
border-color: #D86C8B;
}
</style>