Shades of Charm #D97C83
Tints of Charm #D97C83
RGB
CMYK
RGB Variations
Color information
#D97C83 (or 0xD97C83) is known color: Charm. HEX triplet: D9, 7C and 83. RGB value is (217,124,131). Sum of RGB (Red+Green+Blue) = 217+124+131=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C83 is #26837C. Grayscale: #989898. Windows color (decimal): -2524029 or 8617177. OLE color: 8617177.
HSL color Cylindrical-coordinate representation of color #D97C83: hue angle of 355.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97C83 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 131 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.15 |
| HSL | 355.48º | 0.55% | 0.67% | - |
| HSV(B) | 355.48º | 0.43% | 0.85% | - |
| XYZ | 39.92 | 30.81 | 25.31 | - |
| YUV | 152.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 131 | 0 | 0.43 | 0.40 | 0.15 | 355.48 | 0.55 | 0.67 |
| Hex | D9 | 7C | 83 | 0 | 2B | 28 | F | 163 | 37 | 43 |
| Octal | 331 | 174 | 203 | 0 | 53 | 50 | 17 | 543 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10000011 | 0 | 101011 | 101000 | 1111 | 101100011 | 110111 | 1000011 |
Color Harmonies of #D97C83
Complementary color
Monochromatic Colors of #D97C83
Black with #D97C83
Text Example
Text Example
White with #D97C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C83; }
p { color: rgb(217,124,131); }
H1.HeaderClassName
{
color: #D97C83;
}
.AnyTagClassName
{
color: #D97C83;
}
</style>
background-color css
<style>
a { background-color: #D97C83; }
a { background-color: rgb(217,124,131); }
div.DivClassName
{
background-color: #D97C83;
}
.BgClassName
{
background-color: #D97C83;
}
</style>
border-color css
<style>
span { border-color: #D97C83; }
span { border-color: rgb(217,124,131); }
td.TdClassName
{
border-color: #D97C83;
}
.TagClassName
{
border-color: #D97C83;
}
</style>