Shades of Charm #D17D87
Tints of Charm #D17D87
RGB
CMYK
RGB Variations
Color information
#D17D87 (or 0xD17D87) is known color: Charm. HEX triplet: D1, 7D and 87. RGB value is (209,125,135). Sum of RGB (Red+Green+Blue) = 209+125+135=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17D87 is #2E8278. Grayscale: #979797. Windows color (decimal): -3048057 or 8879569. OLE color: 8879569.
HSL color Cylindrical-coordinate representation of color #D17D87: hue angle of 352.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17D87 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 135 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.18 |
| HSL | 352.86º | 0.48% | 0.65% | - |
| HSV(B) | 352.86º | 0.4% | 0.82% | - |
| XYZ | 38 | 29.97 | 26.7 | - |
| YUV | 151.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 135 | 0 | 0.40 | 0.35 | 0.18 | 352.86 | 0.48 | 0.65 |
| Hex | D1 | 7D | 87 | 0 | 28 | 23 | 12 | 161 | 30 | 41 |
| Octal | 321 | 175 | 207 | 0 | 50 | 43 | 22 | 541 | 60 | 101 |
| Binary | 11010001 | 1111101 | 10000111 | 0 | 101000 | 100011 | 10010 | 101100001 | 110000 | 1000001 |
Color Harmonies of #D17D87
Complementary color
Monochromatic Colors of #D17D87
Black with #D17D87
Text Example
Text Example
White with #D17D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D87; }
p { color: rgb(209,125,135); }
H1.HeaderClassName
{
color: #D17D87;
}
.AnyTagClassName
{
color: #D17D87;
}
</style>
background-color css
<style>
a { background-color: #D17D87; }
a { background-color: rgb(209,125,135); }
div.DivClassName
{
background-color: #D17D87;
}
.BgClassName
{
background-color: #D17D87;
}
</style>
border-color css
<style>
span { border-color: #D17D87; }
span { border-color: rgb(209,125,135); }
td.TdClassName
{
border-color: #D17D87;
}
.TagClassName
{
border-color: #D17D87;
}
</style>