Shades of Pale Violet Red #D86A8D
Tints of Pale Violet Red #D86A8D
RGB
CMYK
RGB Variations
Color information
#D86A8D (or 0xD86A8D) is known color: Pale Violet Red. HEX triplet: D8, 6A and 8D. RGB value is (216,106,141). Sum of RGB (Red+Green+Blue) = 216+106+141=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A8D is #279572. Grayscale: #8E8E8E. Windows color (decimal): -2594163 or 9267928. OLE color: 9267928.
HSL color Cylindrical-coordinate representation of color #D86A8D: hue angle of 340.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86A8D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 141 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.15 |
| HSL | 340.91º | 0.59% | 0.63% | - |
| HSV(B) | 340.91º | 0.51% | 0.85% | - |
| XYZ | 38.28 | 26.83 | 28.36 | - |
| YUV | 142.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 141 | 0 | 0.51 | 0.35 | 0.15 | 340.91 | 0.59 | 0.63 |
| Hex | D8 | 6A | 8D | 0 | 33 | 23 | F | 155 | 3B | 3F |
| Octal | 330 | 152 | 215 | 0 | 63 | 43 | 17 | 525 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10001101 | 0 | 110011 | 100011 | 1111 | 101010101 | 111011 | 111111 |
Color Harmonies of #D86A8D
Complementary color
Monochromatic Colors of #D86A8D
Black with #D86A8D
Text Example
Text Example
White with #D86A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A8D; }
p { color: rgb(216,106,141); }
H1.HeaderClassName
{
color: #D86A8D;
}
.AnyTagClassName
{
color: #D86A8D;
}
</style>
background-color css
<style>
a { background-color: #D86A8D; }
a { background-color: rgb(216,106,141); }
div.DivClassName
{
background-color: #D86A8D;
}
.BgClassName
{
background-color: #D86A8D;
}
</style>
border-color css
<style>
span { border-color: #D86A8D; }
span { border-color: rgb(216,106,141); }
td.TdClassName
{
border-color: #D86A8D;
}
.TagClassName
{
border-color: #D86A8D;
}
</style>