Shades of Charm #D16F8C
Tints of Charm #D16F8C
RGB
CMYK
RGB Variations
Color information
#D16F8C (or 0xD16F8C) is known color: Charm. HEX triplet: D1, 6F and 8C. RGB value is (209,111,140). Sum of RGB (Red+Green+Blue) = 209+111+140=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16F8C is #2E9073. Grayscale: #8F8F8F. Windows color (decimal): -3051636 or 9203665. OLE color: 9203665.
HSL color Cylindrical-coordinate representation of color #D16F8C: hue angle of 342.24º 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 #D16F8C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 140 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 342.24º | 0.52% | 0.63% | - |
| HSV(B) | 342.24º | 0.47% | 0.82% | - |
| XYZ | 36.71 | 26.82 | 28.05 | - |
| YUV | 143.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 140 | 0 | 0.47 | 0.33 | 0.18 | 342.24 | 0.52 | 0.63 |
| Hex | D1 | 6F | 8C | 0 | 2F | 21 | 12 | 156 | 34 | 3F |
| Octal | 321 | 157 | 214 | 0 | 57 | 41 | 22 | 526 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10001100 | 0 | 101111 | 100001 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D16F8C
Complementary color
Monochromatic Colors of #D16F8C
Black with #D16F8C
Text Example
Text Example
White with #D16F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F8C; }
p { color: rgb(209,111,140); }
H1.HeaderClassName
{
color: #D16F8C;
}
.AnyTagClassName
{
color: #D16F8C;
}
</style>
background-color css
<style>
a { background-color: #D16F8C; }
a { background-color: rgb(209,111,140); }
div.DivClassName
{
background-color: #D16F8C;
}
.BgClassName
{
background-color: #D16F8C;
}
</style>
border-color css
<style>
span { border-color: #D16F8C; }
span { border-color: rgb(209,111,140); }
td.TdClassName
{
border-color: #D16F8C;
}
.TagClassName
{
border-color: #D16F8C;
}
</style>