Shades of Charm #D97289
Tints of Charm #D97289
RGB
CMYK
RGB Variations
Color information
#D97289 (or 0xD97289) is known color: Charm. HEX triplet: D9, 72 and 89. RGB value is (217,114,137). Sum of RGB (Red+Green+Blue) = 217+114+137=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97289 is #268D76. Grayscale: #939393. Windows color (decimal): -2526583 or 9007833. OLE color: 9007833.
HSL color Cylindrical-coordinate representation of color #D97289: hue angle of 346.6º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97289 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 137 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.15 |
| HSL | 346.6º | 0.58% | 0.65% | - |
| HSV(B) | 346.6º | 0.47% | 0.85% | - |
| XYZ | 39.15 | 28.59 | 27.12 | - |
| YUV | 147.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 137 | 0 | 0.47 | 0.37 | 0.15 | 346.6 | 0.58 | 0.65 |
| Hex | D9 | 72 | 89 | 0 | 2F | 25 | F | 15B | 3A | 41 |
| Octal | 331 | 162 | 211 | 0 | 57 | 45 | 17 | 533 | 72 | 101 |
| Binary | 11011001 | 1110010 | 10001001 | 0 | 101111 | 100101 | 1111 | 101011011 | 111010 | 1000001 |
Color Harmonies of #D97289
Complementary color
Monochromatic Colors of #D97289
Black with #D97289
Text Example
Text Example
White with #D97289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97289; }
p { color: rgb(217,114,137); }
H1.HeaderClassName
{
color: #D97289;
}
.AnyTagClassName
{
color: #D97289;
}
</style>
background-color css
<style>
a { background-color: #D97289; }
a { background-color: rgb(217,114,137); }
div.DivClassName
{
background-color: #D97289;
}
.BgClassName
{
background-color: #D97289;
}
</style>
border-color css
<style>
span { border-color: #D97289; }
span { border-color: rgb(217,114,137); }
td.TdClassName
{
border-color: #D97289;
}
.TagClassName
{
border-color: #D97289;
}
</style>