Shades of Charm #D17386
Tints of Charm #D17386
RGB
CMYK
RGB Variations
Color information
#D17386 (or 0xD17386) is known color: Charm. HEX triplet: D1, 73 and 86. RGB value is (209,115,134). Sum of RGB (Red+Green+Blue) = 209+115+134=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D17386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17386 is #2E8C79. Grayscale: #919191. Windows color (decimal): -3050618 or 8811473. OLE color: 8811473.
HSL color Cylindrical-coordinate representation of color #D17386: hue angle of 347.87º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17386 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 134 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.18 |
| HSL | 347.87º | 0.51% | 0.64% | - |
| HSV(B) | 347.87º | 0.45% | 0.82% | - |
| XYZ | 36.73 | 27.54 | 25.93 | - |
| YUV | 145.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 134 | 0 | 0.45 | 0.36 | 0.18 | 347.87 | 0.51 | 0.64 |
| Hex | D1 | 73 | 86 | 0 | 2D | 24 | 12 | 15C | 33 | 40 |
| Octal | 321 | 163 | 206 | 0 | 55 | 44 | 22 | 534 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10000110 | 0 | 101101 | 100100 | 10010 | 101011100 | 110011 | 1000000 |
Color Harmonies of #D17386
Complementary color
Monochromatic Colors of #D17386
Black with #D17386
Text Example
Text Example
White with #D17386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17386; }
p { color: rgb(209,115,134); }
H1.HeaderClassName
{
color: #D17386;
}
.AnyTagClassName
{
color: #D17386;
}
</style>
background-color css
<style>
a { background-color: #D17386; }
a { background-color: rgb(209,115,134); }
div.DivClassName
{
background-color: #D17386;
}
.BgClassName
{
background-color: #D17386;
}
</style>
border-color css
<style>
span { border-color: #D17386; }
span { border-color: rgb(209,115,134); }
td.TdClassName
{
border-color: #D17386;
}
.TagClassName
{
border-color: #D17386;
}
</style>