Shades of Pale Violet Red #D97CA0
Tints of Pale Violet Red #D97CA0
RGB
CMYK
RGB Variations
Color information
#D97CA0 (or 0xD97CA0) is known color: Pale Violet Red. HEX triplet: D9, 7C and A0. RGB value is (217,124,160). Sum of RGB (Red+Green+Blue) = 217+124+160=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CA0 is #26835F. Grayscale: #9B9B9B. Windows color (decimal): -2524000 or 10517721. OLE color: 10517721.
HSL color Cylindrical-coordinate representation of color #D97CA0: hue angle of 336.77º 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 #D97CA0 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 160 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.15 |
| HSL | 336.77º | 0.55% | 0.67% | - |
| HSV(B) | 336.77º | 0.43% | 0.85% | - |
| XYZ | 42.17 | 31.71 | 37.15 | - |
| YUV | 155.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 160 | 0 | 0.43 | 0.26 | 0.15 | 336.77 | 0.55 | 0.67 |
| Hex | D9 | 7C | A0 | 0 | 2B | 1A | F | 151 | 37 | 43 |
| Octal | 331 | 174 | 240 | 0 | 53 | 32 | 17 | 521 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10100000 | 0 | 101011 | 11010 | 1111 | 101010001 | 110111 | 1000011 |
Color Harmonies of #D97CA0
Complementary color
Monochromatic Colors of #D97CA0
Black with #D97CA0
Text Example
Text Example
White with #D97CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CA0; }
p { color: rgb(217,124,160); }
H1.HeaderClassName
{
color: #D97CA0;
}
.AnyTagClassName
{
color: #D97CA0;
}
</style>
background-color css
<style>
a { background-color: #D97CA0; }
a { background-color: rgb(217,124,160); }
div.DivClassName
{
background-color: #D97CA0;
}
.BgClassName
{
background-color: #D97CA0;
}
</style>
border-color css
<style>
span { border-color: #D97CA0; }
span { border-color: rgb(217,124,160); }
td.TdClassName
{
border-color: #D97CA0;
}
.TagClassName
{
border-color: #D97CA0;
}
</style>