Shades of Deep Blush #D86B7E
Tints of Deep Blush #D86B7E
RGB
CMYK
RGB Variations
Color information
#D86B7E (or 0xD86B7E) is known color: Deep Blush. HEX triplet: D8, 6B and 7E. RGB value is (216,107,126). Sum of RGB (Red+Green+Blue) = 216+107+126=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86B7E is #279481. Grayscale: #8D8D8D. Windows color (decimal): -2593922 or 8285144. OLE color: 8285144.
HSL color Cylindrical-coordinate representation of color #D86B7E: hue angle of 349.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86B7E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 126 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.15 |
| HSL | 349.54º | 0.58% | 0.63% | - |
| HSV(B) | 349.54º | 0.5% | 0.85% | - |
| XYZ | 37.34 | 26.62 | 22.91 | - |
| YUV | 141.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 126 | 0 | 0.50 | 0.42 | 0.15 | 349.54 | 0.58 | 0.63 |
| Hex | D8 | 6B | 7E | 0 | 32 | 2A | F | 15E | 3A | 3F |
| Octal | 330 | 153 | 176 | 0 | 62 | 52 | 17 | 536 | 72 | 77 |
| Binary | 11011000 | 1101011 | 1111110 | 0 | 110010 | 101010 | 1111 | 101011110 | 111010 | 111111 |
Color Harmonies of #D86B7E
Complementary color
Monochromatic Colors of #D86B7E
Black with #D86B7E
Text Example
Text Example
White with #D86B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86B7E; }
p { color: rgb(216,107,126); }
H1.HeaderClassName
{
color: #D86B7E;
}
.AnyTagClassName
{
color: #D86B7E;
}
</style>
background-color css
<style>
a { background-color: #D86B7E; }
a { background-color: rgb(216,107,126); }
div.DivClassName
{
background-color: #D86B7E;
}
.BgClassName
{
background-color: #D86B7E;
}
</style>
border-color css
<style>
span { border-color: #D86B7E; }
span { border-color: rgb(216,107,126); }
td.TdClassName
{
border-color: #D86B7E;
}
.TagClassName
{
border-color: #D86B7E;
}
</style>