Shades of Charm #D1777C
Tints of Charm #D1777C
RGB
CMYK
RGB Variations
Color information
#D1777C (or 0xD1777C) is known color: Charm. HEX triplet: D1, 77 and 7C. RGB value is (209,119,124). Sum of RGB (Red+Green+Blue) = 209+119+124=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1777C is #2E8883. Grayscale: #929292. Windows color (decimal): -3049604 or 8157137. OLE color: 8157137.
HSL color Cylindrical-coordinate representation of color #D1777C: hue angle of 356.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1777C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 124 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.18 |
| HSL | 356.67º | 0.49% | 0.64% | - |
| HSV(B) | 356.67º | 0.43% | 0.82% | - |
| XYZ | 36.53 | 28.2 | 22.59 | - |
| YUV | 146.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 124 | 0 | 0.43 | 0.41 | 0.18 | 356.67 | 0.49 | 0.64 |
| Hex | D1 | 77 | 7C | 0 | 2B | 29 | 12 | 165 | 31 | 40 |
| Octal | 321 | 167 | 174 | 0 | 53 | 51 | 22 | 545 | 61 | 100 |
| Binary | 11010001 | 1110111 | 1111100 | 0 | 101011 | 101001 | 10010 | 101100101 | 110001 | 1000000 |
Color Harmonies of #D1777C
Complementary color
Monochromatic Colors of #D1777C
Black with #D1777C
Text Example
Text Example
White with #D1777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1777C; }
p { color: rgb(209,119,124); }
H1.HeaderClassName
{
color: #D1777C;
}
.AnyTagClassName
{
color: #D1777C;
}
</style>
background-color css
<style>
a { background-color: #D1777C; }
a { background-color: rgb(209,119,124); }
div.DivClassName
{
background-color: #D1777C;
}
.BgClassName
{
background-color: #D1777C;
}
</style>
border-color css
<style>
span { border-color: #D1777C; }
span { border-color: rgb(209,119,124); }
td.TdClassName
{
border-color: #D1777C;
}
.TagClassName
{
border-color: #D1777C;
}
</style>