Shades of Deep Blush #DE7C86
Tints of Deep Blush #DE7C86
RGB
CMYK
RGB Variations
Color information
#DE7C86 (or 0xDE7C86) is known color: Deep Blush. HEX triplet: DE, 7C and 86. RGB value is (222,124,134). Sum of RGB (Red+Green+Blue) = 222+124+134=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C86 is #218379. Grayscale: #9A9A9A. Windows color (decimal): -2196346 or 8813790. OLE color: 8813790.
HSL color Cylindrical-coordinate representation of color #DE7C86: hue angle of 353.88º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7C86 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 134 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.13 |
| HSL | 353.88º | 0.6% | 0.68% | - |
| HSV(B) | 353.88º | 0.44% | 0.87% | - |
| XYZ | 41.63 | 31.67 | 26.47 | - |
| YUV | 154.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 134 | 0 | 0.44 | 0.40 | 0.13 | 353.88 | 0.6 | 0.68 |
| Hex | DE | 7C | 86 | 0 | 2C | 28 | D | 162 | 3C | 44 |
| Octal | 336 | 174 | 206 | 0 | 54 | 50 | 15 | 542 | 74 | 104 |
| Binary | 11011110 | 1111100 | 10000110 | 0 | 101100 | 101000 | 1101 | 101100010 | 111100 | 1000100 |
Color Harmonies of #DE7C86
Complementary color
Monochromatic Colors of #DE7C86
Black with #DE7C86
Text Example
Text Example
White with #DE7C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C86; }
p { color: rgb(222,124,134); }
H1.HeaderClassName
{
color: #DE7C86;
}
.AnyTagClassName
{
color: #DE7C86;
}
</style>
background-color css
<style>
a { background-color: #DE7C86; }
a { background-color: rgb(222,124,134); }
div.DivClassName
{
background-color: #DE7C86;
}
.BgClassName
{
background-color: #DE7C86;
}
</style>
border-color css
<style>
span { border-color: #DE7C86; }
span { border-color: rgb(222,124,134); }
td.TdClassName
{
border-color: #DE7C86;
}
.TagClassName
{
border-color: #DE7C86;
}
</style>