Shades of Pale Violet Red #D86F8F
Tints of Pale Violet Red #D86F8F
RGB
CMYK
RGB Variations
Color information
#D86F8F (or 0xD86F8F) is known color: Pale Violet Red. HEX triplet: D8, 6F and 8F. RGB value is (216,111,143). Sum of RGB (Red+Green+Blue) = 216+111+143=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F8F is #279070. Grayscale: #929292. Windows color (decimal): -2592881 or 9400280. OLE color: 9400280.
HSL color Cylindrical-coordinate representation of color #D86F8F: hue angle of 341.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86F8F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 143 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.15 |
| HSL | 341.71º | 0.57% | 0.64% | - |
| HSV(B) | 341.71º | 0.49% | 0.85% | - |
| XYZ | 38.96 | 27.95 | 29.33 | - |
| YUV | 146.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 143 | 0 | 0.49 | 0.34 | 0.15 | 341.71 | 0.57 | 0.64 |
| Hex | D8 | 6F | 8F | 0 | 31 | 22 | F | 156 | 39 | 40 |
| Octal | 330 | 157 | 217 | 0 | 61 | 42 | 17 | 526 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10001111 | 0 | 110001 | 100010 | 1111 | 101010110 | 111001 | 1000000 |
Color Harmonies of #D86F8F
Complementary color
Monochromatic Colors of #D86F8F
Black with #D86F8F
Text Example
Text Example
White with #D86F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F8F; }
p { color: rgb(216,111,143); }
H1.HeaderClassName
{
color: #D86F8F;
}
.AnyTagClassName
{
color: #D86F8F;
}
</style>
background-color css
<style>
a { background-color: #D86F8F; }
a { background-color: rgb(216,111,143); }
div.DivClassName
{
background-color: #D86F8F;
}
.BgClassName
{
background-color: #D86F8F;
}
</style>
border-color css
<style>
span { border-color: #D86F8F; }
span { border-color: rgb(216,111,143); }
td.TdClassName
{
border-color: #D86F8F;
}
.TagClassName
{
border-color: #D86F8F;
}
</style>