Shades of Charm #D17682
Tints of Charm #D17682
RGB
CMYK
RGB Variations
Color information
#D17682 (or 0xD17682) is known color: Charm. HEX triplet: D1, 76 and 82. RGB value is (209,118,130). Sum of RGB (Red+Green+Blue) = 209+118+130=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D17682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17682 is #2E897D. Grayscale: #929292. Windows color (decimal): -3049854 or 8550097. OLE color: 8550097.
HSL color Cylindrical-coordinate representation of color #D17682: hue angle of 352.09º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17682 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 130 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.18 |
| HSL | 352.09º | 0.5% | 0.64% | - |
| HSV(B) | 352.09º | 0.44% | 0.82% | - |
| XYZ | 36.8 | 28.12 | 24.61 | - |
| YUV | 146.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 130 | 0 | 0.44 | 0.38 | 0.18 | 352.09 | 0.5 | 0.64 |
| Hex | D1 | 76 | 82 | 0 | 2C | 26 | 12 | 160 | 32 | 40 |
| Octal | 321 | 166 | 202 | 0 | 54 | 46 | 22 | 540 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10000010 | 0 | 101100 | 100110 | 10010 | 101100000 | 110010 | 1000000 |
Color Harmonies of #D17682
Complementary color
Monochromatic Colors of #D17682
Black with #D17682
Text Example
Text Example
White with #D17682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17682; }
p { color: rgb(209,118,130); }
H1.HeaderClassName
{
color: #D17682;
}
.AnyTagClassName
{
color: #D17682;
}
</style>
background-color css
<style>
a { background-color: #D17682; }
a { background-color: rgb(209,118,130); }
div.DivClassName
{
background-color: #D17682;
}
.BgClassName
{
background-color: #D17682;
}
</style>
border-color css
<style>
span { border-color: #D17682; }
span { border-color: rgb(209,118,130); }
td.TdClassName
{
border-color: #D17682;
}
.TagClassName
{
border-color: #D17682;
}
</style>