Shades of Charm #D97B8D
Tints of Charm #D97B8D
RGB
CMYK
RGB Variations
Color information
#D97B8D (or 0xD97B8D) is known color: Charm. HEX triplet: D9, 7B and 8D. RGB value is (217,123,141). Sum of RGB (Red+Green+Blue) = 217+123+141=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97B8D is #268472. Grayscale: #999999. Windows color (decimal): -2524275 or 9272281. OLE color: 9272281.
HSL color Cylindrical-coordinate representation of color #D97B8D: hue angle of 348.51º 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 #D97B8D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 141 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.15 |
| HSL | 348.51º | 0.55% | 0.67% | - |
| HSV(B) | 348.51º | 0.43% | 0.85% | - |
| XYZ | 40.51 | 30.84 | 29.02 | - |
| YUV | 153.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 141 | 0 | 0.43 | 0.35 | 0.15 | 348.51 | 0.55 | 0.67 |
| Hex | D9 | 7B | 8D | 0 | 2B | 23 | F | 15D | 37 | 43 |
| Octal | 331 | 173 | 215 | 0 | 53 | 43 | 17 | 535 | 67 | 103 |
| Binary | 11011001 | 1111011 | 10001101 | 0 | 101011 | 100011 | 1111 | 101011101 | 110111 | 1000011 |
Color Harmonies of #D97B8D
Complementary color
Monochromatic Colors of #D97B8D
Black with #D97B8D
Text Example
Text Example
White with #D97B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97B8D; }
p { color: rgb(217,123,141); }
H1.HeaderClassName
{
color: #D97B8D;
}
.AnyTagClassName
{
color: #D97B8D;
}
</style>
background-color css
<style>
a { background-color: #D97B8D; }
a { background-color: rgb(217,123,141); }
div.DivClassName
{
background-color: #D97B8D;
}
.BgClassName
{
background-color: #D97B8D;
}
</style>
border-color css
<style>
span { border-color: #D97B8D; }
span { border-color: rgb(217,123,141); }
td.TdClassName
{
border-color: #D97B8D;
}
.TagClassName
{
border-color: #D97B8D;
}
</style>