Shades of Charm #D97584
Tints of Charm #D97584
RGB
CMYK
RGB Variations
Color information
#D97584 (or 0xD97584) is known color: Charm. HEX triplet: D9, 75 and 84. RGB value is (217,117,132). Sum of RGB (Red+Green+Blue) = 217+117+132=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D97584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97584 is #268A7B. Grayscale: #949494. Windows color (decimal): -2525820 or 8680921. OLE color: 8680921.
HSL color Cylindrical-coordinate representation of color #D97584: hue angle of 351º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97584 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 132 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.15 |
| HSL | 351º | 0.57% | 0.65% | - |
| HSV(B) | 351º | 0.46% | 0.85% | - |
| XYZ | 39.14 | 29.14 | 25.39 | - |
| YUV | 148.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 132 | 0 | 0.46 | 0.39 | 0.15 | 351 | 0.57 | 0.65 |
| Hex | D9 | 75 | 84 | 0 | 2E | 27 | F | 15F | 39 | 41 |
| Octal | 331 | 165 | 204 | 0 | 56 | 47 | 17 | 537 | 71 | 101 |
| Binary | 11011001 | 1110101 | 10000100 | 0 | 101110 | 100111 | 1111 | 101011111 | 111001 | 1000001 |
Color Harmonies of #D97584
Complementary color
Monochromatic Colors of #D97584
Black with #D97584
Text Example
Text Example
White with #D97584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97584; }
p { color: rgb(217,117,132); }
H1.HeaderClassName
{
color: #D97584;
}
.AnyTagClassName
{
color: #D97584;
}
</style>
background-color css
<style>
a { background-color: #D97584; }
a { background-color: rgb(217,117,132); }
div.DivClassName
{
background-color: #D97584;
}
.BgClassName
{
background-color: #D97584;
}
</style>
border-color css
<style>
span { border-color: #D97584; }
span { border-color: rgb(217,117,132); }
td.TdClassName
{
border-color: #D97584;
}
.TagClassName
{
border-color: #D97584;
}
</style>