Shades of Charm #D17985
Tints of Charm #D17985
RGB
CMYK
RGB Variations
Color information
#D17985 (or 0xD17985) is known color: Charm. HEX triplet: D1, 79 and 85. RGB value is (209,121,133). Sum of RGB (Red+Green+Blue) = 209+121+133=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D17985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17985 is #2E867A. Grayscale: #949494. Windows color (decimal): -3049083 or 8747473. OLE color: 8747473.
HSL color Cylindrical-coordinate representation of color #D17985: hue angle of 351.82º 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 #D17985 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 133 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.18 |
| HSL | 351.82º | 0.49% | 0.65% | - |
| HSV(B) | 351.82º | 0.42% | 0.82% | - |
| XYZ | 37.37 | 28.92 | 25.8 | - |
| YUV | 148.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 133 | 0 | 0.42 | 0.36 | 0.18 | 351.82 | 0.49 | 0.65 |
| Hex | D1 | 79 | 85 | 0 | 2A | 24 | 12 | 160 | 31 | 41 |
| Octal | 321 | 171 | 205 | 0 | 52 | 44 | 22 | 540 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10000101 | 0 | 101010 | 100100 | 10010 | 101100000 | 110001 | 1000001 |
Color Harmonies of #D17985
Complementary color
Monochromatic Colors of #D17985
Black with #D17985
Text Example
Text Example
White with #D17985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17985; }
p { color: rgb(209,121,133); }
H1.HeaderClassName
{
color: #D17985;
}
.AnyTagClassName
{
color: #D17985;
}
</style>
background-color css
<style>
a { background-color: #D17985; }
a { background-color: rgb(209,121,133); }
div.DivClassName
{
background-color: #D17985;
}
.BgClassName
{
background-color: #D17985;
}
</style>
border-color css
<style>
span { border-color: #D17985; }
span { border-color: rgb(209,121,133); }
td.TdClassName
{
border-color: #D17985;
}
.TagClassName
{
border-color: #D17985;
}
</style>