Shades of Charm #D97A81
Tints of Charm #D97A81
RGB
CMYK
RGB Variations
Color information
#D97A81 (or 0xD97A81) is known color: Charm. HEX triplet: D9, 7A and 81. RGB value is (217,122,129). Sum of RGB (Red+Green+Blue) = 217+122+129=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A81 is #26857E. Grayscale: #979797. Windows color (decimal): -2524543 or 8485593. OLE color: 8485593.
HSL color Cylindrical-coordinate representation of color #D97A81: hue angle of 355.58º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A81 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 129 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.15 |
| HSL | 355.58º | 0.56% | 0.66% | - |
| HSV(B) | 355.58º | 0.44% | 0.85% | - |
| XYZ | 39.54 | 30.26 | 24.52 | - |
| YUV | 151.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 129 | 0 | 0.44 | 0.41 | 0.15 | 355.58 | 0.56 | 0.66 |
| Hex | D9 | 7A | 81 | 0 | 2C | 29 | F | 164 | 38 | 42 |
| Octal | 331 | 172 | 201 | 0 | 54 | 51 | 17 | 544 | 70 | 102 |
| Binary | 11011001 | 1111010 | 10000001 | 0 | 101100 | 101001 | 1111 | 101100100 | 111000 | 1000010 |
Color Harmonies of #D97A81
Complementary color
Monochromatic Colors of #D97A81
Black with #D97A81
Text Example
Text Example
White with #D97A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A81; }
p { color: rgb(217,122,129); }
H1.HeaderClassName
{
color: #D97A81;
}
.AnyTagClassName
{
color: #D97A81;
}
</style>
background-color css
<style>
a { background-color: #D97A81; }
a { background-color: rgb(217,122,129); }
div.DivClassName
{
background-color: #D97A81;
}
.BgClassName
{
background-color: #D97A81;
}
</style>
border-color css
<style>
span { border-color: #D97A81; }
span { border-color: rgb(217,122,129); }
td.TdClassName
{
border-color: #D97A81;
}
.TagClassName
{
border-color: #D97A81;
}
</style>