Shades of Charm #D16E7F
Tints of Charm #D16E7F
RGB
CMYK
RGB Variations
Color information
#D16E7F (or 0xD16E7F) is known color: Charm. HEX triplet: D1, 6E and 7F. RGB value is (209,110,127). Sum of RGB (Red+Green+Blue) = 209+110+127=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7F is #2E9180. Grayscale: #8D8D8D. Windows color (decimal): -3051905 or 8351441. OLE color: 8351441.
HSL color Cylindrical-coordinate representation of color #D16E7F: hue angle of 349.7º 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 #D16E7F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 127 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.18 |
| HSL | 349.7º | 0.52% | 0.63% | - |
| HSV(B) | 349.7º | 0.47% | 0.82% | - |
| XYZ | 35.7 | 26.24 | 23.26 | - |
| YUV | 141.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 127 | 0 | 0.47 | 0.39 | 0.18 | 349.7 | 0.52 | 0.63 |
| Hex | D1 | 6E | 7F | 0 | 2F | 27 | 12 | 15E | 34 | 3F |
| Octal | 321 | 156 | 177 | 0 | 57 | 47 | 22 | 536 | 64 | 77 |
| Binary | 11010001 | 1101110 | 1111111 | 0 | 101111 | 100111 | 10010 | 101011110 | 110100 | 111111 |
Color Harmonies of #D16E7F
Complementary color
Monochromatic Colors of #D16E7F
Black with #D16E7F
Text Example
Text Example
White with #D16E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E7F; }
p { color: rgb(209,110,127); }
H1.HeaderClassName
{
color: #D16E7F;
}
.AnyTagClassName
{
color: #D16E7F;
}
</style>
background-color css
<style>
a { background-color: #D16E7F; }
a { background-color: rgb(209,110,127); }
div.DivClassName
{
background-color: #D16E7F;
}
.BgClassName
{
background-color: #D16E7F;
}
</style>
border-color css
<style>
span { border-color: #D16E7F; }
span { border-color: rgb(209,110,127); }
td.TdClassName
{
border-color: #D16E7F;
}
.TagClassName
{
border-color: #D16E7F;
}
</style>