Shades of Charm #D16E89
Tints of Charm #D16E89
RGB
CMYK
RGB Variations
Color information
#D16E89 (or 0xD16E89) is known color: Charm. HEX triplet: D1, 6E and 89. RGB value is (209,110,137). Sum of RGB (Red+Green+Blue) = 209+110+137=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E89 is #2E9176. Grayscale: #8E8E8E. Windows color (decimal): -3051895 or 9006801. OLE color: 9006801.
HSL color Cylindrical-coordinate representation of color #D16E89: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16E89 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 137 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.18 |
| HSL | 343.64º | 0.52% | 0.63% | - |
| HSV(B) | 343.64º | 0.47% | 0.82% | - |
| XYZ | 36.39 | 26.51 | 26.87 | - |
| YUV | 142.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 137 | 0 | 0.47 | 0.34 | 0.18 | 343.64 | 0.52 | 0.63 |
| Hex | D1 | 6E | 89 | 0 | 2F | 22 | 12 | 158 | 34 | 3F |
| Octal | 321 | 156 | 211 | 0 | 57 | 42 | 22 | 530 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10001001 | 0 | 101111 | 100010 | 10010 | 101011000 | 110100 | 111111 |
Color Harmonies of #D16E89
Complementary color
Monochromatic Colors of #D16E89
Black with #D16E89
Text Example
Text Example
White with #D16E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E89; }
p { color: rgb(209,110,137); }
H1.HeaderClassName
{
color: #D16E89;
}
.AnyTagClassName
{
color: #D16E89;
}
</style>
background-color css
<style>
a { background-color: #D16E89; }
a { background-color: rgb(209,110,137); }
div.DivClassName
{
background-color: #D16E89;
}
.BgClassName
{
background-color: #D16E89;
}
</style>
border-color css
<style>
span { border-color: #D16E89; }
span { border-color: rgb(209,110,137); }
td.TdClassName
{
border-color: #D16E89;
}
.TagClassName
{
border-color: #D16E89;
}
</style>