Shades of Pale Violet Red #D8759A
Tints of Pale Violet Red #D8759A
RGB
CMYK
RGB Variations
Color information
#D8759A (or 0xD8759A) is known color: Pale Violet Red. HEX triplet: D8, 75 and 9A. RGB value is (216,117,154). Sum of RGB (Red+Green+Blue) = 216+117+154=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8759A is #278A65. Grayscale: #969696. Windows color (decimal): -2591334 or 10122712. OLE color: 10122712.
HSL color Cylindrical-coordinate representation of color #D8759A: hue angle of 337.58º 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 #D8759A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 154 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.15 |
| HSL | 337.58º | 0.56% | 0.65% | - |
| HSV(B) | 337.58º | 0.46% | 0.85% | - |
| XYZ | 40.51 | 29.65 | 34.16 | - |
| YUV | 150.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 154 | 0 | 0.46 | 0.29 | 0.15 | 337.58 | 0.56 | 0.65 |
| Hex | D8 | 75 | 9A | 0 | 2E | 1D | F | 152 | 38 | 41 |
| Octal | 330 | 165 | 232 | 0 | 56 | 35 | 17 | 522 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10011010 | 0 | 101110 | 11101 | 1111 | 101010010 | 111000 | 1000001 |
Color Harmonies of #D8759A
Complementary color
Monochromatic Colors of #D8759A
Black with #D8759A
Text Example
Text Example
White with #D8759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8759A; }
p { color: rgb(216,117,154); }
H1.HeaderClassName
{
color: #D8759A;
}
.AnyTagClassName
{
color: #D8759A;
}
</style>
background-color css
<style>
a { background-color: #D8759A; }
a { background-color: rgb(216,117,154); }
div.DivClassName
{
background-color: #D8759A;
}
.BgClassName
{
background-color: #D8759A;
}
</style>
border-color css
<style>
span { border-color: #D8759A; }
span { border-color: rgb(216,117,154); }
td.TdClassName
{
border-color: #D8759A;
}
.TagClassName
{
border-color: #D8759A;
}
</style>