Shades of Charm #D87189
Tints of Charm #D87189
RGB
CMYK
RGB Variations
Color information
#D87189 (or 0xD87189) is known color: Charm. HEX triplet: D8, 71 and 89. RGB value is (216,113,137). Sum of RGB (Red+Green+Blue) = 216+113+137=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87189 is #278E76. Grayscale: #929292. Windows color (decimal): -2592375 or 9007576. OLE color: 9007576.
HSL color Cylindrical-coordinate representation of color #D87189: hue angle of 346.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87189 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 137 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.15 |
| HSL | 346.02º | 0.57% | 0.65% | - |
| HSV(B) | 346.02º | 0.48% | 0.85% | - |
| XYZ | 38.74 | 28.22 | 27.07 | - |
| YUV | 146.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 137 | 0 | 0.48 | 0.37 | 0.15 | 346.02 | 0.57 | 0.65 |
| Hex | D8 | 71 | 89 | 0 | 30 | 25 | F | 15A | 39 | 41 |
| Octal | 330 | 161 | 211 | 0 | 60 | 45 | 17 | 532 | 71 | 101 |
| Binary | 11011000 | 1110001 | 10001001 | 0 | 110000 | 100101 | 1111 | 101011010 | 111001 | 1000001 |
Color Harmonies of #D87189
Complementary color
Monochromatic Colors of #D87189
Black with #D87189
Text Example
Text Example
White with #D87189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87189; }
p { color: rgb(216,113,137); }
H1.HeaderClassName
{
color: #D87189;
}
.AnyTagClassName
{
color: #D87189;
}
</style>
background-color css
<style>
a { background-color: #D87189; }
a { background-color: rgb(216,113,137); }
div.DivClassName
{
background-color: #D87189;
}
.BgClassName
{
background-color: #D87189;
}
</style>
border-color css
<style>
span { border-color: #D87189; }
span { border-color: rgb(216,113,137); }
td.TdClassName
{
border-color: #D87189;
}
.TagClassName
{
border-color: #D87189;
}
</style>