Shades of Pale Violet Red #D97A9E
Tints of Pale Violet Red #D97A9E
RGB
CMYK
RGB Variations
Color information
#D97A9E (or 0xD97A9E) is known color: Pale Violet Red. HEX triplet: D9, 7A and 9E. RGB value is (217,122,158). Sum of RGB (Red+Green+Blue) = 217+122+158=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A9E is #268561. Grayscale: #9A9A9A. Windows color (decimal): -2524514 or 10386137. OLE color: 10386137.
HSL color Cylindrical-coordinate representation of color #D97A9E: hue angle of 337.26º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A9E is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 158 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.15 |
| HSL | 337.26º | 0.56% | 0.66% | - |
| HSV(B) | 337.26º | 0.44% | 0.85% | - |
| XYZ | 41.75 | 31.14 | 36.16 | - |
| YUV | 154.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 158 | 0 | 0.44 | 0.27 | 0.15 | 337.26 | 0.56 | 0.66 |
| Hex | D9 | 7A | 9E | 0 | 2C | 1B | F | 151 | 38 | 42 |
| Octal | 331 | 172 | 236 | 0 | 54 | 33 | 17 | 521 | 70 | 102 |
| Binary | 11011001 | 1111010 | 10011110 | 0 | 101100 | 11011 | 1111 | 101010001 | 111000 | 1000010 |
Color Harmonies of #D97A9E
Complementary color
Monochromatic Colors of #D97A9E
Black with #D97A9E
Text Example
Text Example
White with #D97A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A9E; }
p { color: rgb(217,122,158); }
H1.HeaderClassName
{
color: #D97A9E;
}
.AnyTagClassName
{
color: #D97A9E;
}
</style>
background-color css
<style>
a { background-color: #D97A9E; }
a { background-color: rgb(217,122,158); }
div.DivClassName
{
background-color: #D97A9E;
}
.BgClassName
{
background-color: #D97A9E;
}
</style>
border-color css
<style>
span { border-color: #D97A9E; }
span { border-color: rgb(217,122,158); }
td.TdClassName
{
border-color: #D97A9E;
}
.TagClassName
{
border-color: #D97A9E;
}
</style>