Shades of Charm #D87188
Tints of Charm #D87188
RGB
CMYK
RGB Variations
Color information
#D87188 (or 0xD87188) is known color: Charm. HEX triplet: D8, 71 and 88. RGB value is (216,113,136). Sum of RGB (Red+Green+Blue) = 216+113+136=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87188 is #278E77. Grayscale: #929292. Windows color (decimal): -2592376 or 8942040. OLE color: 8942040.
HSL color Cylindrical-coordinate representation of color #D87188: hue angle of 346.6º 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 #D87188 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 136 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.15 |
| HSL | 346.6º | 0.57% | 0.65% | - |
| HSV(B) | 346.6º | 0.48% | 0.85% | - |
| XYZ | 38.67 | 28.19 | 26.7 | - |
| YUV | 146.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 136 | 0 | 0.48 | 0.37 | 0.15 | 346.6 | 0.57 | 0.65 |
| Hex | D8 | 71 | 88 | 0 | 30 | 25 | F | 15B | 39 | 41 |
| Octal | 330 | 161 | 210 | 0 | 60 | 45 | 17 | 533 | 71 | 101 |
| Binary | 11011000 | 1110001 | 10001000 | 0 | 110000 | 100101 | 1111 | 101011011 | 111001 | 1000001 |
Color Harmonies of #D87188
Complementary color
Monochromatic Colors of #D87188
Black with #D87188
Text Example
Text Example
White with #D87188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87188; }
p { color: rgb(216,113,136); }
H1.HeaderClassName
{
color: #D87188;
}
.AnyTagClassName
{
color: #D87188;
}
</style>
background-color css
<style>
a { background-color: #D87188; }
a { background-color: rgb(216,113,136); }
div.DivClassName
{
background-color: #D87188;
}
.BgClassName
{
background-color: #D87188;
}
</style>
border-color css
<style>
span { border-color: #D87188; }
span { border-color: rgb(216,113,136); }
td.TdClassName
{
border-color: #D87188;
}
.TagClassName
{
border-color: #D87188;
}
</style>