Shades of Charm #D87B8D
Tints of Charm #D87B8D
RGB
CMYK
RGB Variations
Color information
#D87B8D (or 0xD87B8D) is known color: Charm. HEX triplet: D8, 7B and 8D. RGB value is (216,123,141). Sum of RGB (Red+Green+Blue) = 216+123+141=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87B8D is #278472. Grayscale: #989898. Windows color (decimal): -2589811 or 9272280. OLE color: 9272280.
HSL color Cylindrical-coordinate representation of color #D87B8D: hue angle of 348.39º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87B8D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 141 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.15 |
| HSL | 348.39º | 0.54% | 0.66% | - |
| HSV(B) | 348.39º | 0.43% | 0.85% | - |
| XYZ | 40.21 | 30.69 | 29 | - |
| YUV | 152.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 141 | 0 | 0.43 | 0.35 | 0.15 | 348.39 | 0.54 | 0.66 |
| Hex | D8 | 7B | 8D | 0 | 2B | 23 | F | 15C | 36 | 42 |
| Octal | 330 | 173 | 215 | 0 | 53 | 43 | 17 | 534 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10001101 | 0 | 101011 | 100011 | 1111 | 101011100 | 110110 | 1000010 |
Color Harmonies of #D87B8D
Complementary color
Monochromatic Colors of #D87B8D
Black with #D87B8D
Text Example
Text Example
White with #D87B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B8D; }
p { color: rgb(216,123,141); }
H1.HeaderClassName
{
color: #D87B8D;
}
.AnyTagClassName
{
color: #D87B8D;
}
</style>
background-color css
<style>
a { background-color: #D87B8D; }
a { background-color: rgb(216,123,141); }
div.DivClassName
{
background-color: #D87B8D;
}
.BgClassName
{
background-color: #D87B8D;
}
</style>
border-color css
<style>
span { border-color: #D87B8D; }
span { border-color: rgb(216,123,141); }
td.TdClassName
{
border-color: #D87B8D;
}
.TagClassName
{
border-color: #D87B8D;
}
</style>