Shades of Pale Violet Red #D97696
Tints of Pale Violet Red #D97696
RGB
CMYK
RGB Variations
Color information
#D97696 (or 0xD97696) is known color: Pale Violet Red. HEX triplet: D9, 76 and 96. RGB value is (217,118,150). Sum of RGB (Red+Green+Blue) = 217+118+150=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97696 is #268969. Grayscale: #979797. Windows color (decimal): -2525546 or 9860825. OLE color: 9860825.
HSL color Cylindrical-coordinate representation of color #D97696: hue angle of 340.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97696 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 150 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.15 |
| HSL | 340.61º | 0.57% | 0.66% | - |
| HSV(B) | 340.61º | 0.46% | 0.85% | - |
| XYZ | 40.6 | 29.91 | 32.49 | - |
| YUV | 151.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 150 | 0 | 0.46 | 0.31 | 0.15 | 340.61 | 0.57 | 0.66 |
| Hex | D9 | 76 | 96 | 0 | 2E | 1F | F | 155 | 39 | 42 |
| Octal | 331 | 166 | 226 | 0 | 56 | 37 | 17 | 525 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10010110 | 0 | 101110 | 11111 | 1111 | 101010101 | 111001 | 1000010 |
Color Harmonies of #D97696
Complementary color
Monochromatic Colors of #D97696
Black with #D97696
Text Example
Text Example
White with #D97696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97696; }
p { color: rgb(217,118,150); }
H1.HeaderClassName
{
color: #D97696;
}
.AnyTagClassName
{
color: #D97696;
}
</style>
background-color css
<style>
a { background-color: #D97696; }
a { background-color: rgb(217,118,150); }
div.DivClassName
{
background-color: #D97696;
}
.BgClassName
{
background-color: #D97696;
}
</style>
border-color css
<style>
span { border-color: #D97696; }
span { border-color: rgb(217,118,150); }
td.TdClassName
{
border-color: #D97696;
}
.TagClassName
{
border-color: #D97696;
}
</style>