Shades of Charm #D87281
Tints of Charm #D87281
RGB
CMYK
RGB Variations
Color information
#D87281 (or 0xD87281) is known color: Charm. HEX triplet: D8, 72 and 81. RGB value is (216,114,129). Sum of RGB (Red+Green+Blue) = 216+114+129=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D87281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87281 is #278D7E. Grayscale: #929292. Windows color (decimal): -2592127 or 8483544. OLE color: 8483544.
HSL color Cylindrical-coordinate representation of color #D87281: hue angle of 351.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87281 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 129 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.15 |
| HSL | 351.18º | 0.57% | 0.65% | - |
| HSV(B) | 351.18º | 0.47% | 0.85% | - |
| XYZ | 38.3 | 28.22 | 24.2 | - |
| YUV | 146.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 129 | 0 | 0.47 | 0.40 | 0.15 | 351.18 | 0.57 | 0.65 |
| Hex | D8 | 72 | 81 | 0 | 2F | 28 | F | 15F | 39 | 41 |
| Octal | 330 | 162 | 201 | 0 | 57 | 50 | 17 | 537 | 71 | 101 |
| Binary | 11011000 | 1110010 | 10000001 | 0 | 101111 | 101000 | 1111 | 101011111 | 111001 | 1000001 |
Color Harmonies of #D87281
Complementary color
Monochromatic Colors of #D87281
Black with #D87281
Text Example
Text Example
White with #D87281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87281; }
p { color: rgb(216,114,129); }
H1.HeaderClassName
{
color: #D87281;
}
.AnyTagClassName
{
color: #D87281;
}
</style>
background-color css
<style>
a { background-color: #D87281; }
a { background-color: rgb(216,114,129); }
div.DivClassName
{
background-color: #D87281;
}
.BgClassName
{
background-color: #D87281;
}
</style>
border-color css
<style>
span { border-color: #D87281; }
span { border-color: rgb(216,114,129); }
td.TdClassName
{
border-color: #D87281;
}
.TagClassName
{
border-color: #D87281;
}
</style>