Shades of Charm #D16680
Tints of Charm #D16680
RGB
CMYK
RGB Variations
Color information
#D16680 (or 0xD16680) is known color: Charm. HEX triplet: D1, 66 and 80. RGB value is (209,102,128). Sum of RGB (Red+Green+Blue) = 209+102+128=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D16680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16680 is #2E997F. Grayscale: #888888. Windows color (decimal): -3053952 or 8414929. OLE color: 8414929.
HSL color Cylindrical-coordinate representation of color #D16680: hue angle of 345.42º 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 #D16680 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 128 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.18 |
| HSL | 345.42º | 0.54% | 0.61% | - |
| HSV(B) | 345.42º | 0.51% | 0.82% | - |
| XYZ | 34.94 | 24.62 | 23.33 | - |
| YUV | 136.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 128 | 0 | 0.51 | 0.39 | 0.18 | 345.42 | 0.54 | 0.61 |
| Hex | D1 | 66 | 80 | 0 | 33 | 27 | 12 | 159 | 36 | 3D |
| Octal | 321 | 146 | 200 | 0 | 63 | 47 | 22 | 531 | 66 | 75 |
| Binary | 11010001 | 1100110 | 10000000 | 0 | 110011 | 100111 | 10010 | 101011001 | 110110 | 111101 |
Color Harmonies of #D16680
Complementary color
Monochromatic Colors of #D16680
Black with #D16680
Text Example
Text Example
White with #D16680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16680; }
p { color: rgb(209,102,128); }
H1.HeaderClassName
{
color: #D16680;
}
.AnyTagClassName
{
color: #D16680;
}
</style>
background-color css
<style>
a { background-color: #D16680; }
a { background-color: rgb(209,102,128); }
div.DivClassName
{
background-color: #D16680;
}
.BgClassName
{
background-color: #D16680;
}
</style>
border-color css
<style>
span { border-color: #D16680; }
span { border-color: rgb(209,102,128); }
td.TdClassName
{
border-color: #D16680;
}
.TagClassName
{
border-color: #D16680;
}
</style>