Shades of Charm #D16E7B
Tints of Charm #D16E7B
RGB
CMYK
RGB Variations
Color information
#D16E7B (or 0xD16E7B) is known color: Charm. HEX triplet: D1, 6E and 7B. RGB value is (209,110,123). Sum of RGB (Red+Green+Blue) = 209+110+123=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7B is #2E9184. Grayscale: #8D8D8D. Windows color (decimal): -3051909 or 8089297. OLE color: 8089297.
HSL color Cylindrical-coordinate representation of color #D16E7B: hue angle of 352.12º 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 #D16E7B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 123 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.18 |
| HSL | 352.12º | 0.52% | 0.63% | - |
| HSV(B) | 352.12º | 0.47% | 0.82% | - |
| XYZ | 35.45 | 26.14 | 21.92 | - |
| YUV | 141.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 123 | 0 | 0.47 | 0.41 | 0.18 | 352.12 | 0.52 | 0.63 |
| Hex | D1 | 6E | 7B | 0 | 2F | 29 | 12 | 160 | 34 | 3F |
| Octal | 321 | 156 | 173 | 0 | 57 | 51 | 22 | 540 | 64 | 77 |
| Binary | 11010001 | 1101110 | 1111011 | 0 | 101111 | 101001 | 10010 | 101100000 | 110100 | 111111 |
Color Harmonies of #D16E7B
Complementary color
Monochromatic Colors of #D16E7B
Black with #D16E7B
Text Example
Text Example
White with #D16E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E7B; }
p { color: rgb(209,110,123); }
H1.HeaderClassName
{
color: #D16E7B;
}
.AnyTagClassName
{
color: #D16E7B;
}
</style>
background-color css
<style>
a { background-color: #D16E7B; }
a { background-color: rgb(209,110,123); }
div.DivClassName
{
background-color: #D16E7B;
}
.BgClassName
{
background-color: #D16E7B;
}
</style>
border-color css
<style>
span { border-color: #D16E7B; }
span { border-color: rgb(209,110,123); }
td.TdClassName
{
border-color: #D16E7B;
}
.TagClassName
{
border-color: #D16E7B;
}
</style>