Shades of Deep Blush #DE788C
Tints of Deep Blush #DE788C
RGB
CMYK
RGB Variations
Color information
#DE788C (or 0xDE788C) is known color: Deep Blush. HEX triplet: DE, 78 and 8C. RGB value is (222,120,140). Sum of RGB (Red+Green+Blue) = 222+120+140=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE788C is #218773. Grayscale: #989898. Windows color (decimal): -2197364 or 9205982. OLE color: 9205982.
HSL color Cylindrical-coordinate representation of color #DE788C: hue angle of 348.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE788C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 140 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.13 |
| HSL | 348.24º | 0.61% | 0.67% | - |
| HSV(B) | 348.24º | 0.46% | 0.87% | - |
| XYZ | 41.57 | 30.86 | 28.58 | - |
| YUV | 152.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 140 | 0 | 0.46 | 0.37 | 0.13 | 348.24 | 0.61 | 0.67 |
| Hex | DE | 78 | 8C | 0 | 2E | 25 | D | 15C | 3D | 43 |
| Octal | 336 | 170 | 214 | 0 | 56 | 45 | 15 | 534 | 75 | 103 |
| Binary | 11011110 | 1111000 | 10001100 | 0 | 101110 | 100101 | 1101 | 101011100 | 111101 | 1000011 |
Color Harmonies of #DE788C
Complementary color
Monochromatic Colors of #DE788C
Black with #DE788C
Text Example
Text Example
White with #DE788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE788C; }
p { color: rgb(222,120,140); }
H1.HeaderClassName
{
color: #DE788C;
}
.AnyTagClassName
{
color: #DE788C;
}
</style>
background-color css
<style>
a { background-color: #DE788C; }
a { background-color: rgb(222,120,140); }
div.DivClassName
{
background-color: #DE788C;
}
.BgClassName
{
background-color: #DE788C;
}
</style>
border-color css
<style>
span { border-color: #DE788C; }
span { border-color: rgb(222,120,140); }
td.TdClassName
{
border-color: #DE788C;
}
.TagClassName
{
border-color: #DE788C;
}
</style>