Shades of Charm #D86F88
Tints of Charm #D86F88
RGB
CMYK
RGB Variations
Color information
#D86F88 (or 0xD86F88) is known color: Charm. HEX triplet: D8, 6F and 88. RGB value is (216,111,136). Sum of RGB (Red+Green+Blue) = 216+111+136=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F88 is #279077. Grayscale: #919191. Windows color (decimal): -2592888 or 8941528. OLE color: 8941528.
HSL color Cylindrical-coordinate representation of color #D86F88: hue angle of 345.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86F88 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 136 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.15 |
| HSL | 345.71º | 0.57% | 0.64% | - |
| HSV(B) | 345.71º | 0.49% | 0.85% | - |
| XYZ | 38.45 | 27.75 | 26.62 | - |
| YUV | 145.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 136 | 0 | 0.49 | 0.37 | 0.15 | 345.71 | 0.57 | 0.64 |
| Hex | D8 | 6F | 88 | 0 | 31 | 25 | F | 15A | 39 | 40 |
| Octal | 330 | 157 | 210 | 0 | 61 | 45 | 17 | 532 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10001000 | 0 | 110001 | 100101 | 1111 | 101011010 | 111001 | 1000000 |
Color Harmonies of #D86F88
Complementary color
Monochromatic Colors of #D86F88
Black with #D86F88
Text Example
Text Example
White with #D86F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F88; }
p { color: rgb(216,111,136); }
H1.HeaderClassName
{
color: #D86F88;
}
.AnyTagClassName
{
color: #D86F88;
}
</style>
background-color css
<style>
a { background-color: #D86F88; }
a { background-color: rgb(216,111,136); }
div.DivClassName
{
background-color: #D86F88;
}
.BgClassName
{
background-color: #D86F88;
}
</style>
border-color css
<style>
span { border-color: #D86F88; }
span { border-color: rgb(216,111,136); }
td.TdClassName
{
border-color: #D86F88;
}
.TagClassName
{
border-color: #D86F88;
}
</style>