Shades of Charm #D17D83
Tints of Charm #D17D83
RGB
CMYK
RGB Variations
Color information
#D17D83 (or 0xD17D83) is known color: Charm. HEX triplet: D1, 7D and 83. RGB value is (209,125,131). Sum of RGB (Red+Green+Blue) = 209+125+131=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17D83 is #2E827C. Grayscale: #969696. Windows color (decimal): -3048061 or 8617425. OLE color: 8617425.
HSL color Cylindrical-coordinate representation of color #D17D83: hue angle of 355.71º 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 #D17D83 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 131 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.18 |
| HSL | 355.71º | 0.48% | 0.65% | - |
| HSV(B) | 355.71º | 0.4% | 0.82% | - |
| XYZ | 37.72 | 29.86 | 25.25 | - |
| YUV | 150.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 131 | 0 | 0.40 | 0.37 | 0.18 | 355.71 | 0.48 | 0.65 |
| Hex | D1 | 7D | 83 | 0 | 28 | 25 | 12 | 164 | 30 | 41 |
| Octal | 321 | 175 | 203 | 0 | 50 | 45 | 22 | 544 | 60 | 101 |
| Binary | 11010001 | 1111101 | 10000011 | 0 | 101000 | 100101 | 10010 | 101100100 | 110000 | 1000001 |
Color Harmonies of #D17D83
Complementary color
Monochromatic Colors of #D17D83
Black with #D17D83
Text Example
Text Example
White with #D17D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D83; }
p { color: rgb(209,125,131); }
H1.HeaderClassName
{
color: #D17D83;
}
.AnyTagClassName
{
color: #D17D83;
}
</style>
background-color css
<style>
a { background-color: #D17D83; }
a { background-color: rgb(209,125,131); }
div.DivClassName
{
background-color: #D17D83;
}
.BgClassName
{
background-color: #D17D83;
}
</style>
border-color css
<style>
span { border-color: #D17D83; }
span { border-color: rgb(209,125,131); }
td.TdClassName
{
border-color: #D17D83;
}
.TagClassName
{
border-color: #D17D83;
}
</style>