Shades of Charm #D86F84
Tints of Charm #D86F84
RGB
CMYK
RGB Variations
Color information
#D86F84 (or 0xD86F84) is known color: Charm. HEX triplet: D8, 6F and 84. RGB value is (216,111,132). Sum of RGB (Red+Green+Blue) = 216+111+132=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F84 is #27907B. Grayscale: #909090. Windows color (decimal): -2592892 or 8679384. OLE color: 8679384.
HSL color Cylindrical-coordinate representation of color #D86F84: hue angle of 348º 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 #D86F84 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 132 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.15 |
| HSL | 348º | 0.57% | 0.64% | - |
| HSV(B) | 348º | 0.49% | 0.85% | - |
| XYZ | 38.17 | 27.63 | 25.15 | - |
| YUV | 144.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 132 | 0 | 0.49 | 0.39 | 0.15 | 348 | 0.57 | 0.64 |
| Hex | D8 | 6F | 84 | 0 | 31 | 27 | F | 15C | 39 | 40 |
| Octal | 330 | 157 | 204 | 0 | 61 | 47 | 17 | 534 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10000100 | 0 | 110001 | 100111 | 1111 | 101011100 | 111001 | 1000000 |
Color Harmonies of #D86F84
Complementary color
Monochromatic Colors of #D86F84
Black with #D86F84
Text Example
Text Example
White with #D86F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F84; }
p { color: rgb(216,111,132); }
H1.HeaderClassName
{
color: #D86F84;
}
.AnyTagClassName
{
color: #D86F84;
}
</style>
background-color css
<style>
a { background-color: #D86F84; }
a { background-color: rgb(216,111,132); }
div.DivClassName
{
background-color: #D86F84;
}
.BgClassName
{
background-color: #D86F84;
}
</style>
border-color css
<style>
span { border-color: #D86F84; }
span { border-color: rgb(216,111,132); }
td.TdClassName
{
border-color: #D86F84;
}
.TagClassName
{
border-color: #D86F84;
}
</style>