Shades of Deep Blush #D86988
Tints of Deep Blush #D86988
RGB
CMYK
RGB Variations
Color information
#D86988 (or 0xD86988) is known color: Deep Blush. HEX triplet: D8, 69 and 88. RGB value is (216,105,136). Sum of RGB (Red+Green+Blue) = 216+105+136=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D86988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86988 is #279677. Grayscale: #8D8D8D. Windows color (decimal): -2594424 or 8939992. OLE color: 8939992.
HSL color Cylindrical-coordinate representation of color #D86988: hue angle of 343.24º 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 #D86988 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 136 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.15 |
| HSL | 343.24º | 0.59% | 0.63% | - |
| HSV(B) | 343.24º | 0.51% | 0.85% | - |
| XYZ | 37.81 | 26.48 | 26.41 | - |
| YUV | 141.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 136 | 0 | 0.51 | 0.37 | 0.15 | 343.24 | 0.59 | 0.63 |
| Hex | D8 | 69 | 88 | 0 | 33 | 25 | F | 157 | 3B | 3F |
| Octal | 330 | 151 | 210 | 0 | 63 | 45 | 17 | 527 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10001000 | 0 | 110011 | 100101 | 1111 | 101010111 | 111011 | 111111 |
Color Harmonies of #D86988
Complementary color
Monochromatic Colors of #D86988
Black with #D86988
Text Example
Text Example
White with #D86988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86988; }
p { color: rgb(216,105,136); }
H1.HeaderClassName
{
color: #D86988;
}
.AnyTagClassName
{
color: #D86988;
}
</style>
background-color css
<style>
a { background-color: #D86988; }
a { background-color: rgb(216,105,136); }
div.DivClassName
{
background-color: #D86988;
}
.BgClassName
{
background-color: #D86988;
}
</style>
border-color css
<style>
span { border-color: #D86988; }
span { border-color: rgb(216,105,136); }
td.TdClassName
{
border-color: #D86988;
}
.TagClassName
{
border-color: #D86988;
}
</style>