Shades of Charm #D16F8D
Tints of Charm #D16F8D
RGB
CMYK
RGB Variations
Color information
#D16F8D (or 0xD16F8D) is known color: Charm. HEX triplet: D1, 6F and 8D. RGB value is (209,111,141). Sum of RGB (Red+Green+Blue) = 209+111+141=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F8D is #2E9072. Grayscale: #8F8F8F. Windows color (decimal): -3051635 or 9269201. OLE color: 9269201.
HSL color Cylindrical-coordinate representation of color #D16F8D: hue angle of 341.63º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F8D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 141 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 341.63º | 0.52% | 0.63% | - |
| HSV(B) | 341.63º | 0.47% | 0.82% | - |
| XYZ | 36.79 | 26.85 | 28.44 | - |
| YUV | 143.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 141 | 0 | 0.47 | 0.33 | 0.18 | 341.63 | 0.52 | 0.63 |
| Hex | D1 | 6F | 8D | 0 | 2F | 21 | 12 | 156 | 34 | 3F |
| Octal | 321 | 157 | 215 | 0 | 57 | 41 | 22 | 526 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10001101 | 0 | 101111 | 100001 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D16F8D
Complementary color
Monochromatic Colors of #D16F8D
Black with #D16F8D
Text Example
Text Example
White with #D16F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F8D; }
p { color: rgb(209,111,141); }
H1.HeaderClassName
{
color: #D16F8D;
}
.AnyTagClassName
{
color: #D16F8D;
}
</style>
background-color css
<style>
a { background-color: #D16F8D; }
a { background-color: rgb(209,111,141); }
div.DivClassName
{
background-color: #D16F8D;
}
.BgClassName
{
background-color: #D16F8D;
}
</style>
border-color css
<style>
span { border-color: #D16F8D; }
span { border-color: rgb(209,111,141); }
td.TdClassName
{
border-color: #D16F8D;
}
.TagClassName
{
border-color: #D16F8D;
}
</style>