Shades of Charm #D16785
Tints of Charm #D16785
RGB
CMYK
RGB Variations
Color information
#D16785 (or 0xD16785) is known color: Charm. HEX triplet: D1, 67 and 85. RGB value is (209,103,133). Sum of RGB (Red+Green+Blue) = 209+103+133=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D16785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16785 is #2E987A. Grayscale: #8A8A8A. Windows color (decimal): -3053691 or 8742865. OLE color: 8742865.
HSL color Cylindrical-coordinate representation of color #D16785: hue angle of 343.02º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16785 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 133 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.18 |
| HSL | 343.02º | 0.54% | 0.61% | - |
| HSV(B) | 343.02º | 0.51% | 0.82% | - |
| XYZ | 35.38 | 24.95 | 25.14 | - |
| YUV | 138.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 133 | 0 | 0.51 | 0.36 | 0.18 | 343.02 | 0.54 | 0.61 |
| Hex | D1 | 67 | 85 | 0 | 33 | 24 | 12 | 157 | 36 | 3D |
| Octal | 321 | 147 | 205 | 0 | 63 | 44 | 22 | 527 | 66 | 75 |
| Binary | 11010001 | 1100111 | 10000101 | 0 | 110011 | 100100 | 10010 | 101010111 | 110110 | 111101 |
Color Harmonies of #D16785
Complementary color
Monochromatic Colors of #D16785
Black with #D16785
Text Example
Text Example
White with #D16785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16785; }
p { color: rgb(209,103,133); }
H1.HeaderClassName
{
color: #D16785;
}
.AnyTagClassName
{
color: #D16785;
}
</style>
background-color css
<style>
a { background-color: #D16785; }
a { background-color: rgb(209,103,133); }
div.DivClassName
{
background-color: #D16785;
}
.BgClassName
{
background-color: #D16785;
}
</style>
border-color css
<style>
span { border-color: #D16785; }
span { border-color: rgb(209,103,133); }
td.TdClassName
{
border-color: #D16785;
}
.TagClassName
{
border-color: #D16785;
}
</style>