Shades of Charm #D17486
Tints of Charm #D17486
RGB
CMYK
RGB Variations
Color information
#D17486 (or 0xD17486) is known color: Charm. HEX triplet: D1, 74 and 86. RGB value is (209,116,134). Sum of RGB (Red+Green+Blue) = 209+116+134=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D17486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17486 is #2E8B79. Grayscale: #919191. Windows color (decimal): -3050362 or 8811729. OLE color: 8811729.
HSL color Cylindrical-coordinate representation of color #D17486: hue angle of 348.39º 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 #D17486 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 134 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.18 |
| HSL | 348.39º | 0.5% | 0.64% | - |
| HSV(B) | 348.39º | 0.44% | 0.82% | - |
| XYZ | 36.84 | 27.77 | 25.97 | - |
| YUV | 145.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 134 | 0 | 0.44 | 0.36 | 0.18 | 348.39 | 0.5 | 0.64 |
| Hex | D1 | 74 | 86 | 0 | 2C | 24 | 12 | 15C | 32 | 40 |
| Octal | 321 | 164 | 206 | 0 | 54 | 44 | 22 | 534 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10000110 | 0 | 101100 | 100100 | 10010 | 101011100 | 110010 | 1000000 |
Color Harmonies of #D17486
Complementary color
Monochromatic Colors of #D17486
Black with #D17486
Text Example
Text Example
White with #D17486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17486; }
p { color: rgb(209,116,134); }
H1.HeaderClassName
{
color: #D17486;
}
.AnyTagClassName
{
color: #D17486;
}
</style>
background-color css
<style>
a { background-color: #D17486; }
a { background-color: rgb(209,116,134); }
div.DivClassName
{
background-color: #D17486;
}
.BgClassName
{
background-color: #D17486;
}
</style>
border-color css
<style>
span { border-color: #D17486; }
span { border-color: rgb(209,116,134); }
td.TdClassName
{
border-color: #D17486;
}
.TagClassName
{
border-color: #D17486;
}
</style>