Shades of Pale Violet Red #D8759D
Tints of Pale Violet Red #D8759D
RGB
CMYK
RGB Variations
Color information
#D8759D (or 0xD8759D) is known color: Pale Violet Red. HEX triplet: D8, 75 and 9D. RGB value is (216,117,157). Sum of RGB (Red+Green+Blue) = 216+117+157=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8759D is #278A62. Grayscale: #979797. Windows color (decimal): -2591331 or 10319320. OLE color: 10319320.
HSL color Cylindrical-coordinate representation of color #D8759D: hue angle of 335.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8759D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 157 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.15 |
| HSL | 335.76º | 0.56% | 0.65% | - |
| HSV(B) | 335.76º | 0.46% | 0.85% | - |
| XYZ | 40.77 | 29.76 | 35.49 | - |
| YUV | 151.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 157 | 0 | 0.46 | 0.27 | 0.15 | 335.76 | 0.56 | 0.65 |
| Hex | D8 | 75 | 9D | 0 | 2E | 1B | F | 150 | 38 | 41 |
| Octal | 330 | 165 | 235 | 0 | 56 | 33 | 17 | 520 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10011101 | 0 | 101110 | 11011 | 1111 | 101010000 | 111000 | 1000001 |
Color Harmonies of #D8759D
Complementary color
Monochromatic Colors of #D8759D
Black with #D8759D
Text Example
Text Example
White with #D8759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8759D; }
p { color: rgb(216,117,157); }
H1.HeaderClassName
{
color: #D8759D;
}
.AnyTagClassName
{
color: #D8759D;
}
</style>
background-color css
<style>
a { background-color: #D8759D; }
a { background-color: rgb(216,117,157); }
div.DivClassName
{
background-color: #D8759D;
}
.BgClassName
{
background-color: #D8759D;
}
</style>
border-color css
<style>
span { border-color: #D8759D; }
span { border-color: rgb(216,117,157); }
td.TdClassName
{
border-color: #D8759D;
}
.TagClassName
{
border-color: #D8759D;
}
</style>