Shades of Charm #D16D83
Tints of Charm #D16D83
RGB
CMYK
RGB Variations
Color information
#D16D83 (or 0xD16D83) is known color: Charm. HEX triplet: D1, 6D and 83. RGB value is (209,109,131). Sum of RGB (Red+Green+Blue) = 209+109+131=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D83 is #2E927C. Grayscale: #8D8D8D. Windows color (decimal): -3052157 or 8613329. OLE color: 8613329.
HSL color Cylindrical-coordinate representation of color #D16D83: hue angle of 346.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D83 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 131 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.18 |
| HSL | 346.8º | 0.52% | 0.62% | - |
| HSV(B) | 346.8º | 0.48% | 0.82% | - |
| XYZ | 35.86 | 26.13 | 24.63 | - |
| YUV | 141.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 131 | 0 | 0.48 | 0.37 | 0.18 | 346.8 | 0.52 | 0.62 |
| Hex | D1 | 6D | 83 | 0 | 30 | 25 | 12 | 15B | 34 | 3E |
| Octal | 321 | 155 | 203 | 0 | 60 | 45 | 22 | 533 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10000011 | 0 | 110000 | 100101 | 10010 | 101011011 | 110100 | 111110 |
Color Harmonies of #D16D83
Complementary color
Monochromatic Colors of #D16D83
Black with #D16D83
Text Example
Text Example
White with #D16D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D83; }
p { color: rgb(209,109,131); }
H1.HeaderClassName
{
color: #D16D83;
}
.AnyTagClassName
{
color: #D16D83;
}
</style>
background-color css
<style>
a { background-color: #D16D83; }
a { background-color: rgb(209,109,131); }
div.DivClassName
{
background-color: #D16D83;
}
.BgClassName
{
background-color: #D16D83;
}
</style>
border-color css
<style>
span { border-color: #D16D83; }
span { border-color: rgb(209,109,131); }
td.TdClassName
{
border-color: #D16D83;
}
.TagClassName
{
border-color: #D16D83;
}
</style>