Shades of Charm #D16485
Tints of Charm #D16485
RGB
CMYK
RGB Variations
Color information
#D16485 (or 0xD16485) is known color: Charm. HEX triplet: D1, 64 and 85. RGB value is (209,100,133). Sum of RGB (Red+Green+Blue) = 209+100+133=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16485 is #2E9B7A. Grayscale: #888888. Windows color (decimal): -3054459 or 8742097. OLE color: 8742097.
HSL color Cylindrical-coordinate representation of color #D16485: hue angle of 341.83º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16485 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 133 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.18 |
| HSL | 341.83º | 0.54% | 0.61% | - |
| HSV(B) | 341.83º | 0.52% | 0.82% | - |
| XYZ | 35.09 | 24.36 | 25.04 | - |
| YUV | 136.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 133 | 0 | 0.52 | 0.36 | 0.18 | 341.83 | 0.54 | 0.61 |
| Hex | D1 | 64 | 85 | 0 | 34 | 24 | 12 | 156 | 36 | 3D |
| Octal | 321 | 144 | 205 | 0 | 64 | 44 | 22 | 526 | 66 | 75 |
| Binary | 11010001 | 1100100 | 10000101 | 0 | 110100 | 100100 | 10010 | 101010110 | 110110 | 111101 |
Color Harmonies of #D16485
Complementary color
Monochromatic Colors of #D16485
Black with #D16485
Text Example
Text Example
White with #D16485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16485; }
p { color: rgb(209,100,133); }
H1.HeaderClassName
{
color: #D16485;
}
.AnyTagClassName
{
color: #D16485;
}
</style>
background-color css
<style>
a { background-color: #D16485; }
a { background-color: rgb(209,100,133); }
div.DivClassName
{
background-color: #D16485;
}
.BgClassName
{
background-color: #D16485;
}
</style>
border-color css
<style>
span { border-color: #D16485; }
span { border-color: rgb(209,100,133); }
td.TdClassName
{
border-color: #D16485;
}
.TagClassName
{
border-color: #D16485;
}
</style>