Shades of Charm #D16888
Tints of Charm #D16888
RGB
CMYK
RGB Variations
Color information
#D16888 (or 0xD16888) is known color: Charm. HEX triplet: D1, 68 and 88. RGB value is (209,104,136). Sum of RGB (Red+Green+Blue) = 209+104+136=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D16888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16888 is #2E9777. Grayscale: #8B8B8B. Windows color (decimal): -3053432 or 8939729. OLE color: 8939729.
HSL color Cylindrical-coordinate representation of color #D16888: hue angle of 341.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16888 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 136 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.18 |
| HSL | 341.71º | 0.53% | 0.61% | - |
| HSV(B) | 341.71º | 0.5% | 0.82% | - |
| XYZ | 35.69 | 25.23 | 26.28 | - |
| YUV | 139.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 136 | 0 | 0.50 | 0.35 | 0.18 | 341.71 | 0.53 | 0.61 |
| Hex | D1 | 68 | 88 | 0 | 32 | 23 | 12 | 156 | 35 | 3D |
| Octal | 321 | 150 | 210 | 0 | 62 | 43 | 22 | 526 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10001000 | 0 | 110010 | 100011 | 10010 | 101010110 | 110101 | 111101 |
Color Harmonies of #D16888
Complementary color
Monochromatic Colors of #D16888
Black with #D16888
Text Example
Text Example
White with #D16888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16888; }
p { color: rgb(209,104,136); }
H1.HeaderClassName
{
color: #D16888;
}
.AnyTagClassName
{
color: #D16888;
}
</style>
background-color css
<style>
a { background-color: #D16888; }
a { background-color: rgb(209,104,136); }
div.DivClassName
{
background-color: #D16888;
}
.BgClassName
{
background-color: #D16888;
}
</style>
border-color css
<style>
span { border-color: #D16888; }
span { border-color: rgb(209,104,136); }
td.TdClassName
{
border-color: #D16888;
}
.TagClassName
{
border-color: #D16888;
}
</style>