Shades of Charm #D97A84
Tints of Charm #D97A84
RGB
CMYK
RGB Variations
Color information
#D97A84 (or 0xD97A84) is known color: Charm. HEX triplet: D9, 7A and 84. RGB value is (217,122,132). Sum of RGB (Red+Green+Blue) = 217+122+132=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A84 is #26857B. Grayscale: #979797. Windows color (decimal): -2524540 or 8682201. OLE color: 8682201.
HSL color Cylindrical-coordinate representation of color #D97A84: hue angle of 353.68º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A84 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 132 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.15 |
| HSL | 353.68º | 0.56% | 0.66% | - |
| HSV(B) | 353.68º | 0.44% | 0.85% | - |
| XYZ | 39.74 | 30.34 | 25.59 | - |
| YUV | 151.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 132 | 0 | 0.44 | 0.39 | 0.15 | 353.68 | 0.56 | 0.66 |
| Hex | D9 | 7A | 84 | 0 | 2C | 27 | F | 162 | 38 | 42 |
| Octal | 331 | 172 | 204 | 0 | 54 | 47 | 17 | 542 | 70 | 102 |
| Binary | 11011001 | 1111010 | 10000100 | 0 | 101100 | 100111 | 1111 | 101100010 | 111000 | 1000010 |
Color Harmonies of #D97A84
Complementary color
Monochromatic Colors of #D97A84
Black with #D97A84
Text Example
Text Example
White with #D97A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A84; }
p { color: rgb(217,122,132); }
H1.HeaderClassName
{
color: #D97A84;
}
.AnyTagClassName
{
color: #D97A84;
}
</style>
background-color css
<style>
a { background-color: #D97A84; }
a { background-color: rgb(217,122,132); }
div.DivClassName
{
background-color: #D97A84;
}
.BgClassName
{
background-color: #D97A84;
}
</style>
border-color css
<style>
span { border-color: #D97A84; }
span { border-color: rgb(217,122,132); }
td.TdClassName
{
border-color: #D97A84;
}
.TagClassName
{
border-color: #D97A84;
}
</style>