Shades of Charm #D16886
Tints of Charm #D16886
RGB
CMYK
RGB Variations
Color information
#D16886 (or 0xD16886) is known color: Charm. HEX triplet: D1, 68 and 86. RGB value is (209,104,134). Sum of RGB (Red+Green+Blue) = 209+104+134=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D16886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16886 is #2E9779. Grayscale: #8A8A8A. Windows color (decimal): -3053434 or 8808657. OLE color: 8808657.
HSL color Cylindrical-coordinate representation of color #D16886: hue angle of 342.86º 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 #D16886 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 134 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.18 |
| HSL | 342.86º | 0.53% | 0.61% | - |
| HSV(B) | 342.86º | 0.5% | 0.82% | - |
| XYZ | 35.55 | 25.18 | 25.54 | - |
| YUV | 138.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 134 | 0 | 0.50 | 0.36 | 0.18 | 342.86 | 0.53 | 0.61 |
| Hex | D1 | 68 | 86 | 0 | 32 | 24 | 12 | 157 | 35 | 3D |
| Octal | 321 | 150 | 206 | 0 | 62 | 44 | 22 | 527 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10000110 | 0 | 110010 | 100100 | 10010 | 101010111 | 110101 | 111101 |
Color Harmonies of #D16886
Complementary color
Monochromatic Colors of #D16886
Black with #D16886
Text Example
Text Example
White with #D16886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16886; }
p { color: rgb(209,104,134); }
H1.HeaderClassName
{
color: #D16886;
}
.AnyTagClassName
{
color: #D16886;
}
</style>
background-color css
<style>
a { background-color: #D16886; }
a { background-color: rgb(209,104,134); }
div.DivClassName
{
background-color: #D16886;
}
.BgClassName
{
background-color: #D16886;
}
</style>
border-color css
<style>
span { border-color: #D16886; }
span { border-color: rgb(209,104,134); }
td.TdClassName
{
border-color: #D16886;
}
.TagClassName
{
border-color: #D16886;
}
</style>