Shades of Pale Violet Red #D86D9C
Tints of Pale Violet Red #D86D9C
RGB
CMYK
RGB Variations
Color information
#D86D9C (or 0xD86D9C) is known color: Pale Violet Red. HEX triplet: D8, 6D and 9C. RGB value is (216,109,156). Sum of RGB (Red+Green+Blue) = 216+109+156=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D9C is #279263. Grayscale: #929292. Windows color (decimal): -2593380 or 10251736. OLE color: 10251736.
HSL color Cylindrical-coordinate representation of color #D86D9C: hue angle of 333.64º 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 #D86D9C is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 156 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.15 |
| HSL | 333.64º | 0.58% | 0.64% | - |
| HSV(B) | 333.64º | 0.5% | 0.85% | - |
| XYZ | 39.79 | 27.94 | 34.75 | - |
| YUV | 146.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 156 | 0 | 0.50 | 0.28 | 0.15 | 333.64 | 0.58 | 0.64 |
| Hex | D8 | 6D | 9C | 0 | 32 | 1C | F | 14E | 3A | 40 |
| Octal | 330 | 155 | 234 | 0 | 62 | 34 | 17 | 516 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10011100 | 0 | 110010 | 11100 | 1111 | 101001110 | 111010 | 1000000 |
Color Harmonies of #D86D9C
Complementary color
Monochromatic Colors of #D86D9C
Black with #D86D9C
Text Example
Text Example
White with #D86D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D9C; }
p { color: rgb(216,109,156); }
H1.HeaderClassName
{
color: #D86D9C;
}
.AnyTagClassName
{
color: #D86D9C;
}
</style>
background-color css
<style>
a { background-color: #D86D9C; }
a { background-color: rgb(216,109,156); }
div.DivClassName
{
background-color: #D86D9C;
}
.BgClassName
{
background-color: #D86D9C;
}
</style>
border-color css
<style>
span { border-color: #D86D9C; }
span { border-color: rgb(216,109,156); }
td.TdClassName
{
border-color: #D86D9C;
}
.TagClassName
{
border-color: #D86D9C;
}
</style>