Shades of Charm #D1778F
Tints of Charm #D1778F
RGB
CMYK
RGB Variations
Color information
#D1778F (or 0xD1778F) is known color: Charm. HEX triplet: D1, 77 and 8F. RGB value is (209,119,143). Sum of RGB (Red+Green+Blue) = 209+119+143=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1778F is #2E8870. Grayscale: #949494. Windows color (decimal): -3049585 or 9402321. OLE color: 9402321.
HSL color Cylindrical-coordinate representation of color #D1778F: hue angle of 344º 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 #D1778F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 143 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.18 |
| HSL | 344º | 0.49% | 0.64% | - |
| HSV(B) | 344º | 0.43% | 0.82% | - |
| XYZ | 37.85 | 28.73 | 29.54 | - |
| YUV | 148.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 143 | 0 | 0.43 | 0.32 | 0.18 | 344 | 0.49 | 0.64 |
| Hex | D1 | 77 | 8F | 0 | 2B | 20 | 12 | 158 | 31 | 40 |
| Octal | 321 | 167 | 217 | 0 | 53 | 40 | 22 | 530 | 61 | 100 |
| Binary | 11010001 | 1110111 | 10001111 | 0 | 101011 | 100000 | 10010 | 101011000 | 110001 | 1000000 |
Color Harmonies of #D1778F
Complementary color
Monochromatic Colors of #D1778F
Black with #D1778F
Text Example
Text Example
White with #D1778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1778F; }
p { color: rgb(209,119,143); }
H1.HeaderClassName
{
color: #D1778F;
}
.AnyTagClassName
{
color: #D1778F;
}
</style>
background-color css
<style>
a { background-color: #D1778F; }
a { background-color: rgb(209,119,143); }
div.DivClassName
{
background-color: #D1778F;
}
.BgClassName
{
background-color: #D1778F;
}
</style>
border-color css
<style>
span { border-color: #D1778F; }
span { border-color: rgb(209,119,143); }
td.TdClassName
{
border-color: #D1778F;
}
.TagClassName
{
border-color: #D1778F;
}
</style>