Shades of Charm #D17F80
Tints of Charm #D17F80
RGB
CMYK
RGB Variations
Color information
#D17F80 (or 0xD17F80) is known color: Charm. HEX triplet: D1, 7F and 80. RGB value is (209,127,128). Sum of RGB (Red+Green+Blue) = 209+127+128=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17F80 is #2E807F. Grayscale: #979797. Windows color (decimal): -3047552 or 8421329. OLE color: 8421329.
HSL color Cylindrical-coordinate representation of color #D17F80: hue angle of 359.27º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17F80 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 128 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.18 |
| HSL | 359.27º | 0.47% | 0.66% | - |
| HSV(B) | 359.27º | 0.39% | 0.82% | - |
| XYZ | 37.78 | 30.29 | 24.28 | - |
| YUV | 151.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 128 | 0 | 0.39 | 0.39 | 0.18 | 359.27 | 0.47 | 0.66 |
| Hex | D1 | 7F | 80 | 0 | 27 | 27 | 12 | 167 | 2F | 42 |
| Octal | 321 | 177 | 200 | 0 | 47 | 47 | 22 | 547 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10000000 | 0 | 100111 | 100111 | 10010 | 101100111 | 101111 | 1000010 |
Color Harmonies of #D17F80
Complementary color
Monochromatic Colors of #D17F80
Black with #D17F80
Text Example
Text Example
White with #D17F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17F80; }
p { color: rgb(209,127,128); }
H1.HeaderClassName
{
color: #D17F80;
}
.AnyTagClassName
{
color: #D17F80;
}
</style>
background-color css
<style>
a { background-color: #D17F80; }
a { background-color: rgb(209,127,128); }
div.DivClassName
{
background-color: #D17F80;
}
.BgClassName
{
background-color: #D17F80;
}
</style>
border-color css
<style>
span { border-color: #D17F80; }
span { border-color: rgb(209,127,128); }
td.TdClassName
{
border-color: #D17F80;
}
.TagClassName
{
border-color: #D17F80;
}
</style>