Shades of Charm #D16C81
Tints of Charm #D16C81
RGB
CMYK
RGB Variations
Color information
#D16C81 (or 0xD16C81) is known color: Charm. HEX triplet: D1, 6C and 81. RGB value is (209,108,129). Sum of RGB (Red+Green+Blue) = 209+108+129=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16C81 is #2E937E. Grayscale: #8C8C8C. Windows color (decimal): -3052415 or 8482001. OLE color: 8482001.
HSL color Cylindrical-coordinate representation of color #D16C81: hue angle of 347.52º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16C81 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 129 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.18 |
| HSL | 347.52º | 0.52% | 0.62% | - |
| HSV(B) | 347.52º | 0.48% | 0.82% | - |
| XYZ | 35.62 | 25.87 | 23.88 | - |
| YUV | 140.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 129 | 0 | 0.48 | 0.38 | 0.18 | 347.52 | 0.52 | 0.62 |
| Hex | D1 | 6C | 81 | 0 | 30 | 26 | 12 | 15C | 34 | 3E |
| Octal | 321 | 154 | 201 | 0 | 60 | 46 | 22 | 534 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10000001 | 0 | 110000 | 100110 | 10010 | 101011100 | 110100 | 111110 |
Color Harmonies of #D16C81
Complementary color
Monochromatic Colors of #D16C81
Black with #D16C81
Text Example
Text Example
White with #D16C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C81; }
p { color: rgb(209,108,129); }
H1.HeaderClassName
{
color: #D16C81;
}
.AnyTagClassName
{
color: #D16C81;
}
</style>
background-color css
<style>
a { background-color: #D16C81; }
a { background-color: rgb(209,108,129); }
div.DivClassName
{
background-color: #D16C81;
}
.BgClassName
{
background-color: #D16C81;
}
</style>
border-color css
<style>
span { border-color: #D16C81; }
span { border-color: rgb(209,108,129); }
td.TdClassName
{
border-color: #D16C81;
}
.TagClassName
{
border-color: #D16C81;
}
</style>