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