Shades of Charm #D17080
Tints of Charm #D17080
RGB
CMYK
RGB Variations
Color information
#D17080 (or 0xD17080) is known color: Charm. HEX triplet: D1, 70 and 80. RGB value is (209,112,128). Sum of RGB (Red+Green+Blue) = 209+112+128=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D17080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17080 is #2E8F7F. Grayscale: #8E8E8E. Windows color (decimal): -3051392 or 8417489. OLE color: 8417489.
HSL color Cylindrical-coordinate representation of color #D17080: hue angle of 350.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17080 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 128 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.18 |
| HSL | 350.1º | 0.51% | 0.63% | - |
| HSV(B) | 350.1º | 0.46% | 0.82% | - |
| XYZ | 35.98 | 26.7 | 23.68 | - |
| YUV | 142.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 128 | 0 | 0.46 | 0.39 | 0.18 | 350.1 | 0.51 | 0.63 |
| Hex | D1 | 70 | 80 | 0 | 2E | 27 | 12 | 15E | 33 | 3F |
| Octal | 321 | 160 | 200 | 0 | 56 | 47 | 22 | 536 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10000000 | 0 | 101110 | 100111 | 10010 | 101011110 | 110011 | 111111 |
Color Harmonies of #D17080
Complementary color
Monochromatic Colors of #D17080
Black with #D17080
Text Example
Text Example
White with #D17080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17080; }
p { color: rgb(209,112,128); }
H1.HeaderClassName
{
color: #D17080;
}
.AnyTagClassName
{
color: #D17080;
}
</style>
background-color css
<style>
a { background-color: #D17080; }
a { background-color: rgb(209,112,128); }
div.DivClassName
{
background-color: #D17080;
}
.BgClassName
{
background-color: #D17080;
}
</style>
border-color css
<style>
span { border-color: #D17080; }
span { border-color: rgb(209,112,128); }
td.TdClassName
{
border-color: #D17080;
}
.TagClassName
{
border-color: #D17080;
}
</style>