Shades of Pale Violet Red #D86C9B
Tints of Pale Violet Red #D86C9B
RGB
CMYK
RGB Variations
Color information
#D86C9B (or 0xD86C9B) is known color: Pale Violet Red. HEX triplet: D8, 6C and 9B. RGB value is (216,108,155). Sum of RGB (Red+Green+Blue) = 216+108+155=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C9B is #279364. Grayscale: #919191. Windows color (decimal): -2593637 or 10185944. OLE color: 10185944.
HSL color Cylindrical-coordinate representation of color #D86C9B: hue angle of 333.89º 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 #D86C9B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 155 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.15 |
| HSL | 333.89º | 0.58% | 0.64% | - |
| HSV(B) | 333.89º | 0.5% | 0.85% | - |
| XYZ | 39.6 | 27.69 | 34.27 | - |
| YUV | 145.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 155 | 0 | 0.50 | 0.28 | 0.15 | 333.89 | 0.58 | 0.64 |
| Hex | D8 | 6C | 9B | 0 | 32 | 1C | F | 14E | 3A | 40 |
| Octal | 330 | 154 | 233 | 0 | 62 | 34 | 17 | 516 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10011011 | 0 | 110010 | 11100 | 1111 | 101001110 | 111010 | 1000000 |
Color Harmonies of #D86C9B
Complementary color
Monochromatic Colors of #D86C9B
Black with #D86C9B
Text Example
Text Example
White with #D86C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C9B; }
p { color: rgb(216,108,155); }
H1.HeaderClassName
{
color: #D86C9B;
}
.AnyTagClassName
{
color: #D86C9B;
}
</style>
background-color css
<style>
a { background-color: #D86C9B; }
a { background-color: rgb(216,108,155); }
div.DivClassName
{
background-color: #D86C9B;
}
.BgClassName
{
background-color: #D86C9B;
}
</style>
border-color css
<style>
span { border-color: #D86C9B; }
span { border-color: rgb(216,108,155); }
td.TdClassName
{
border-color: #D86C9B;
}
.TagClassName
{
border-color: #D86C9B;
}
</style>