Shades of Pale Violet Red #D97BA4
Tints of Pale Violet Red #D97BA4
RGB
CMYK
RGB Variations
Color information
#D97BA4 (or 0xD97BA4) is known color: Pale Violet Red. HEX triplet: D9, 7B and A4. RGB value is (217,123,164). Sum of RGB (Red+Green+Blue) = 217+123+164=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97BA4 is #26845B. Grayscale: #9B9B9B. Windows color (decimal): -2524252 or 10779609. OLE color: 10779609.
HSL color Cylindrical-coordinate representation of color #D97BA4: hue angle of 333.83º 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 #D97BA4 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 164 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.15 |
| HSL | 333.83º | 0.55% | 0.67% | - |
| HSV(B) | 333.83º | 0.43% | 0.85% | - |
| XYZ | 42.4 | 31.6 | 38.99 | - |
| YUV | 155.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 164 | 0 | 0.43 | 0.24 | 0.15 | 333.83 | 0.55 | 0.67 |
| Hex | D9 | 7B | A4 | 0 | 2B | 18 | F | 14E | 37 | 43 |
| Octal | 331 | 173 | 244 | 0 | 53 | 30 | 17 | 516 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10100100 | 0 | 101011 | 11000 | 1111 | 101001110 | 110111 | 1000011 |
Color Harmonies of #D97BA4
Complementary color
Monochromatic Colors of #D97BA4
Black with #D97BA4
Text Example
Text Example
White with #D97BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BA4; }
p { color: rgb(217,123,164); }
H1.HeaderClassName
{
color: #D97BA4;
}
.AnyTagClassName
{
color: #D97BA4;
}
</style>
background-color css
<style>
a { background-color: #D97BA4; }
a { background-color: rgb(217,123,164); }
div.DivClassName
{
background-color: #D97BA4;
}
.BgClassName
{
background-color: #D97BA4;
}
</style>
border-color css
<style>
span { border-color: #D97BA4; }
span { border-color: rgb(217,123,164); }
td.TdClassName
{
border-color: #D97BA4;
}
.TagClassName
{
border-color: #D97BA4;
}
</style>