Shades of Pale Violet Red #D97BA5
Tints of Pale Violet Red #D97BA5
RGB
CMYK
RGB Variations
Color information
#D97BA5 (or 0xD97BA5) is known color: Pale Violet Red. HEX triplet: D9, 7B and A5. RGB value is (217,123,165). Sum of RGB (Red+Green+Blue) = 217+123+165=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA5 is #26845A. Grayscale: #9B9B9B. Windows color (decimal): -2524251 or 10845145. OLE color: 10845145.
HSL color Cylindrical-coordinate representation of color #D97BA5: hue angle of 333.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 #D97BA5 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 165 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 333.19º | 0.55% | 0.67% | - |
| HSV(B) | 333.19º | 0.43% | 0.85% | - |
| XYZ | 42.49 | 31.63 | 39.46 | - |
| YUV | 155.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 165 | 0 | 0.43 | 0.24 | 0.15 | 333.19 | 0.55 | 0.67 |
| Hex | D9 | 7B | A5 | 0 | 2B | 18 | F | 14D | 37 | 43 |
| Octal | 331 | 173 | 245 | 0 | 53 | 30 | 17 | 515 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10100101 | 0 | 101011 | 11000 | 1111 | 101001101 | 110111 | 1000011 |
Color Harmonies of #D97BA5
Complementary color
Monochromatic Colors of #D97BA5
Black with #D97BA5
Text Example
Text Example
White with #D97BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BA5; }
p { color: rgb(217,123,165); }
H1.HeaderClassName
{
color: #D97BA5;
}
.AnyTagClassName
{
color: #D97BA5;
}
</style>
background-color css
<style>
a { background-color: #D97BA5; }
a { background-color: rgb(217,123,165); }
div.DivClassName
{
background-color: #D97BA5;
}
.BgClassName
{
background-color: #D97BA5;
}
</style>
border-color css
<style>
span { border-color: #D97BA5; }
span { border-color: rgb(217,123,165); }
td.TdClassName
{
border-color: #D97BA5;
}
.TagClassName
{
border-color: #D97BA5;
}
</style>