Shades of Charm #D17A84
Tints of Charm #D17A84
RGB
CMYK
RGB Variations
Color information
#D17A84 (or 0xD17A84) is known color: Charm. HEX triplet: D1, 7A and 84. RGB value is (209,122,132). Sum of RGB (Red+Green+Blue) = 209+122+132=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17A84 is #2E857B. Grayscale: #959595. Windows color (decimal): -3048828 or 8682193. OLE color: 8682193.
HSL color Cylindrical-coordinate representation of color #D17A84: hue angle of 353.1º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17A84 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 132 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.18 |
| HSL | 353.1º | 0.49% | 0.65% | - |
| HSV(B) | 353.1º | 0.42% | 0.82% | - |
| XYZ | 37.42 | 29.14 | 25.48 | - |
| YUV | 149.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 132 | 0 | 0.42 | 0.37 | 0.18 | 353.1 | 0.49 | 0.65 |
| Hex | D1 | 7A | 84 | 0 | 2A | 25 | 12 | 161 | 31 | 41 |
| Octal | 321 | 172 | 204 | 0 | 52 | 45 | 22 | 541 | 61 | 101 |
| Binary | 11010001 | 1111010 | 10000100 | 0 | 101010 | 100101 | 10010 | 101100001 | 110001 | 1000001 |
Color Harmonies of #D17A84
Complementary color
Monochromatic Colors of #D17A84
Black with #D17A84
Text Example
Text Example
White with #D17A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A84; }
p { color: rgb(209,122,132); }
H1.HeaderClassName
{
color: #D17A84;
}
.AnyTagClassName
{
color: #D17A84;
}
</style>
background-color css
<style>
a { background-color: #D17A84; }
a { background-color: rgb(209,122,132); }
div.DivClassName
{
background-color: #D17A84;
}
.BgClassName
{
background-color: #D17A84;
}
</style>
border-color css
<style>
span { border-color: #D17A84; }
span { border-color: rgb(209,122,132); }
td.TdClassName
{
border-color: #D17A84;
}
.TagClassName
{
border-color: #D17A84;
}
</style>