Shades of Pale Violet Red #D97C9A
Tints of Pale Violet Red #D97C9A
RGB
CMYK
RGB Variations
Color information
#D97C9A (or 0xD97C9A) is known color: Pale Violet Red. HEX triplet: D9, 7C and 9A. RGB value is (217,124,154). Sum of RGB (Red+Green+Blue) = 217+124+154=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C9A is #268365. Grayscale: #9B9B9B. Windows color (decimal): -2524006 or 10124505. OLE color: 10124505.
HSL color Cylindrical-coordinate representation of color #D97C9A: hue angle of 340.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97C9A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 154 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.15 |
| HSL | 340.65º | 0.55% | 0.67% | - |
| HSV(B) | 340.65º | 0.43% | 0.85% | - |
| XYZ | 41.66 | 31.5 | 34.46 | - |
| YUV | 155.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 154 | 0 | 0.43 | 0.29 | 0.15 | 340.65 | 0.55 | 0.67 |
| Hex | D9 | 7C | 9A | 0 | 2B | 1D | F | 155 | 37 | 43 |
| Octal | 331 | 174 | 232 | 0 | 53 | 35 | 17 | 525 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10011010 | 0 | 101011 | 11101 | 1111 | 101010101 | 110111 | 1000011 |
Color Harmonies of #D97C9A
Complementary color
Monochromatic Colors of #D97C9A
Black with #D97C9A
Text Example
Text Example
White with #D97C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C9A; }
p { color: rgb(217,124,154); }
H1.HeaderClassName
{
color: #D97C9A;
}
.AnyTagClassName
{
color: #D97C9A;
}
</style>
background-color css
<style>
a { background-color: #D97C9A; }
a { background-color: rgb(217,124,154); }
div.DivClassName
{
background-color: #D97C9A;
}
.BgClassName
{
background-color: #D97C9A;
}
</style>
border-color css
<style>
span { border-color: #D97C9A; }
span { border-color: rgb(217,124,154); }
td.TdClassName
{
border-color: #D97C9A;
}
.TagClassName
{
border-color: #D97C9A;
}
</style>