Shades of Pale Violet Red #D7759E
Tints of Pale Violet Red #D7759E
RGB
CMYK
RGB Variations
Color information
#D7759E (or 0xD7759E) is known color: Pale Violet Red. HEX triplet: D7, 75 and 9E. RGB value is (215,117,158). Sum of RGB (Red+Green+Blue) = 215+117+158=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7759E is #288A61. Grayscale: #969696. Windows color (decimal): -2656866 or 10384855. OLE color: 10384855.
HSL color Cylindrical-coordinate representation of color #D7759E: hue angle of 334.9º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7759E is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 158 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.16 |
| HSL | 334.9º | 0.55% | 0.65% | - |
| HSV(B) | 334.9º | 0.46% | 0.84% | - |
| XYZ | 40.56 | 29.64 | 35.93 | - |
| YUV | 150.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 158 | 0 | 0.46 | 0.27 | 0.16 | 334.9 | 0.55 | 0.65 |
| Hex | D7 | 75 | 9E | 0 | 2E | 1B | 10 | 14F | 37 | 41 |
| Octal | 327 | 165 | 236 | 0 | 56 | 33 | 20 | 517 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10011110 | 0 | 101110 | 11011 | 10000 | 101001111 | 110111 | 1000001 |
Color Harmonies of #D7759E
Complementary color
Monochromatic Colors of #D7759E
Black with #D7759E
Text Example
Text Example
White with #D7759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7759E; }
p { color: rgb(215,117,158); }
H1.HeaderClassName
{
color: #D7759E;
}
.AnyTagClassName
{
color: #D7759E;
}
</style>
background-color css
<style>
a { background-color: #D7759E; }
a { background-color: rgb(215,117,158); }
div.DivClassName
{
background-color: #D7759E;
}
.BgClassName
{
background-color: #D7759E;
}
</style>
border-color css
<style>
span { border-color: #D7759E; }
span { border-color: rgb(215,117,158); }
td.TdClassName
{
border-color: #D7759E;
}
.TagClassName
{
border-color: #D7759E;
}
</style>