Shades of Charm #D17185
Tints of Charm #D17185
RGB
CMYK
RGB Variations
Color information
#D17185 (or 0xD17185) is known color: Charm. HEX triplet: D1, 71 and 85. RGB value is (209,113,133). Sum of RGB (Red+Green+Blue) = 209+113+133=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D17185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17185 is #2E8E7A. Grayscale: #909090. Windows color (decimal): -3051131 or 8745425. OLE color: 8745425.
HSL color Cylindrical-coordinate representation of color #D17185: hue angle of 347.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17185 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 133 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.18 |
| HSL | 347.5º | 0.51% | 0.63% | - |
| HSV(B) | 347.5º | 0.46% | 0.82% | - |
| XYZ | 36.43 | 27.06 | 25.49 | - |
| YUV | 143.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 133 | 0 | 0.46 | 0.36 | 0.18 | 347.5 | 0.51 | 0.63 |
| Hex | D1 | 71 | 85 | 0 | 2E | 24 | 12 | 15C | 33 | 3F |
| Octal | 321 | 161 | 205 | 0 | 56 | 44 | 22 | 534 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10000101 | 0 | 101110 | 100100 | 10010 | 101011100 | 110011 | 111111 |
Color Harmonies of #D17185
Complementary color
Monochromatic Colors of #D17185
Black with #D17185
Text Example
Text Example
White with #D17185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17185; }
p { color: rgb(209,113,133); }
H1.HeaderClassName
{
color: #D17185;
}
.AnyTagClassName
{
color: #D17185;
}
</style>
background-color css
<style>
a { background-color: #D17185; }
a { background-color: rgb(209,113,133); }
div.DivClassName
{
background-color: #D17185;
}
.BgClassName
{
background-color: #D17185;
}
</style>
border-color css
<style>
span { border-color: #D17185; }
span { border-color: rgb(209,113,133); }
td.TdClassName
{
border-color: #D17185;
}
.TagClassName
{
border-color: #D17185;
}
</style>