Shades of Charm #D97982
Tints of Charm #D97982
RGB
CMYK
RGB Variations
Color information
#D97982 (or 0xD97982) is known color: Charm. HEX triplet: D9, 79 and 82. RGB value is (217,121,130). Sum of RGB (Red+Green+Blue) = 217+121+130=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97982 is #26867D. Grayscale: #969696. Windows color (decimal): -2524798 or 8550873. OLE color: 8550873.
HSL color Cylindrical-coordinate representation of color #D97982: hue angle of 354.38º 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 #D97982 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 130 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 354.38º | 0.56% | 0.66% | - |
| HSV(B) | 354.38º | 0.44% | 0.85% | - |
| XYZ | 39.48 | 30.04 | 24.84 | - |
| YUV | 150.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 130 | 0 | 0.44 | 0.40 | 0.15 | 354.38 | 0.56 | 0.66 |
| Hex | D9 | 79 | 82 | 0 | 2C | 28 | F | 162 | 38 | 42 |
| Octal | 331 | 171 | 202 | 0 | 54 | 50 | 17 | 542 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10000010 | 0 | 101100 | 101000 | 1111 | 101100010 | 111000 | 1000010 |
Color Harmonies of #D97982
Complementary color
Monochromatic Colors of #D97982
Black with #D97982
Text Example
Text Example
White with #D97982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97982; }
p { color: rgb(217,121,130); }
H1.HeaderClassName
{
color: #D97982;
}
.AnyTagClassName
{
color: #D97982;
}
</style>
background-color css
<style>
a { background-color: #D97982; }
a { background-color: rgb(217,121,130); }
div.DivClassName
{
background-color: #D97982;
}
.BgClassName
{
background-color: #D97982;
}
</style>
border-color css
<style>
span { border-color: #D97982; }
span { border-color: rgb(217,121,130); }
td.TdClassName
{
border-color: #D97982;
}
.TagClassName
{
border-color: #D97982;
}
</style>