Shades of Charm #D16D84
Tints of Charm #D16D84
RGB
CMYK
RGB Variations
Color information
#D16D84 (or 0xD16D84) is known color: Charm. HEX triplet: D1, 6D and 84. RGB value is (209,109,132). Sum of RGB (Red+Green+Blue) = 209+109+132=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16D84 is #2E927B. Grayscale: #8D8D8D. Windows color (decimal): -3052156 or 8678865. OLE color: 8678865.
HSL color Cylindrical-coordinate representation of color #D16D84: hue angle of 346.2º 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 #D16D84 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 132 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.18 |
| HSL | 346.2º | 0.52% | 0.62% | - |
| HSV(B) | 346.2º | 0.48% | 0.82% | - |
| XYZ | 35.93 | 26.16 | 24.99 | - |
| YUV | 141.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 132 | 0 | 0.48 | 0.37 | 0.18 | 346.2 | 0.52 | 0.62 |
| Hex | D1 | 6D | 84 | 0 | 30 | 25 | 12 | 15A | 34 | 3E |
| Octal | 321 | 155 | 204 | 0 | 60 | 45 | 22 | 532 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10000100 | 0 | 110000 | 100101 | 10010 | 101011010 | 110100 | 111110 |
Color Harmonies of #D16D84
Complementary color
Monochromatic Colors of #D16D84
Black with #D16D84
Text Example
Text Example
White with #D16D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D84; }
p { color: rgb(209,109,132); }
H1.HeaderClassName
{
color: #D16D84;
}
.AnyTagClassName
{
color: #D16D84;
}
</style>
background-color css
<style>
a { background-color: #D16D84; }
a { background-color: rgb(209,109,132); }
div.DivClassName
{
background-color: #D16D84;
}
.BgClassName
{
background-color: #D16D84;
}
</style>
border-color css
<style>
span { border-color: #D16D84; }
span { border-color: rgb(209,109,132); }
td.TdClassName
{
border-color: #D16D84;
}
.TagClassName
{
border-color: #D16D84;
}
</style>