Shades of Charm #D16F7E
Tints of Charm #D16F7E
RGB
CMYK
RGB Variations
Color information
#D16F7E (or 0xD16F7E) is known color: Charm. HEX triplet: D1, 6F and 7E. RGB value is (209,111,126). Sum of RGB (Red+Green+Blue) = 209+111+126=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F7E is #2E9081. Grayscale: #8E8E8E. Windows color (decimal): -3051650 or 8286161. OLE color: 8286161.
HSL color Cylindrical-coordinate representation of color #D16F7E: hue angle of 350.82º 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 #D16F7E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 126 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.18 |
| HSL | 350.82º | 0.52% | 0.63% | - |
| HSV(B) | 350.82º | 0.47% | 0.82% | - |
| XYZ | 35.74 | 26.43 | 22.96 | - |
| YUV | 142.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 126 | 0 | 0.47 | 0.40 | 0.18 | 350.82 | 0.52 | 0.63 |
| Hex | D1 | 6F | 7E | 0 | 2F | 28 | 12 | 15F | 34 | 3F |
| Octal | 321 | 157 | 176 | 0 | 57 | 50 | 22 | 537 | 64 | 77 |
| Binary | 11010001 | 1101111 | 1111110 | 0 | 101111 | 101000 | 10010 | 101011111 | 110100 | 111111 |
Color Harmonies of #D16F7E
Complementary color
Monochromatic Colors of #D16F7E
Black with #D16F7E
Text Example
Text Example
White with #D16F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F7E; }
p { color: rgb(209,111,126); }
H1.HeaderClassName
{
color: #D16F7E;
}
.AnyTagClassName
{
color: #D16F7E;
}
</style>
background-color css
<style>
a { background-color: #D16F7E; }
a { background-color: rgb(209,111,126); }
div.DivClassName
{
background-color: #D16F7E;
}
.BgClassName
{
background-color: #D16F7E;
}
</style>
border-color css
<style>
span { border-color: #D16F7E; }
span { border-color: rgb(209,111,126); }
td.TdClassName
{
border-color: #D16F7E;
}
.TagClassName
{
border-color: #D16F7E;
}
</style>