Shades of Pale Violet Red #D86D8E
Tints of Pale Violet Red #D86D8E
RGB
CMYK
RGB Variations
Color information
#D86D8E (or 0xD86D8E) is known color: Pale Violet Red. HEX triplet: D8, 6D and 8E. RGB value is (216,109,142). Sum of RGB (Red+Green+Blue) = 216+109+142=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D8E is #279271. Grayscale: #909090. Windows color (decimal): -2593394 or 9334232. OLE color: 9334232.
HSL color Cylindrical-coordinate representation of color #D86D8E: hue angle of 341.5º 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 #D86D8E is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 142 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.15 |
| HSL | 341.5º | 0.58% | 0.64% | - |
| HSV(B) | 341.5º | 0.5% | 0.85% | - |
| XYZ | 38.67 | 27.49 | 28.86 | - |
| YUV | 144.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 142 | 0 | 0.50 | 0.34 | 0.15 | 341.5 | 0.58 | 0.64 |
| Hex | D8 | 6D | 8E | 0 | 32 | 22 | F | 155 | 3A | 40 |
| Octal | 330 | 155 | 216 | 0 | 62 | 42 | 17 | 525 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10001110 | 0 | 110010 | 100010 | 1111 | 101010101 | 111010 | 1000000 |
Color Harmonies of #D86D8E
Complementary color
Monochromatic Colors of #D86D8E
Black with #D86D8E
Text Example
Text Example
White with #D86D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D8E; }
p { color: rgb(216,109,142); }
H1.HeaderClassName
{
color: #D86D8E;
}
.AnyTagClassName
{
color: #D86D8E;
}
</style>
background-color css
<style>
a { background-color: #D86D8E; }
a { background-color: rgb(216,109,142); }
div.DivClassName
{
background-color: #D86D8E;
}
.BgClassName
{
background-color: #D86D8E;
}
</style>
border-color css
<style>
span { border-color: #D86D8E; }
span { border-color: rgb(216,109,142); }
td.TdClassName
{
border-color: #D86D8E;
}
.TagClassName
{
border-color: #D86D8E;
}
</style>