Shades of Pale Violet Red #D7708D
Tints of Pale Violet Red #D7708D
RGB
CMYK
RGB Variations
Color information
#D7708D (or 0xD7708D) is known color: Pale Violet Red. HEX triplet: D7, 70 and 8D. RGB value is (215,112,141). Sum of RGB (Red+Green+Blue) = 215+112+141=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7708D is #288F72. Grayscale: #929292. Windows color (decimal): -2658163 or 9269463. OLE color: 9269463.
HSL color Cylindrical-coordinate representation of color #D7708D: hue angle of 343.11º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7708D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 141 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.16 |
| HSL | 343.11º | 0.56% | 0.64% | - |
| HSV(B) | 343.11º | 0.48% | 0.84% | - |
| XYZ | 38.63 | 27.96 | 28.56 | - |
| YUV | 146.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 141 | 0 | 0.48 | 0.34 | 0.16 | 343.11 | 0.56 | 0.64 |
| Hex | D7 | 70 | 8D | 0 | 30 | 22 | 10 | 157 | 38 | 40 |
| Octal | 327 | 160 | 215 | 0 | 60 | 42 | 20 | 527 | 70 | 100 |
| Binary | 11010111 | 1110000 | 10001101 | 0 | 110000 | 100010 | 10000 | 101010111 | 111000 | 1000000 |
Color Harmonies of #D7708D
Complementary color
Monochromatic Colors of #D7708D
Black with #D7708D
Text Example
Text Example
White with #D7708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7708D; }
p { color: rgb(215,112,141); }
H1.HeaderClassName
{
color: #D7708D;
}
.AnyTagClassName
{
color: #D7708D;
}
</style>
background-color css
<style>
a { background-color: #D7708D; }
a { background-color: rgb(215,112,141); }
div.DivClassName
{
background-color: #D7708D;
}
.BgClassName
{
background-color: #D7708D;
}
</style>
border-color css
<style>
span { border-color: #D7708D; }
span { border-color: rgb(215,112,141); }
td.TdClassName
{
border-color: #D7708D;
}
.TagClassName
{
border-color: #D7708D;
}
</style>