Shades of Charm #D1788F
Tints of Charm #D1788F
RGB
CMYK
RGB Variations
Color information
#D1788F (or 0xD1788F) is known color: Charm. HEX triplet: D1, 78 and 8F. RGB value is (209,120,143). Sum of RGB (Red+Green+Blue) = 209+120+143=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1788F is #2E8770. Grayscale: #959595. Windows color (decimal): -3049329 or 9402577. OLE color: 9402577.
HSL color Cylindrical-coordinate representation of color #D1788F: hue angle of 344.49º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1788F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 143 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.18 |
| HSL | 344.49º | 0.49% | 0.65% | - |
| HSV(B) | 344.49º | 0.43% | 0.82% | - |
| XYZ | 37.97 | 28.97 | 29.58 | - |
| YUV | 149.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 143 | 0 | 0.43 | 0.32 | 0.18 | 344.49 | 0.49 | 0.65 |
| Hex | D1 | 78 | 8F | 0 | 2B | 20 | 12 | 158 | 31 | 41 |
| Octal | 321 | 170 | 217 | 0 | 53 | 40 | 22 | 530 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10001111 | 0 | 101011 | 100000 | 10010 | 101011000 | 110001 | 1000001 |
Color Harmonies of #D1788F
Complementary color
Monochromatic Colors of #D1788F
Black with #D1788F
Text Example
Text Example
White with #D1788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1788F; }
p { color: rgb(209,120,143); }
H1.HeaderClassName
{
color: #D1788F;
}
.AnyTagClassName
{
color: #D1788F;
}
</style>
background-color css
<style>
a { background-color: #D1788F; }
a { background-color: rgb(209,120,143); }
div.DivClassName
{
background-color: #D1788F;
}
.BgClassName
{
background-color: #D1788F;
}
</style>
border-color css
<style>
span { border-color: #D1788F; }
span { border-color: rgb(209,120,143); }
td.TdClassName
{
border-color: #D1788F;
}
.TagClassName
{
border-color: #D1788F;
}
</style>