Shades of Charm #D16E7D
Tints of Charm #D16E7D
RGB
CMYK
RGB Variations
Color information
#D16E7D (or 0xD16E7D) is known color: Charm. HEX triplet: D1, 6E and 7D. RGB value is (209,110,125). Sum of RGB (Red+Green+Blue) = 209+110+125=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E7D is #2E9182. Grayscale: #8D8D8D. Windows color (decimal): -3051907 or 8220369. OLE color: 8220369.
HSL color Cylindrical-coordinate representation of color #D16E7D: hue angle of 350.91º 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 #D16E7D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 125 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.18 |
| HSL | 350.91º | 0.52% | 0.63% | - |
| HSV(B) | 350.91º | 0.47% | 0.82% | - |
| XYZ | 35.57 | 26.19 | 22.58 | - |
| YUV | 141.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 125 | 0 | 0.47 | 0.40 | 0.18 | 350.91 | 0.52 | 0.63 |
| Hex | D1 | 6E | 7D | 0 | 2F | 28 | 12 | 15F | 34 | 3F |
| Octal | 321 | 156 | 175 | 0 | 57 | 50 | 22 | 537 | 64 | 77 |
| Binary | 11010001 | 1101110 | 1111101 | 0 | 101111 | 101000 | 10010 | 101011111 | 110100 | 111111 |
Color Harmonies of #D16E7D
Complementary color
Monochromatic Colors of #D16E7D
Black with #D16E7D
Text Example
Text Example
White with #D16E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E7D; }
p { color: rgb(209,110,125); }
H1.HeaderClassName
{
color: #D16E7D;
}
.AnyTagClassName
{
color: #D16E7D;
}
</style>
background-color css
<style>
a { background-color: #D16E7D; }
a { background-color: rgb(209,110,125); }
div.DivClassName
{
background-color: #D16E7D;
}
.BgClassName
{
background-color: #D16E7D;
}
</style>
border-color css
<style>
span { border-color: #D16E7D; }
span { border-color: rgb(209,110,125); }
td.TdClassName
{
border-color: #D16E7D;
}
.TagClassName
{
border-color: #D16E7D;
}
</style>