Shades of Charm #D16F81
Tints of Charm #D16F81
RGB
CMYK
RGB Variations
Color information
#D16F81 (or 0xD16F81) is known color: Charm. HEX triplet: D1, 6F and 81. RGB value is (209,111,129). Sum of RGB (Red+Green+Blue) = 209+111+129=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F81 is #2E907E. Grayscale: #8E8E8E. Windows color (decimal): -3051647 or 8482769. OLE color: 8482769.
HSL color Cylindrical-coordinate representation of color #D16F81: hue angle of 348.98º 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 #D16F81 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 129 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.18 |
| HSL | 348.98º | 0.52% | 0.63% | - |
| HSV(B) | 348.98º | 0.47% | 0.82% | - |
| XYZ | 35.94 | 26.51 | 23.99 | - |
| YUV | 142.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 129 | 0 | 0.47 | 0.38 | 0.18 | 348.98 | 0.52 | 0.63 |
| Hex | D1 | 6F | 81 | 0 | 2F | 26 | 12 | 15D | 34 | 3F |
| Octal | 321 | 157 | 201 | 0 | 57 | 46 | 22 | 535 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10000001 | 0 | 101111 | 100110 | 10010 | 101011101 | 110100 | 111111 |
Color Harmonies of #D16F81
Complementary color
Monochromatic Colors of #D16F81
Black with #D16F81
Text Example
Text Example
White with #D16F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F81; }
p { color: rgb(209,111,129); }
H1.HeaderClassName
{
color: #D16F81;
}
.AnyTagClassName
{
color: #D16F81;
}
</style>
background-color css
<style>
a { background-color: #D16F81; }
a { background-color: rgb(209,111,129); }
div.DivClassName
{
background-color: #D16F81;
}
.BgClassName
{
background-color: #D16F81;
}
</style>
border-color css
<style>
span { border-color: #D16F81; }
span { border-color: rgb(209,111,129); }
td.TdClassName
{
border-color: #D16F81;
}
.TagClassName
{
border-color: #D16F81;
}
</style>