Shades of Charm #D16E88
Tints of Charm #D16E88
RGB
CMYK
RGB Variations
Color information
#D16E88 (or 0xD16E88) is known color: Charm. HEX triplet: D1, 6E and 88. RGB value is (209,110,136). Sum of RGB (Red+Green+Blue) = 209+110+136=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E88 is #2E9177. Grayscale: #8E8E8E. Windows color (decimal): -3051896 or 8941265. OLE color: 8941265.
HSL color Cylindrical-coordinate representation of color #D16E88: hue angle of 344.24º 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 #D16E88 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 136 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.18 |
| HSL | 344.24º | 0.52% | 0.63% | - |
| HSV(B) | 344.24º | 0.47% | 0.82% | - |
| XYZ | 36.31 | 26.48 | 26.49 | - |
| YUV | 142.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 136 | 0 | 0.47 | 0.35 | 0.18 | 344.24 | 0.52 | 0.63 |
| Hex | D1 | 6E | 88 | 0 | 2F | 23 | 12 | 158 | 34 | 3F |
| Octal | 321 | 156 | 210 | 0 | 57 | 43 | 22 | 530 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10001000 | 0 | 101111 | 100011 | 10010 | 101011000 | 110100 | 111111 |
Color Harmonies of #D16E88
Complementary color
Monochromatic Colors of #D16E88
Black with #D16E88
Text Example
Text Example
White with #D16E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E88; }
p { color: rgb(209,110,136); }
H1.HeaderClassName
{
color: #D16E88;
}
.AnyTagClassName
{
color: #D16E88;
}
</style>
background-color css
<style>
a { background-color: #D16E88; }
a { background-color: rgb(209,110,136); }
div.DivClassName
{
background-color: #D16E88;
}
.BgClassName
{
background-color: #D16E88;
}
</style>
border-color css
<style>
span { border-color: #D16E88; }
span { border-color: rgb(209,110,136); }
td.TdClassName
{
border-color: #D16E88;
}
.TagClassName
{
border-color: #D16E88;
}
</style>