Shades of Charm #D97F89
Tints of Charm #D97F89
RGB
CMYK
RGB Variations
Color information
#D97F89 (or 0xD97F89) is known color: Charm. HEX triplet: D9, 7F and 89. RGB value is (217,127,137). Sum of RGB (Red+Green+Blue) = 217+127+137=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F89 is #268076. Grayscale: #9B9B9B. Windows color (decimal): -2523255 or 9011161. OLE color: 9011161.
HSL color Cylindrical-coordinate representation of color #D97F89: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97F89 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 137 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.15 |
| HSL | 353.33º | 0.54% | 0.67% | - |
| HSV(B) | 353.33º | 0.41% | 0.85% | - |
| XYZ | 40.72 | 31.74 | 27.65 | - |
| YUV | 155.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 137 | 0 | 0.41 | 0.37 | 0.15 | 353.33 | 0.54 | 0.67 |
| Hex | D9 | 7F | 89 | 0 | 29 | 25 | F | 161 | 36 | 43 |
| Octal | 331 | 177 | 211 | 0 | 51 | 45 | 17 | 541 | 66 | 103 |
| Binary | 11011001 | 1111111 | 10001001 | 0 | 101001 | 100101 | 1111 | 101100001 | 110110 | 1000011 |
Color Harmonies of #D97F89
Complementary color
Monochromatic Colors of #D97F89
Black with #D97F89
Text Example
Text Example
White with #D97F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F89; }
p { color: rgb(217,127,137); }
H1.HeaderClassName
{
color: #D97F89;
}
.AnyTagClassName
{
color: #D97F89;
}
</style>
background-color css
<style>
a { background-color: #D97F89; }
a { background-color: rgb(217,127,137); }
div.DivClassName
{
background-color: #D97F89;
}
.BgClassName
{
background-color: #D97F89;
}
</style>
border-color css
<style>
span { border-color: #D97F89; }
span { border-color: rgb(217,127,137); }
td.TdClassName
{
border-color: #D97F89;
}
.TagClassName
{
border-color: #D97F89;
}
</style>