Shades of Charm #D16A85
Tints of Charm #D16A85
RGB
CMYK
RGB Variations
Color information
#D16A85 (or 0xD16A85) is known color: Charm. HEX triplet: D1, 6A and 85. RGB value is (209,106,133). Sum of RGB (Red+Green+Blue) = 209+106+133=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16A85 is #2E957A. Grayscale: #8B8B8B. Windows color (decimal): -3052923 or 8743633. OLE color: 8743633.
HSL color Cylindrical-coordinate representation of color #D16A85: hue angle of 344.27º 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 #D16A85 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 133 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.18 |
| HSL | 344.27º | 0.53% | 0.62% | - |
| HSV(B) | 344.27º | 0.49% | 0.82% | - |
| XYZ | 35.68 | 25.56 | 25.24 | - |
| YUV | 139.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 133 | 0 | 0.49 | 0.36 | 0.18 | 344.27 | 0.53 | 0.62 |
| Hex | D1 | 6A | 85 | 0 | 31 | 24 | 12 | 158 | 35 | 3E |
| Octal | 321 | 152 | 205 | 0 | 61 | 44 | 22 | 530 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10000101 | 0 | 110001 | 100100 | 10010 | 101011000 | 110101 | 111110 |
Color Harmonies of #D16A85
Complementary color
Monochromatic Colors of #D16A85
Black with #D16A85
Text Example
Text Example
White with #D16A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A85; }
p { color: rgb(209,106,133); }
H1.HeaderClassName
{
color: #D16A85;
}
.AnyTagClassName
{
color: #D16A85;
}
</style>
background-color css
<style>
a { background-color: #D16A85; }
a { background-color: rgb(209,106,133); }
div.DivClassName
{
background-color: #D16A85;
}
.BgClassName
{
background-color: #D16A85;
}
</style>
border-color css
<style>
span { border-color: #D16A85; }
span { border-color: rgb(209,106,133); }
td.TdClassName
{
border-color: #D16A85;
}
.TagClassName
{
border-color: #D16A85;
}
</style>