Shades of Charm #D16884
Tints of Charm #D16884
RGB
CMYK
RGB Variations
Color information
#D16884 (or 0xD16884) is known color: Charm. HEX triplet: D1, 68 and 84. RGB value is (209,104,132). Sum of RGB (Red+Green+Blue) = 209+104+132=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D16884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16884 is #2E977B. Grayscale: #8A8A8A. Windows color (decimal): -3053436 or 8677585. OLE color: 8677585.
HSL color Cylindrical-coordinate representation of color #D16884: hue angle of 344º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16884 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 132 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.18 |
| HSL | 344º | 0.53% | 0.61% | - |
| HSV(B) | 344º | 0.5% | 0.82% | - |
| XYZ | 35.41 | 25.12 | 24.81 | - |
| YUV | 138.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 132 | 0 | 0.50 | 0.37 | 0.18 | 344 | 0.53 | 0.61 |
| Hex | D1 | 68 | 84 | 0 | 32 | 25 | 12 | 158 | 35 | 3D |
| Octal | 321 | 150 | 204 | 0 | 62 | 45 | 22 | 530 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10000100 | 0 | 110010 | 100101 | 10010 | 101011000 | 110101 | 111101 |
Color Harmonies of #D16884
Complementary color
Monochromatic Colors of #D16884
Black with #D16884
Text Example
Text Example
White with #D16884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16884; }
p { color: rgb(209,104,132); }
H1.HeaderClassName
{
color: #D16884;
}
.AnyTagClassName
{
color: #D16884;
}
</style>
background-color css
<style>
a { background-color: #D16884; }
a { background-color: rgb(209,104,132); }
div.DivClassName
{
background-color: #D16884;
}
.BgClassName
{
background-color: #D16884;
}
</style>
border-color css
<style>
span { border-color: #D16884; }
span { border-color: rgb(209,104,132); }
td.TdClassName
{
border-color: #D16884;
}
.TagClassName
{
border-color: #D16884;
}
</style>