Shades of Charm #D16E81
Tints of Charm #D16E81
RGB
CMYK
RGB Variations
Color information
#D16E81 (or 0xD16E81) is known color: Charm. HEX triplet: D1, 6E and 81. RGB value is (209,110,129). Sum of RGB (Red+Green+Blue) = 209+110+129=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16E81 is #2E917E. Grayscale: #8D8D8D. Windows color (decimal): -3051903 or 8482513. OLE color: 8482513.
HSL color Cylindrical-coordinate representation of color #D16E81: hue angle of 348.48º 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 #D16E81 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 129 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.18 |
| HSL | 348.48º | 0.52% | 0.63% | - |
| HSV(B) | 348.48º | 0.47% | 0.82% | - |
| XYZ | 35.83 | 26.29 | 23.96 | - |
| YUV | 141.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 129 | 0 | 0.47 | 0.38 | 0.18 | 348.48 | 0.52 | 0.63 |
| Hex | D1 | 6E | 81 | 0 | 2F | 26 | 12 | 15C | 34 | 3F |
| Octal | 321 | 156 | 201 | 0 | 57 | 46 | 22 | 534 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10000001 | 0 | 101111 | 100110 | 10010 | 101011100 | 110100 | 111111 |
Color Harmonies of #D16E81
Complementary color
Monochromatic Colors of #D16E81
Black with #D16E81
Text Example
Text Example
White with #D16E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E81; }
p { color: rgb(209,110,129); }
H1.HeaderClassName
{
color: #D16E81;
}
.AnyTagClassName
{
color: #D16E81;
}
</style>
background-color css
<style>
a { background-color: #D16E81; }
a { background-color: rgb(209,110,129); }
div.DivClassName
{
background-color: #D16E81;
}
.BgClassName
{
background-color: #D16E81;
}
</style>
border-color css
<style>
span { border-color: #D16E81; }
span { border-color: rgb(209,110,129); }
td.TdClassName
{
border-color: #D16E81;
}
.TagClassName
{
border-color: #D16E81;
}
</style>