Shades of Deep Blush #D86D83
Tints of Deep Blush #D86D83
RGB
CMYK
RGB Variations
Color information
#D86D83 (or 0xD86D83) is known color: Deep Blush. HEX triplet: D8, 6D and 83. RGB value is (216,109,131). Sum of RGB (Red+Green+Blue) = 216+109+131=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D83 is #27927C. Grayscale: #8F8F8F. Windows color (decimal): -2593405 or 8613336. OLE color: 8613336.
HSL color Cylindrical-coordinate representation of color #D86D83: hue angle of 347.66º 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 #D86D83 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 131 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.15 |
| HSL | 347.66º | 0.58% | 0.64% | - |
| HSV(B) | 347.66º | 0.5% | 0.85% | - |
| XYZ | 37.88 | 27.17 | 24.72 | - |
| YUV | 143.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 131 | 0 | 0.50 | 0.39 | 0.15 | 347.66 | 0.58 | 0.64 |
| Hex | D8 | 6D | 83 | 0 | 32 | 27 | F | 15C | 3A | 40 |
| Octal | 330 | 155 | 203 | 0 | 62 | 47 | 17 | 534 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10000011 | 0 | 110010 | 100111 | 1111 | 101011100 | 111010 | 1000000 |
Color Harmonies of #D86D83
Complementary color
Monochromatic Colors of #D86D83
Black with #D86D83
Text Example
Text Example
White with #D86D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D83; }
p { color: rgb(216,109,131); }
H1.HeaderClassName
{
color: #D86D83;
}
.AnyTagClassName
{
color: #D86D83;
}
</style>
background-color css
<style>
a { background-color: #D86D83; }
a { background-color: rgb(216,109,131); }
div.DivClassName
{
background-color: #D86D83;
}
.BgClassName
{
background-color: #D86D83;
}
</style>
border-color css
<style>
span { border-color: #D86D83; }
span { border-color: rgb(216,109,131); }
td.TdClassName
{
border-color: #D86D83;
}
.TagClassName
{
border-color: #D86D83;
}
</style>