Shades of Pale Violet Red #D97AA2
Tints of Pale Violet Red #D97AA2
RGB
CMYK
RGB Variations
Color information
#D97AA2 (or 0xD97AA2) is known color: Pale Violet Red. HEX triplet: D9, 7A and A2. RGB value is (217,122,162). Sum of RGB (Red+Green+Blue) = 217+122+162=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97AA2 is #26855D. Grayscale: #9A9A9A. Windows color (decimal): -2524510 or 10648281. OLE color: 10648281.
HSL color Cylindrical-coordinate representation of color #D97AA2: hue angle of 334.74º 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 #D97AA2 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 162 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.15 |
| HSL | 334.74º | 0.56% | 0.66% | - |
| HSV(B) | 334.74º | 0.44% | 0.85% | - |
| XYZ | 42.1 | 31.28 | 38 | - |
| YUV | 154.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 162 | 0 | 0.44 | 0.25 | 0.15 | 334.74 | 0.56 | 0.66 |
| Hex | D9 | 7A | A2 | 0 | 2C | 19 | F | 14F | 38 | 42 |
| Octal | 331 | 172 | 242 | 0 | 54 | 31 | 17 | 517 | 70 | 102 |
| Binary | 11011001 | 1111010 | 10100010 | 0 | 101100 | 11001 | 1111 | 101001111 | 111000 | 1000010 |
Color Harmonies of #D97AA2
Complementary color
Monochromatic Colors of #D97AA2
Black with #D97AA2
Text Example
Text Example
White with #D97AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97AA2; }
p { color: rgb(217,122,162); }
H1.HeaderClassName
{
color: #D97AA2;
}
.AnyTagClassName
{
color: #D97AA2;
}
</style>
background-color css
<style>
a { background-color: #D97AA2; }
a { background-color: rgb(217,122,162); }
div.DivClassName
{
background-color: #D97AA2;
}
.BgClassName
{
background-color: #D97AA2;
}
</style>
border-color css
<style>
span { border-color: #D97AA2; }
span { border-color: rgb(217,122,162); }
td.TdClassName
{
border-color: #D97AA2;
}
.TagClassName
{
border-color: #D97AA2;
}
</style>