Shades of Deep Blush #D86A88
Tints of Deep Blush #D86A88
RGB
CMYK
RGB Variations
Color information
#D86A88 (or 0xD86A88) is known color: Deep Blush. HEX triplet: D8, 6A and 88. RGB value is (216,106,136). Sum of RGB (Red+Green+Blue) = 216+106+136=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A88 is #279577. Grayscale: #8E8E8E. Windows color (decimal): -2594168 or 8940248. OLE color: 8940248.
HSL color Cylindrical-coordinate representation of color #D86A88: hue angle of 343.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86A88 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 136 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.15 |
| HSL | 343.64º | 0.59% | 0.63% | - |
| HSV(B) | 343.64º | 0.51% | 0.85% | - |
| XYZ | 37.92 | 26.68 | 26.44 | - |
| YUV | 142.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 136 | 0 | 0.51 | 0.37 | 0.15 | 343.64 | 0.59 | 0.63 |
| Hex | D8 | 6A | 88 | 0 | 33 | 25 | F | 158 | 3B | 3F |
| Octal | 330 | 152 | 210 | 0 | 63 | 45 | 17 | 530 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10001000 | 0 | 110011 | 100101 | 1111 | 101011000 | 111011 | 111111 |
Color Harmonies of #D86A88
Complementary color
Monochromatic Colors of #D86A88
Black with #D86A88
Text Example
Text Example
White with #D86A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A88; }
p { color: rgb(216,106,136); }
H1.HeaderClassName
{
color: #D86A88;
}
.AnyTagClassName
{
color: #D86A88;
}
</style>
background-color css
<style>
a { background-color: #D86A88; }
a { background-color: rgb(216,106,136); }
div.DivClassName
{
background-color: #D86A88;
}
.BgClassName
{
background-color: #D86A88;
}
</style>
border-color css
<style>
span { border-color: #D86A88; }
span { border-color: rgb(216,106,136); }
td.TdClassName
{
border-color: #D86A88;
}
.TagClassName
{
border-color: #D86A88;
}
</style>