Shades of Pale Violet Red #D97799
Tints of Pale Violet Red #D97799
RGB
CMYK
RGB Variations
Color information
#D97799 (or 0xD97799) is known color: Pale Violet Red. HEX triplet: D9, 77 and 99. RGB value is (217,119,153). Sum of RGB (Red+Green+Blue) = 217+119+153=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D97799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97799 is #268866. Grayscale: #989898. Windows color (decimal): -2525287 or 10057689. OLE color: 10057689.
HSL color Cylindrical-coordinate representation of color #D97799: hue angle of 339.18º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97799 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 153 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.15 |
| HSL | 339.18º | 0.56% | 0.66% | - |
| HSV(B) | 339.18º | 0.45% | 0.85% | - |
| XYZ | 40.96 | 30.25 | 33.82 | - |
| YUV | 152.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 153 | 0 | 0.45 | 0.29 | 0.15 | 339.18 | 0.56 | 0.66 |
| Hex | D9 | 77 | 99 | 0 | 2D | 1D | F | 153 | 38 | 42 |
| Octal | 331 | 167 | 231 | 0 | 55 | 35 | 17 | 523 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10011001 | 0 | 101101 | 11101 | 1111 | 101010011 | 111000 | 1000010 |
Color Harmonies of #D97799
Complementary color
Monochromatic Colors of #D97799
Black with #D97799
Text Example
Text Example
White with #D97799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97799; }
p { color: rgb(217,119,153); }
H1.HeaderClassName
{
color: #D97799;
}
.AnyTagClassName
{
color: #D97799;
}
</style>
background-color css
<style>
a { background-color: #D97799; }
a { background-color: rgb(217,119,153); }
div.DivClassName
{
background-color: #D97799;
}
.BgClassName
{
background-color: #D97799;
}
</style>
border-color css
<style>
span { border-color: #D97799; }
span { border-color: rgb(217,119,153); }
td.TdClassName
{
border-color: #D97799;
}
.TagClassName
{
border-color: #D97799;
}
</style>