Shades of Pale Violet Red #D86A8F
Tints of Pale Violet Red #D86A8F
RGB
CMYK
RGB Variations
Color information
#D86A8F (or 0xD86A8F) is known color: Pale Violet Red. HEX triplet: D8, 6A and 8F. RGB value is (216,106,143). Sum of RGB (Red+Green+Blue) = 216+106+143=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A8F is #279570. Grayscale: #8F8F8F. Windows color (decimal): -2594161 or 9399000. OLE color: 9399000.
HSL color Cylindrical-coordinate representation of color #D86A8F: hue angle of 339.82º 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 #D86A8F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 143 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.15 |
| HSL | 339.82º | 0.59% | 0.63% | - |
| HSV(B) | 339.82º | 0.51% | 0.85% | - |
| XYZ | 38.43 | 26.89 | 29.15 | - |
| YUV | 143.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 143 | 0 | 0.51 | 0.34 | 0.15 | 339.82 | 0.59 | 0.63 |
| Hex | D8 | 6A | 8F | 0 | 33 | 22 | F | 154 | 3B | 3F |
| Octal | 330 | 152 | 217 | 0 | 63 | 42 | 17 | 524 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10001111 | 0 | 110011 | 100010 | 1111 | 101010100 | 111011 | 111111 |
Color Harmonies of #D86A8F
Complementary color
Monochromatic Colors of #D86A8F
Black with #D86A8F
Text Example
Text Example
White with #D86A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A8F; }
p { color: rgb(216,106,143); }
H1.HeaderClassName
{
color: #D86A8F;
}
.AnyTagClassName
{
color: #D86A8F;
}
</style>
background-color css
<style>
a { background-color: #D86A8F; }
a { background-color: rgb(216,106,143); }
div.DivClassName
{
background-color: #D86A8F;
}
.BgClassName
{
background-color: #D86A8F;
}
</style>
border-color css
<style>
span { border-color: #D86A8F; }
span { border-color: rgb(216,106,143); }
td.TdClassName
{
border-color: #D86A8F;
}
.TagClassName
{
border-color: #D86A8F;
}
</style>