Shades of Charm #D1758C
Tints of Charm #D1758C
RGB
CMYK
RGB Variations
Color information
#D1758C (or 0xD1758C) is known color: Charm. HEX triplet: D1, 75 and 8C. RGB value is (209,117,140). Sum of RGB (Red+Green+Blue) = 209+117+140=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1758C is #2E8A73. Grayscale: #939393. Windows color (decimal): -3050100 or 9205201. OLE color: 9205201.
HSL color Cylindrical-coordinate representation of color #D1758C: hue angle of 345º 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 #D1758C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 140 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.18 |
| HSL | 345º | 0.5% | 0.64% | - |
| HSV(B) | 345º | 0.44% | 0.82% | - |
| XYZ | 37.39 | 28.17 | 28.28 | - |
| YUV | 147.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 140 | 0 | 0.44 | 0.33 | 0.18 | 345 | 0.5 | 0.64 |
| Hex | D1 | 75 | 8C | 0 | 2C | 21 | 12 | 159 | 32 | 40 |
| Octal | 321 | 165 | 214 | 0 | 54 | 41 | 22 | 531 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10001100 | 0 | 101100 | 100001 | 10010 | 101011001 | 110010 | 1000000 |
Color Harmonies of #D1758C
Complementary color
Monochromatic Colors of #D1758C
Black with #D1758C
Text Example
Text Example
White with #D1758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1758C; }
p { color: rgb(209,117,140); }
H1.HeaderClassName
{
color: #D1758C;
}
.AnyTagClassName
{
color: #D1758C;
}
</style>
background-color css
<style>
a { background-color: #D1758C; }
a { background-color: rgb(209,117,140); }
div.DivClassName
{
background-color: #D1758C;
}
.BgClassName
{
background-color: #D1758C;
}
</style>
border-color css
<style>
span { border-color: #D1758C; }
span { border-color: rgb(209,117,140); }
td.TdClassName
{
border-color: #D1758C;
}
.TagClassName
{
border-color: #D1758C;
}
</style>