Shades of Charm #D16880
Tints of Charm #D16880
RGB
CMYK
RGB Variations
Color information
#D16880 (or 0xD16880) is known color: Charm. HEX triplet: D1, 68 and 80. RGB value is (209,104,128). Sum of RGB (Red+Green+Blue) = 209+104+128=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16880 is #2E977F. Grayscale: #8A8A8A. Windows color (decimal): -3053440 or 8415441. OLE color: 8415441.
HSL color Cylindrical-coordinate representation of color #D16880: hue angle of 346.29º 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 #D16880 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 128 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.18 |
| HSL | 346.29º | 0.53% | 0.61% | - |
| HSV(B) | 346.29º | 0.5% | 0.82% | - |
| XYZ | 35.14 | 25.01 | 23.4 | - |
| YUV | 138.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 128 | 0 | 0.50 | 0.39 | 0.18 | 346.29 | 0.53 | 0.61 |
| Hex | D1 | 68 | 80 | 0 | 32 | 27 | 12 | 15A | 35 | 3D |
| Octal | 321 | 150 | 200 | 0 | 62 | 47 | 22 | 532 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10000000 | 0 | 110010 | 100111 | 10010 | 101011010 | 110101 | 111101 |
Color Harmonies of #D16880
Complementary color
Monochromatic Colors of #D16880
Black with #D16880
Text Example
Text Example
White with #D16880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16880; }
p { color: rgb(209,104,128); }
H1.HeaderClassName
{
color: #D16880;
}
.AnyTagClassName
{
color: #D16880;
}
</style>
background-color css
<style>
a { background-color: #D16880; }
a { background-color: rgb(209,104,128); }
div.DivClassName
{
background-color: #D16880;
}
.BgClassName
{
background-color: #D16880;
}
</style>
border-color css
<style>
span { border-color: #D16880; }
span { border-color: rgb(209,104,128); }
td.TdClassName
{
border-color: #D16880;
}
.TagClassName
{
border-color: #D16880;
}
</style>