Shades of Pale Violet Red #D96597
Tints of Pale Violet Red #D96597
RGB
CMYK
RGB Variations
Color information
#D96597 (or 0xD96597) is known color: Pale Violet Red. HEX triplet: D9, 65 and 97. RGB value is (217,101,151). Sum of RGB (Red+Green+Blue) = 217+101+151=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96597 is #269A68. Grayscale: #8D8D8D. Windows color (decimal): -2529897 or 9922009. OLE color: 9922009.
HSL color Cylindrical-coordinate representation of color #D96597: hue angle of 334.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96597 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 151 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.15 |
| HSL | 334.14º | 0.6% | 0.62% | - |
| HSV(B) | 334.14º | 0.53% | 0.85% | - |
| XYZ | 38.85 | 26.29 | 32.31 | - |
| YUV | 141.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 151 | 0 | 0.53 | 0.30 | 0.15 | 334.14 | 0.6 | 0.62 |
| Hex | D9 | 65 | 97 | 0 | 35 | 1E | F | 14E | 3C | 3E |
| Octal | 331 | 145 | 227 | 0 | 65 | 36 | 17 | 516 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10010111 | 0 | 110101 | 11110 | 1111 | 101001110 | 111100 | 111110 |
Color Harmonies of #D96597
Complementary color
Monochromatic Colors of #D96597
Black with #D96597
Text Example
Text Example
White with #D96597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96597; }
p { color: rgb(217,101,151); }
H1.HeaderClassName
{
color: #D96597;
}
.AnyTagClassName
{
color: #D96597;
}
</style>
background-color css
<style>
a { background-color: #D96597; }
a { background-color: rgb(217,101,151); }
div.DivClassName
{
background-color: #D96597;
}
.BgClassName
{
background-color: #D96597;
}
</style>
border-color css
<style>
span { border-color: #D96597; }
span { border-color: rgb(217,101,151); }
td.TdClassName
{
border-color: #D96597;
}
.TagClassName
{
border-color: #D96597;
}
</style>