Shades of Charm #D97D8F
Tints of Charm #D97D8F
RGB
CMYK
RGB Variations
Color information
#D97D8F (or 0xD97D8F) is known color: Charm. HEX triplet: D9, 7D and 8F. RGB value is (217,125,143). Sum of RGB (Red+Green+Blue) = 217+125+143=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D8F is #268270. Grayscale: #9A9A9A. Windows color (decimal): -2523761 or 9403865. OLE color: 9403865.
HSL color Cylindrical-coordinate representation of color #D97D8F: hue angle of 348.26º 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 #D97D8F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 143 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.15 |
| HSL | 348.26º | 0.55% | 0.67% | - |
| HSV(B) | 348.26º | 0.42% | 0.85% | - |
| XYZ | 40.91 | 31.4 | 29.89 | - |
| YUV | 154.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 143 | 0 | 0.42 | 0.34 | 0.15 | 348.26 | 0.55 | 0.67 |
| Hex | D9 | 7D | 8F | 0 | 2A | 22 | F | 15C | 37 | 43 |
| Octal | 331 | 175 | 217 | 0 | 52 | 42 | 17 | 534 | 67 | 103 |
| Binary | 11011001 | 1111101 | 10001111 | 0 | 101010 | 100010 | 1111 | 101011100 | 110111 | 1000011 |
Color Harmonies of #D97D8F
Complementary color
Monochromatic Colors of #D97D8F
Black with #D97D8F
Text Example
Text Example
White with #D97D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D8F; }
p { color: rgb(217,125,143); }
H1.HeaderClassName
{
color: #D97D8F;
}
.AnyTagClassName
{
color: #D97D8F;
}
</style>
background-color css
<style>
a { background-color: #D97D8F; }
a { background-color: rgb(217,125,143); }
div.DivClassName
{
background-color: #D97D8F;
}
.BgClassName
{
background-color: #D97D8F;
}
</style>
border-color css
<style>
span { border-color: #D97D8F; }
span { border-color: rgb(217,125,143); }
td.TdClassName
{
border-color: #D97D8F;
}
.TagClassName
{
border-color: #D97D8F;
}
</style>