Shades of Pale Violet Red #D97BA1
Tints of Pale Violet Red #D97BA1
RGB
CMYK
RGB Variations
Color information
#D97BA1 (or 0xD97BA1) is known color: Pale Violet Red. HEX triplet: D9, 7B and A1. RGB value is (217,123,161). Sum of RGB (Red+Green+Blue) = 217+123+161=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA1 is #26845E. Grayscale: #9B9B9B. Windows color (decimal): -2524255 or 10583001. OLE color: 10583001.
HSL color Cylindrical-coordinate representation of color #D97BA1: hue angle of 335.74º 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 #D97BA1 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 161 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.15 |
| HSL | 335.74º | 0.55% | 0.67% | - |
| HSV(B) | 335.74º | 0.43% | 0.85% | - |
| XYZ | 42.13 | 31.49 | 37.58 | - |
| YUV | 155.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 161 | 0 | 0.43 | 0.26 | 0.15 | 335.74 | 0.55 | 0.67 |
| Hex | D9 | 7B | A1 | 0 | 2B | 1A | F | 150 | 37 | 43 |
| Octal | 331 | 173 | 241 | 0 | 53 | 32 | 17 | 520 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10100001 | 0 | 101011 | 11010 | 1111 | 101010000 | 110111 | 1000011 |
Color Harmonies of #D97BA1
Complementary color
Monochromatic Colors of #D97BA1
Black with #D97BA1
Text Example
Text Example
White with #D97BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BA1; }
p { color: rgb(217,123,161); }
H1.HeaderClassName
{
color: #D97BA1;
}
.AnyTagClassName
{
color: #D97BA1;
}
</style>
background-color css
<style>
a { background-color: #D97BA1; }
a { background-color: rgb(217,123,161); }
div.DivClassName
{
background-color: #D97BA1;
}
.BgClassName
{
background-color: #D97BA1;
}
</style>
border-color css
<style>
span { border-color: #D97BA1; }
span { border-color: rgb(217,123,161); }
td.TdClassName
{
border-color: #D97BA1;
}
.TagClassName
{
border-color: #D97BA1;
}
</style>