Shades of Charm #D16F82
Tints of Charm #D16F82
RGB
CMYK
RGB Variations
Color information
#D16F82 (or 0xD16F82) is known color: Charm. HEX triplet: D1, 6F and 82. RGB value is (209,111,130). Sum of RGB (Red+Green+Blue) = 209+111+130=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F82 is #2E907D. Grayscale: #8E8E8E. Windows color (decimal): -3051646 or 8548305. OLE color: 8548305.
HSL color Cylindrical-coordinate representation of color #D16F82: hue angle of 348.37º 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 #D16F82 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 130 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.18 |
| HSL | 348.37º | 0.52% | 0.63% | - |
| HSV(B) | 348.37º | 0.47% | 0.82% | - |
| XYZ | 36.01 | 26.54 | 24.34 | - |
| YUV | 142.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 130 | 0 | 0.47 | 0.38 | 0.18 | 348.37 | 0.52 | 0.63 |
| Hex | D1 | 6F | 82 | 0 | 2F | 26 | 12 | 15C | 34 | 3F |
| Octal | 321 | 157 | 202 | 0 | 57 | 46 | 22 | 534 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10000010 | 0 | 101111 | 100110 | 10010 | 101011100 | 110100 | 111111 |
Color Harmonies of #D16F82
Complementary color
Monochromatic Colors of #D16F82
Black with #D16F82
Text Example
Text Example
White with #D16F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F82; }
p { color: rgb(209,111,130); }
H1.HeaderClassName
{
color: #D16F82;
}
.AnyTagClassName
{
color: #D16F82;
}
</style>
background-color css
<style>
a { background-color: #D16F82; }
a { background-color: rgb(209,111,130); }
div.DivClassName
{
background-color: #D16F82;
}
.BgClassName
{
background-color: #D16F82;
}
</style>
border-color css
<style>
span { border-color: #D16F82; }
span { border-color: rgb(209,111,130); }
td.TdClassName
{
border-color: #D16F82;
}
.TagClassName
{
border-color: #D16F82;
}
</style>