Shades of Pale Violet Red #D77697
Tints of Pale Violet Red #D77697
RGB
CMYK
RGB Variations
Color information
#D77697 (or 0xD77697) is known color: Pale Violet Red. HEX triplet: D7, 76 and 97. RGB value is (215,118,151). Sum of RGB (Red+Green+Blue) = 215+118+151=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77697 is #288968. Grayscale: #969696. Windows color (decimal): -2656617 or 9926359. OLE color: 9926359.
HSL color Cylindrical-coordinate representation of color #D77697: hue angle of 339.59º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D77697 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 151 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.16 |
| HSL | 339.59º | 0.55% | 0.65% | - |
| HSV(B) | 339.59º | 0.45% | 0.84% | - |
| XYZ | 40.09 | 29.64 | 32.89 | - |
| YUV | 150.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 151 | 0 | 0.45 | 0.30 | 0.16 | 339.59 | 0.55 | 0.65 |
| Hex | D7 | 76 | 97 | 0 | 2D | 1E | 10 | 154 | 37 | 41 |
| Octal | 327 | 166 | 227 | 0 | 55 | 36 | 20 | 524 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10010111 | 0 | 101101 | 11110 | 10000 | 101010100 | 110111 | 1000001 |
Color Harmonies of #D77697
Complementary color
Monochromatic Colors of #D77697
Black with #D77697
Text Example
Text Example
White with #D77697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77697; }
p { color: rgb(215,118,151); }
H1.HeaderClassName
{
color: #D77697;
}
.AnyTagClassName
{
color: #D77697;
}
</style>
background-color css
<style>
a { background-color: #D77697; }
a { background-color: rgb(215,118,151); }
div.DivClassName
{
background-color: #D77697;
}
.BgClassName
{
background-color: #D77697;
}
</style>
border-color css
<style>
span { border-color: #D77697; }
span { border-color: rgb(215,118,151); }
td.TdClassName
{
border-color: #D77697;
}
.TagClassName
{
border-color: #D77697;
}
</style>