Shades of Deep Blush #DE788D
Tints of Deep Blush #DE788D
RGB
CMYK
RGB Variations
Color information
#DE788D (or 0xDE788D) is known color: Deep Blush. HEX triplet: DE, 78 and 8D. RGB value is (222,120,141). Sum of RGB (Red+Green+Blue) = 222+120+141=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE788D is #218772. Grayscale: #989898. Windows color (decimal): -2197363 or 9271518. OLE color: 9271518.
HSL color Cylindrical-coordinate representation of color #DE788D: hue angle of 347.65º 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 #DE788D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 120 | 141 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.13 |
| HSL | 347.65º | 0.61% | 0.67% | - |
| HSV(B) | 347.65º | 0.46% | 0.87% | - |
| XYZ | 41.65 | 30.89 | 28.97 | - |
| YUV | 152.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 120 | 141 | 0 | 0.46 | 0.36 | 0.13 | 347.65 | 0.61 | 0.67 |
| Hex | DE | 78 | 8D | 0 | 2E | 24 | D | 15C | 3D | 43 |
| Octal | 336 | 170 | 215 | 0 | 56 | 44 | 15 | 534 | 75 | 103 |
| Binary | 11011110 | 1111000 | 10001101 | 0 | 101110 | 100100 | 1101 | 101011100 | 111101 | 1000011 |
Color Harmonies of #DE788D
Complementary color
Monochromatic Colors of #DE788D
Black with #DE788D
Text Example
Text Example
White with #DE788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE788D; }
p { color: rgb(222,120,141); }
H1.HeaderClassName
{
color: #DE788D;
}
.AnyTagClassName
{
color: #DE788D;
}
</style>
background-color css
<style>
a { background-color: #DE788D; }
a { background-color: rgb(222,120,141); }
div.DivClassName
{
background-color: #DE788D;
}
.BgClassName
{
background-color: #DE788D;
}
</style>
border-color css
<style>
span { border-color: #DE788D; }
span { border-color: rgb(222,120,141); }
td.TdClassName
{
border-color: #DE788D;
}
.TagClassName
{
border-color: #DE788D;
}
</style>