Shades of Charm #D16981
Tints of Charm #D16981
RGB
CMYK
RGB Variations
Color information
#D16981 (or 0xD16981) is known color: Charm. HEX triplet: D1, 69 and 81. RGB value is (209,105,129). Sum of RGB (Red+Green+Blue) = 209+105+129=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16981 is #2E967E. Grayscale: #8A8A8A. Windows color (decimal): -3053183 or 8481233. OLE color: 8481233.
HSL color Cylindrical-coordinate representation of color #D16981: hue angle of 346.15º 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 #D16981 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 129 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.18 |
| HSL | 346.15º | 0.53% | 0.62% | - |
| HSV(B) | 346.15º | 0.5% | 0.82% | - |
| XYZ | 35.31 | 25.24 | 23.78 | - |
| YUV | 138.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 129 | 0 | 0.50 | 0.38 | 0.18 | 346.15 | 0.53 | 0.62 |
| Hex | D1 | 69 | 81 | 0 | 32 | 26 | 12 | 15A | 35 | 3E |
| Octal | 321 | 151 | 201 | 0 | 62 | 46 | 22 | 532 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10000001 | 0 | 110010 | 100110 | 10010 | 101011010 | 110101 | 111110 |
Color Harmonies of #D16981
Complementary color
Monochromatic Colors of #D16981
Black with #D16981
Text Example
Text Example
White with #D16981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16981; }
p { color: rgb(209,105,129); }
H1.HeaderClassName
{
color: #D16981;
}
.AnyTagClassName
{
color: #D16981;
}
</style>
background-color css
<style>
a { background-color: #D16981; }
a { background-color: rgb(209,105,129); }
div.DivClassName
{
background-color: #D16981;
}
.BgClassName
{
background-color: #D16981;
}
</style>
border-color css
<style>
span { border-color: #D16981; }
span { border-color: rgb(209,105,129); }
td.TdClassName
{
border-color: #D16981;
}
.TagClassName
{
border-color: #D16981;
}
</style>