Shades of Charm #D16B84
Tints of Charm #D16B84
RGB
CMYK
RGB Variations
Color information
#D16B84 (or 0xD16B84) is known color: Charm. HEX triplet: D1, 6B and 84. RGB value is (209,107,132). Sum of RGB (Red+Green+Blue) = 209+107+132=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16B84 is #2E947B. Grayscale: #8C8C8C. Windows color (decimal): -3052668 or 8678353. OLE color: 8678353.
HSL color Cylindrical-coordinate representation of color #D16B84: hue angle of 345.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16B84 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 132 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.18 |
| HSL | 345.29º | 0.53% | 0.62% | - |
| HSV(B) | 345.29º | 0.49% | 0.82% | - |
| XYZ | 35.72 | 25.74 | 24.91 | - |
| YUV | 140.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 132 | 0 | 0.49 | 0.37 | 0.18 | 345.29 | 0.53 | 0.62 |
| Hex | D1 | 6B | 84 | 0 | 31 | 25 | 12 | 159 | 35 | 3E |
| Octal | 321 | 153 | 204 | 0 | 61 | 45 | 22 | 531 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10000100 | 0 | 110001 | 100101 | 10010 | 101011001 | 110101 | 111110 |
Color Harmonies of #D16B84
Complementary color
Monochromatic Colors of #D16B84
Black with #D16B84
Text Example
Text Example
White with #D16B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B84; }
p { color: rgb(209,107,132); }
H1.HeaderClassName
{
color: #D16B84;
}
.AnyTagClassName
{
color: #D16B84;
}
</style>
background-color css
<style>
a { background-color: #D16B84; }
a { background-color: rgb(209,107,132); }
div.DivClassName
{
background-color: #D16B84;
}
.BgClassName
{
background-color: #D16B84;
}
</style>
border-color css
<style>
span { border-color: #D16B84; }
span { border-color: rgb(209,107,132); }
td.TdClassName
{
border-color: #D16B84;
}
.TagClassName
{
border-color: #D16B84;
}
</style>