Shades of Charm #D97D8C
Tints of Charm #D97D8C
RGB
CMYK
RGB Variations
Color information
#D97D8C (or 0xD97D8C) is known color: Charm. HEX triplet: D9, 7D and 8C. RGB value is (217,125,140). Sum of RGB (Red+Green+Blue) = 217+125+140=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D8C is #268273. Grayscale: #9A9A9A. Windows color (decimal): -2523764 or 9207257. OLE color: 9207257.
HSL color Cylindrical-coordinate representation of color #D97D8C: hue angle of 350.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97D8C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 140 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.15 |
| HSL | 350.22º | 0.55% | 0.67% | - |
| HSV(B) | 350.22º | 0.42% | 0.85% | - |
| XYZ | 40.68 | 31.31 | 28.71 | - |
| YUV | 154.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 140 | 0 | 0.42 | 0.35 | 0.15 | 350.22 | 0.55 | 0.67 |
| Hex | D9 | 7D | 8C | 0 | 2A | 23 | F | 15E | 37 | 43 |
| Octal | 331 | 175 | 214 | 0 | 52 | 43 | 17 | 536 | 67 | 103 |
| Binary | 11011001 | 1111101 | 10001100 | 0 | 101010 | 100011 | 1111 | 101011110 | 110111 | 1000011 |
Color Harmonies of #D97D8C
Complementary color
Monochromatic Colors of #D97D8C
Black with #D97D8C
Text Example
Text Example
White with #D97D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D8C; }
p { color: rgb(217,125,140); }
H1.HeaderClassName
{
color: #D97D8C;
}
.AnyTagClassName
{
color: #D97D8C;
}
</style>
background-color css
<style>
a { background-color: #D97D8C; }
a { background-color: rgb(217,125,140); }
div.DivClassName
{
background-color: #D97D8C;
}
.BgClassName
{
background-color: #D97D8C;
}
</style>
border-color css
<style>
span { border-color: #D97D8C; }
span { border-color: rgb(217,125,140); }
td.TdClassName
{
border-color: #D97D8C;
}
.TagClassName
{
border-color: #D97D8C;
}
</style>