Shades of Charm #D16987
Tints of Charm #D16987
RGB
CMYK
RGB Variations
Color information
#D16987 (or 0xD16987) is known color: Charm. HEX triplet: D1, 69 and 87. RGB value is (209,105,135). Sum of RGB (Red+Green+Blue) = 209+105+135=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D16987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16987 is #2E9678. Grayscale: #8B8B8B. Windows color (decimal): -3053177 or 8874449. OLE color: 8874449.
HSL color Cylindrical-coordinate representation of color #D16987: hue angle of 342.69º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16987 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 135 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.18 |
| HSL | 342.69º | 0.53% | 0.62% | - |
| HSV(B) | 342.69º | 0.5% | 0.82% | - |
| XYZ | 35.72 | 25.41 | 25.94 | - |
| YUV | 139.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 135 | 0 | 0.50 | 0.35 | 0.18 | 342.69 | 0.53 | 0.62 |
| Hex | D1 | 69 | 87 | 0 | 32 | 23 | 12 | 157 | 35 | 3E |
| Octal | 321 | 151 | 207 | 0 | 62 | 43 | 22 | 527 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10000111 | 0 | 110010 | 100011 | 10010 | 101010111 | 110101 | 111110 |
Color Harmonies of #D16987
Complementary color
Monochromatic Colors of #D16987
Black with #D16987
Text Example
Text Example
White with #D16987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16987; }
p { color: rgb(209,105,135); }
H1.HeaderClassName
{
color: #D16987;
}
.AnyTagClassName
{
color: #D16987;
}
</style>
background-color css
<style>
a { background-color: #D16987; }
a { background-color: rgb(209,105,135); }
div.DivClassName
{
background-color: #D16987;
}
.BgClassName
{
background-color: #D16987;
}
</style>
border-color css
<style>
span { border-color: #D16987; }
span { border-color: rgb(209,105,135); }
td.TdClassName
{
border-color: #D16987;
}
.TagClassName
{
border-color: #D16987;
}
</style>