Shades of Charm #D86F83
Tints of Charm #D86F83
RGB
CMYK
RGB Variations
Color information
#D86F83 (or 0xD86F83) is known color: Charm. HEX triplet: D8, 6F and 83. RGB value is (216,111,131). Sum of RGB (Red+Green+Blue) = 216+111+131=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F83 is #27907C. Grayscale: #909090. Windows color (decimal): -2592893 or 8613848. OLE color: 8613848.
HSL color Cylindrical-coordinate representation of color #D86F83: hue angle of 348.57º 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 #D86F83 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 131 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.15 |
| HSL | 348.57º | 0.57% | 0.64% | - |
| HSV(B) | 348.57º | 0.49% | 0.85% | - |
| XYZ | 38.1 | 27.61 | 24.79 | - |
| YUV | 144.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 131 | 0 | 0.49 | 0.39 | 0.15 | 348.57 | 0.57 | 0.64 |
| Hex | D8 | 6F | 83 | 0 | 31 | 27 | F | 15D | 39 | 40 |
| Octal | 330 | 157 | 203 | 0 | 61 | 47 | 17 | 535 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10000011 | 0 | 110001 | 100111 | 1111 | 101011101 | 111001 | 1000000 |
Color Harmonies of #D86F83
Complementary color
Monochromatic Colors of #D86F83
Black with #D86F83
Text Example
Text Example
White with #D86F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F83; }
p { color: rgb(216,111,131); }
H1.HeaderClassName
{
color: #D86F83;
}
.AnyTagClassName
{
color: #D86F83;
}
</style>
background-color css
<style>
a { background-color: #D86F83; }
a { background-color: rgb(216,111,131); }
div.DivClassName
{
background-color: #D86F83;
}
.BgClassName
{
background-color: #D86F83;
}
</style>
border-color css
<style>
span { border-color: #D86F83; }
span { border-color: rgb(216,111,131); }
td.TdClassName
{
border-color: #D86F83;
}
.TagClassName
{
border-color: #D86F83;
}
</style>