Shades of Charm #D16986
Tints of Charm #D16986
RGB
CMYK
RGB Variations
Color information
#D16986 (or 0xD16986) is known color: Charm. HEX triplet: D1, 69 and 86. RGB value is (209,105,134). Sum of RGB (Red+Green+Blue) = 209+105+134=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D16986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16986 is #2E9679. Grayscale: #8B8B8B. Windows color (decimal): -3053178 or 8808913. OLE color: 8808913.
HSL color Cylindrical-coordinate representation of color #D16986: hue angle of 343.27º 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 #D16986 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 134 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.18 |
| HSL | 343.27º | 0.53% | 0.62% | - |
| HSV(B) | 343.27º | 0.5% | 0.82% | - |
| XYZ | 35.65 | 25.38 | 25.57 | - |
| YUV | 139.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 134 | 0 | 0.50 | 0.36 | 0.18 | 343.27 | 0.53 | 0.62 |
| Hex | D1 | 69 | 86 | 0 | 32 | 24 | 12 | 157 | 35 | 3E |
| Octal | 321 | 151 | 206 | 0 | 62 | 44 | 22 | 527 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10000110 | 0 | 110010 | 100100 | 10010 | 101010111 | 110101 | 111110 |
Color Harmonies of #D16986
Complementary color
Monochromatic Colors of #D16986
Black with #D16986
Text Example
Text Example
White with #D16986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16986; }
p { color: rgb(209,105,134); }
H1.HeaderClassName
{
color: #D16986;
}
.AnyTagClassName
{
color: #D16986;
}
</style>
background-color css
<style>
a { background-color: #D16986; }
a { background-color: rgb(209,105,134); }
div.DivClassName
{
background-color: #D16986;
}
.BgClassName
{
background-color: #D16986;
}
</style>
border-color css
<style>
span { border-color: #D16986; }
span { border-color: rgb(209,105,134); }
td.TdClassName
{
border-color: #D16986;
}
.TagClassName
{
border-color: #D16986;
}
</style>