Shades of Deep Blush #D86287
Tints of Deep Blush #D86287
RGB
CMYK
RGB Variations
Color information
#D86287 (or 0xD86287) is known color: Deep Blush. HEX triplet: D8, 62 and 87. RGB value is (216,98,135). Sum of RGB (Red+Green+Blue) = 216+98+135=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D86287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86287 is #279D78. Grayscale: #898989. Windows color (decimal): -2596217 or 8872664. OLE color: 8872664.
HSL color Cylindrical-coordinate representation of color #D86287: hue angle of 341.19º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86287 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 135 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.15 |
| HSL | 341.19º | 0.6% | 0.62% | - |
| HSV(B) | 341.19º | 0.55% | 0.85% | - |
| XYZ | 37.06 | 25.08 | 25.81 | - |
| YUV | 137.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 135 | 0 | 0.55 | 0.38 | 0.15 | 341.19 | 0.6 | 0.62 |
| Hex | D8 | 62 | 87 | 0 | 37 | 26 | F | 155 | 3C | 3E |
| Octal | 330 | 142 | 207 | 0 | 67 | 46 | 17 | 525 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10000111 | 0 | 110111 | 100110 | 1111 | 101010101 | 111100 | 111110 |
Color Harmonies of #D86287
Complementary color
Monochromatic Colors of #D86287
Black with #D86287
Text Example
Text Example
White with #D86287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86287; }
p { color: rgb(216,98,135); }
H1.HeaderClassName
{
color: #D86287;
}
.AnyTagClassName
{
color: #D86287;
}
</style>
background-color css
<style>
a { background-color: #D86287; }
a { background-color: rgb(216,98,135); }
div.DivClassName
{
background-color: #D86287;
}
.BgClassName
{
background-color: #D86287;
}
</style>
border-color css
<style>
span { border-color: #D86287; }
span { border-color: rgb(216,98,135); }
td.TdClassName
{
border-color: #D86287;
}
.TagClassName
{
border-color: #D86287;
}
</style>