Shades of Pale Violet Red #D8708E
Tints of Pale Violet Red #D8708E
RGB
CMYK
RGB Variations
Color information
#D8708E (or 0xD8708E) is known color: Pale Violet Red. HEX triplet: D8, 70 and 8E. RGB value is (216,112,142). Sum of RGB (Red+Green+Blue) = 216+112+142=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8708E is #278F71. Grayscale: #929292. Windows color (decimal): -2592626 or 9335000. OLE color: 9335000.
HSL color Cylindrical-coordinate representation of color #D8708E: hue angle of 342.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8708E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 142 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.15 |
| HSL | 342.69º | 0.57% | 0.64% | - |
| HSV(B) | 342.69º | 0.48% | 0.85% | - |
| XYZ | 39 | 28.14 | 28.97 | - |
| YUV | 146.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 142 | 0 | 0.48 | 0.34 | 0.15 | 342.69 | 0.57 | 0.64 |
| Hex | D8 | 70 | 8E | 0 | 30 | 22 | F | 157 | 39 | 40 |
| Octal | 330 | 160 | 216 | 0 | 60 | 42 | 17 | 527 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10001110 | 0 | 110000 | 100010 | 1111 | 101010111 | 111001 | 1000000 |
Color Harmonies of #D8708E
Complementary color
Monochromatic Colors of #D8708E
Black with #D8708E
Text Example
Text Example
White with #D8708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8708E; }
p { color: rgb(216,112,142); }
H1.HeaderClassName
{
color: #D8708E;
}
.AnyTagClassName
{
color: #D8708E;
}
</style>
background-color css
<style>
a { background-color: #D8708E; }
a { background-color: rgb(216,112,142); }
div.DivClassName
{
background-color: #D8708E;
}
.BgClassName
{
background-color: #D8708E;
}
</style>
border-color css
<style>
span { border-color: #D8708E; }
span { border-color: rgb(216,112,142); }
td.TdClassName
{
border-color: #D8708E;
}
.TagClassName
{
border-color: #D8708E;
}
</style>