Shades of Charm #D16C7E
Tints of Charm #D16C7E
RGB
CMYK
RGB Variations
Color information
#D16C7E (or 0xD16C7E) is known color: Charm. HEX triplet: D1, 6C and 7E. RGB value is (209,108,126). Sum of RGB (Red+Green+Blue) = 209+108+126=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C7E is #2E9381. Grayscale: #8C8C8C. Windows color (decimal): -3052418 or 8285393. OLE color: 8285393.
HSL color Cylindrical-coordinate representation of color #D16C7E: hue angle of 349.31º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16C7E is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 126 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.18 |
| HSL | 349.31º | 0.52% | 0.62% | - |
| HSV(B) | 349.31º | 0.48% | 0.82% | - |
| XYZ | 35.42 | 25.79 | 22.85 | - |
| YUV | 140.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 126 | 0 | 0.48 | 0.40 | 0.18 | 349.31 | 0.52 | 0.62 |
| Hex | D1 | 6C | 7E | 0 | 30 | 28 | 12 | 15D | 34 | 3E |
| Octal | 321 | 154 | 176 | 0 | 60 | 50 | 22 | 535 | 64 | 76 |
| Binary | 11010001 | 1101100 | 1111110 | 0 | 110000 | 101000 | 10010 | 101011101 | 110100 | 111110 |
Color Harmonies of #D16C7E
Complementary color
Monochromatic Colors of #D16C7E
Black with #D16C7E
Text Example
Text Example
White with #D16C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C7E; }
p { color: rgb(209,108,126); }
H1.HeaderClassName
{
color: #D16C7E;
}
.AnyTagClassName
{
color: #D16C7E;
}
</style>
background-color css
<style>
a { background-color: #D16C7E; }
a { background-color: rgb(209,108,126); }
div.DivClassName
{
background-color: #D16C7E;
}
.BgClassName
{
background-color: #D16C7E;
}
</style>
border-color css
<style>
span { border-color: #D16C7E; }
span { border-color: rgb(209,108,126); }
td.TdClassName
{
border-color: #D16C7E;
}
.TagClassName
{
border-color: #D16C7E;
}
</style>