Shades of Pale Violet Red #D97CA4
Tints of Pale Violet Red #D97CA4
RGB
CMYK
RGB Variations
Color information
#D97CA4 (or 0xD97CA4) is known color: Pale Violet Red. HEX triplet: D9, 7C and A4. RGB value is (217,124,164). Sum of RGB (Red+Green+Blue) = 217+124+164=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA4 is #26835B. Grayscale: #9C9C9C. Windows color (decimal): -2523996 or 10779865. OLE color: 10779865.
HSL color Cylindrical-coordinate representation of color #D97CA4: hue angle of 334.19º 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 #D97CA4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 164 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 334.19º | 0.55% | 0.67% | - |
| HSV(B) | 334.19º | 0.43% | 0.85% | - |
| XYZ | 42.52 | 31.85 | 39.03 | - |
| YUV | 156.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 164 | 0 | 0.43 | 0.24 | 0.15 | 334.19 | 0.55 | 0.67 |
| Hex | D9 | 7C | A4 | 0 | 2B | 18 | F | 14E | 37 | 43 |
| Octal | 331 | 174 | 244 | 0 | 53 | 30 | 17 | 516 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10100100 | 0 | 101011 | 11000 | 1111 | 101001110 | 110111 | 1000011 |
Color Harmonies of #D97CA4
Complementary color
Monochromatic Colors of #D97CA4
Black with #D97CA4
Text Example
Text Example
White with #D97CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CA4; }
p { color: rgb(217,124,164); }
H1.HeaderClassName
{
color: #D97CA4;
}
.AnyTagClassName
{
color: #D97CA4;
}
</style>
background-color css
<style>
a { background-color: #D97CA4; }
a { background-color: rgb(217,124,164); }
div.DivClassName
{
background-color: #D97CA4;
}
.BgClassName
{
background-color: #D97CA4;
}
</style>
border-color css
<style>
span { border-color: #D97CA4; }
span { border-color: rgb(217,124,164); }
td.TdClassName
{
border-color: #D97CA4;
}
.TagClassName
{
border-color: #D97CA4;
}
</style>