Shades of Pale Violet Red #D8708D
Tints of Pale Violet Red #D8708D
RGB
CMYK
RGB Variations
Color information
#D8708D (or 0xD8708D) is known color: Pale Violet Red. HEX triplet: D8, 70 and 8D. RGB value is (216,112,141). Sum of RGB (Red+Green+Blue) = 216+112+141=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8708D is #278F72. Grayscale: #929292. Windows color (decimal): -2592627 or 9269464. OLE color: 9269464.
HSL color Cylindrical-coordinate representation of color #D8708D: hue angle of 343.27º 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 #D8708D is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 141 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.15 |
| HSL | 343.27º | 0.57% | 0.64% | - |
| HSV(B) | 343.27º | 0.48% | 0.85% | - |
| XYZ | 38.92 | 28.11 | 28.57 | - |
| YUV | 146.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 141 | 0 | 0.48 | 0.35 | 0.15 | 343.27 | 0.57 | 0.64 |
| Hex | D8 | 70 | 8D | 0 | 30 | 23 | F | 157 | 39 | 40 |
| Octal | 330 | 160 | 215 | 0 | 60 | 43 | 17 | 527 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10001101 | 0 | 110000 | 100011 | 1111 | 101010111 | 111001 | 1000000 |
Color Harmonies of #D8708D
Complementary color
Monochromatic Colors of #D8708D
Black with #D8708D
Text Example
Text Example
White with #D8708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8708D; }
p { color: rgb(216,112,141); }
H1.HeaderClassName
{
color: #D8708D;
}
.AnyTagClassName
{
color: #D8708D;
}
</style>
background-color css
<style>
a { background-color: #D8708D; }
a { background-color: rgb(216,112,141); }
div.DivClassName
{
background-color: #D8708D;
}
.BgClassName
{
background-color: #D8708D;
}
</style>
border-color css
<style>
span { border-color: #D8708D; }
span { border-color: rgb(216,112,141); }
td.TdClassName
{
border-color: #D8708D;
}
.TagClassName
{
border-color: #D8708D;
}
</style>