Shades of Charm #D97C8F
Tints of Charm #D97C8F
RGB
CMYK
RGB Variations
Color information
#D97C8F (or 0xD97C8F) is known color: Charm. HEX triplet: D9, 7C and 8F. RGB value is (217,124,143). Sum of RGB (Red+Green+Blue) = 217+124+143=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97C8F is #268370. Grayscale: #999999. Windows color (decimal): -2524017 or 9403609. OLE color: 9403609.
HSL color Cylindrical-coordinate representation of color #D97C8F: hue angle of 347.74º 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 #D97C8F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 143 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.15 |
| HSL | 347.74º | 0.55% | 0.67% | - |
| HSV(B) | 347.74º | 0.43% | 0.85% | - |
| XYZ | 40.78 | 31.15 | 29.85 | - |
| YUV | 153.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 143 | 0 | 0.43 | 0.34 | 0.15 | 347.74 | 0.55 | 0.67 |
| Hex | D9 | 7C | 8F | 0 | 2B | 22 | F | 15C | 37 | 43 |
| Octal | 331 | 174 | 217 | 0 | 53 | 42 | 17 | 534 | 67 | 103 |
| Binary | 11011001 | 1111100 | 10001111 | 0 | 101011 | 100010 | 1111 | 101011100 | 110111 | 1000011 |
Color Harmonies of #D97C8F
Complementary color
Monochromatic Colors of #D97C8F
Black with #D97C8F
Text Example
Text Example
White with #D97C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C8F; }
p { color: rgb(217,124,143); }
H1.HeaderClassName
{
color: #D97C8F;
}
.AnyTagClassName
{
color: #D97C8F;
}
</style>
background-color css
<style>
a { background-color: #D97C8F; }
a { background-color: rgb(217,124,143); }
div.DivClassName
{
background-color: #D97C8F;
}
.BgClassName
{
background-color: #D97C8F;
}
</style>
border-color css
<style>
span { border-color: #D97C8F; }
span { border-color: rgb(217,124,143); }
td.TdClassName
{
border-color: #D97C8F;
}
.TagClassName
{
border-color: #D97C8F;
}
</style>