Shades of Charm #D1748E
Tints of Charm #D1748E
RGB
CMYK
RGB Variations
Color information
#D1748E (or 0xD1748E) is known color: Charm. HEX triplet: D1, 74 and 8E. RGB value is (209,116,142). Sum of RGB (Red+Green+Blue) = 209+116+142=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1748E is #2E8B71. Grayscale: #929292. Windows color (decimal): -3050354 or 9336017. OLE color: 9336017.
HSL color Cylindrical-coordinate representation of color #D1748E: hue angle of 343.23º 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 #D1748E is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 142 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.18 |
| HSL | 343.23º | 0.5% | 0.64% | - |
| HSV(B) | 343.23º | 0.44% | 0.82% | - |
| XYZ | 37.42 | 28 | 29.02 | - |
| YUV | 146.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 142 | 0 | 0.44 | 0.32 | 0.18 | 343.23 | 0.5 | 0.64 |
| Hex | D1 | 74 | 8E | 0 | 2C | 20 | 12 | 157 | 32 | 40 |
| Octal | 321 | 164 | 216 | 0 | 54 | 40 | 22 | 527 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10001110 | 0 | 101100 | 100000 | 10010 | 101010111 | 110010 | 1000000 |
Color Harmonies of #D1748E
Complementary color
Monochromatic Colors of #D1748E
Black with #D1748E
Text Example
Text Example
White with #D1748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1748E; }
p { color: rgb(209,116,142); }
H1.HeaderClassName
{
color: #D1748E;
}
.AnyTagClassName
{
color: #D1748E;
}
</style>
background-color css
<style>
a { background-color: #D1748E; }
a { background-color: rgb(209,116,142); }
div.DivClassName
{
background-color: #D1748E;
}
.BgClassName
{
background-color: #D1748E;
}
</style>
border-color css
<style>
span { border-color: #D1748E; }
span { border-color: rgb(209,116,142); }
td.TdClassName
{
border-color: #D1748E;
}
.TagClassName
{
border-color: #D1748E;
}
</style>