Shades of Charm #D1747F
Tints of Charm #D1747F
RGB
CMYK
RGB Variations
Color information
#D1747F (or 0xD1747F) is known color: Charm. HEX triplet: D1, 74 and 7F. RGB value is (209,116,127). Sum of RGB (Red+Green+Blue) = 209+116+127=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1747F is #2E8B80. Grayscale: #919191. Windows color (decimal): -3050369 or 8352977. OLE color: 8352977.
HSL color Cylindrical-coordinate representation of color #D1747F: hue angle of 352.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1747F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 127 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.18 |
| HSL | 352.9º | 0.5% | 0.64% | - |
| HSV(B) | 352.9º | 0.44% | 0.82% | - |
| XYZ | 36.37 | 27.58 | 23.48 | - |
| YUV | 145.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 127 | 0 | 0.44 | 0.39 | 0.18 | 352.9 | 0.5 | 0.64 |
| Hex | D1 | 74 | 7F | 0 | 2C | 27 | 12 | 161 | 32 | 40 |
| Octal | 321 | 164 | 177 | 0 | 54 | 47 | 22 | 541 | 62 | 100 |
| Binary | 11010001 | 1110100 | 1111111 | 0 | 101100 | 100111 | 10010 | 101100001 | 110010 | 1000000 |
Color Harmonies of #D1747F
Complementary color
Monochromatic Colors of #D1747F
Black with #D1747F
Text Example
Text Example
White with #D1747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1747F; }
p { color: rgb(209,116,127); }
H1.HeaderClassName
{
color: #D1747F;
}
.AnyTagClassName
{
color: #D1747F;
}
</style>
background-color css
<style>
a { background-color: #D1747F; }
a { background-color: rgb(209,116,127); }
div.DivClassName
{
background-color: #D1747F;
}
.BgClassName
{
background-color: #D1747F;
}
</style>
border-color css
<style>
span { border-color: #D1747F; }
span { border-color: rgb(209,116,127); }
td.TdClassName
{
border-color: #D1747F;
}
.TagClassName
{
border-color: #D1747F;
}
</style>