Shades of Deep Blush #DE7A8B
Tints of Deep Blush #DE7A8B
RGB
CMYK
RGB Variations
Color information
#DE7A8B (or 0xDE7A8B) is known color: Deep Blush. HEX triplet: DE, 7A and 8B. RGB value is (222,122,139). Sum of RGB (Red+Green+Blue) = 222+122+139=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A8B is #218574. Grayscale: #999999. Windows color (decimal): -2196853 or 9140958. OLE color: 9140958.
HSL color Cylindrical-coordinate representation of color #DE7A8B: hue angle of 349.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7A8B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 139 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.13 |
| HSL | 349.8º | 0.6% | 0.67% | - |
| HSV(B) | 349.8º | 0.45% | 0.87% | - |
| XYZ | 41.74 | 31.31 | 28.27 | - |
| YUV | 153.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 139 | 0 | 0.45 | 0.37 | 0.13 | 349.8 | 0.6 | 0.67 |
| Hex | DE | 7A | 8B | 0 | 2D | 25 | D | 15E | 3C | 43 |
| Octal | 336 | 172 | 213 | 0 | 55 | 45 | 15 | 536 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10001011 | 0 | 101101 | 100101 | 1101 | 101011110 | 111100 | 1000011 |
Color Harmonies of #DE7A8B
Complementary color
Monochromatic Colors of #DE7A8B
Black with #DE7A8B
Text Example
Text Example
White with #DE7A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A8B; }
p { color: rgb(222,122,139); }
H1.HeaderClassName
{
color: #DE7A8B;
}
.AnyTagClassName
{
color: #DE7A8B;
}
</style>
background-color css
<style>
a { background-color: #DE7A8B; }
a { background-color: rgb(222,122,139); }
div.DivClassName
{
background-color: #DE7A8B;
}
.BgClassName
{
background-color: #DE7A8B;
}
</style>
border-color css
<style>
span { border-color: #DE7A8B; }
span { border-color: rgb(222,122,139); }
td.TdClassName
{
border-color: #DE7A8B;
}
.TagClassName
{
border-color: #DE7A8B;
}
</style>