Shades of Charm #D1748D
Tints of Charm #D1748D
RGB
CMYK
RGB Variations
Color information
#D1748D (or 0xD1748D) is known color: Charm. HEX triplet: D1, 74 and 8D. RGB value is (209,116,141). Sum of RGB (Red+Green+Blue) = 209+116+141=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1748D is #2E8B72. Grayscale: #929292. Windows color (decimal): -3050355 or 9270481. OLE color: 9270481.
HSL color Cylindrical-coordinate representation of color #D1748D: hue angle of 343.87º 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 #D1748D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 141 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.18 |
| HSL | 343.87º | 0.5% | 0.64% | - |
| HSV(B) | 343.87º | 0.44% | 0.82% | - |
| XYZ | 37.35 | 27.97 | 28.63 | - |
| YUV | 146.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 141 | 0 | 0.44 | 0.33 | 0.18 | 343.87 | 0.5 | 0.64 |
| Hex | D1 | 74 | 8D | 0 | 2C | 21 | 12 | 158 | 32 | 40 |
| Octal | 321 | 164 | 215 | 0 | 54 | 41 | 22 | 530 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10001101 | 0 | 101100 | 100001 | 10010 | 101011000 | 110010 | 1000000 |
Color Harmonies of #D1748D
Complementary color
Monochromatic Colors of #D1748D
Black with #D1748D
Text Example
Text Example
White with #D1748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1748D; }
p { color: rgb(209,116,141); }
H1.HeaderClassName
{
color: #D1748D;
}
.AnyTagClassName
{
color: #D1748D;
}
</style>
background-color css
<style>
a { background-color: #D1748D; }
a { background-color: rgb(209,116,141); }
div.DivClassName
{
background-color: #D1748D;
}
.BgClassName
{
background-color: #D1748D;
}
</style>
border-color css
<style>
span { border-color: #D1748D; }
span { border-color: rgb(209,116,141); }
td.TdClassName
{
border-color: #D1748D;
}
.TagClassName
{
border-color: #D1748D;
}
</style>