Shades of Deep Blush #D86C83
Tints of Deep Blush #D86C83
RGB
CMYK
RGB Variations
Color information
#D86C83 (or 0xD86C83) is known color: Deep Blush. HEX triplet: D8, 6C and 83. RGB value is (216,108,131). Sum of RGB (Red+Green+Blue) = 216+108+131=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C83 is #27937C. Grayscale: #8E8E8E. Windows color (decimal): -2593661 or 8613080. OLE color: 8613080.
HSL color Cylindrical-coordinate representation of color #D86C83: hue angle of 347.22º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C83 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 131 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.15 |
| HSL | 347.22º | 0.58% | 0.64% | - |
| HSV(B) | 347.22º | 0.5% | 0.85% | - |
| XYZ | 37.78 | 26.96 | 24.69 | - |
| YUV | 142.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 131 | 0 | 0.50 | 0.39 | 0.15 | 347.22 | 0.58 | 0.64 |
| Hex | D8 | 6C | 83 | 0 | 32 | 27 | F | 15B | 3A | 40 |
| Octal | 330 | 154 | 203 | 0 | 62 | 47 | 17 | 533 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10000011 | 0 | 110010 | 100111 | 1111 | 101011011 | 111010 | 1000000 |
Color Harmonies of #D86C83
Complementary color
Monochromatic Colors of #D86C83
Black with #D86C83
Text Example
Text Example
White with #D86C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C83; }
p { color: rgb(216,108,131); }
H1.HeaderClassName
{
color: #D86C83;
}
.AnyTagClassName
{
color: #D86C83;
}
</style>
background-color css
<style>
a { background-color: #D86C83; }
a { background-color: rgb(216,108,131); }
div.DivClassName
{
background-color: #D86C83;
}
.BgClassName
{
background-color: #D86C83;
}
</style>
border-color css
<style>
span { border-color: #D86C83; }
span { border-color: rgb(216,108,131); }
td.TdClassName
{
border-color: #D86C83;
}
.TagClassName
{
border-color: #D86C83;
}
</style>