Shades of Charm #D16989
Tints of Charm #D16989
RGB
CMYK
RGB Variations
Color information
#D16989 (or 0xD16989) is known color: Charm. HEX triplet: D1, 69 and 89. RGB value is (209,105,137). Sum of RGB (Red+Green+Blue) = 209+105+137=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D16989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16989 is #2E9676. Grayscale: #8B8B8B. Windows color (decimal): -3053175 or 9005521. OLE color: 9005521.
HSL color Cylindrical-coordinate representation of color #D16989: hue angle of 341.54º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16989 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 137 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.18 |
| HSL | 341.54º | 0.53% | 0.62% | - |
| HSV(B) | 341.54º | 0.5% | 0.82% | - |
| XYZ | 35.86 | 25.46 | 26.69 | - |
| YUV | 139.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 137 | 0 | 0.50 | 0.34 | 0.18 | 341.54 | 0.53 | 0.62 |
| Hex | D1 | 69 | 89 | 0 | 32 | 22 | 12 | 156 | 35 | 3E |
| Octal | 321 | 151 | 211 | 0 | 62 | 42 | 22 | 526 | 65 | 76 |
| Binary | 11010001 | 1101001 | 10001001 | 0 | 110010 | 100010 | 10010 | 101010110 | 110101 | 111110 |
Color Harmonies of #D16989
Complementary color
Monochromatic Colors of #D16989
Black with #D16989
Text Example
Text Example
White with #D16989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16989; }
p { color: rgb(209,105,137); }
H1.HeaderClassName
{
color: #D16989;
}
.AnyTagClassName
{
color: #D16989;
}
</style>
background-color css
<style>
a { background-color: #D16989; }
a { background-color: rgb(209,105,137); }
div.DivClassName
{
background-color: #D16989;
}
.BgClassName
{
background-color: #D16989;
}
</style>
border-color css
<style>
span { border-color: #D16989; }
span { border-color: rgb(209,105,137); }
td.TdClassName
{
border-color: #D16989;
}
.TagClassName
{
border-color: #D16989;
}
</style>