Shades of Deep Blush #DE7783
Tints of Deep Blush #DE7783
RGB
CMYK
RGB Variations
Color information
#DE7783 (or 0xDE7783) is known color: Deep Blush. HEX triplet: DE, 77 and 83. RGB value is (222,119,131). Sum of RGB (Red+Green+Blue) = 222+119+131=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7783 is #21887C. Grayscale: #979797. Windows color (decimal): -2197629 or 8615902. OLE color: 8615902.
HSL color Cylindrical-coordinate representation of color #DE7783: hue angle of 353.01º 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 #DE7783 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 131 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.13 |
| HSL | 353.01º | 0.61% | 0.67% | - |
| HSV(B) | 353.01º | 0.46% | 0.87% | - |
| XYZ | 40.82 | 30.36 | 25.18 | - |
| YUV | 151.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 131 | 0 | 0.46 | 0.41 | 0.13 | 353.01 | 0.61 | 0.67 |
| Hex | DE | 77 | 83 | 0 | 2E | 29 | D | 161 | 3D | 43 |
| Octal | 336 | 167 | 203 | 0 | 56 | 51 | 15 | 541 | 75 | 103 |
| Binary | 11011110 | 1110111 | 10000011 | 0 | 101110 | 101001 | 1101 | 101100001 | 111101 | 1000011 |
Color Harmonies of #DE7783
Complementary color
Monochromatic Colors of #DE7783
Black with #DE7783
Text Example
Text Example
White with #DE7783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7783; }
p { color: rgb(222,119,131); }
H1.HeaderClassName
{
color: #DE7783;
}
.AnyTagClassName
{
color: #DE7783;
}
</style>
background-color css
<style>
a { background-color: #DE7783; }
a { background-color: rgb(222,119,131); }
div.DivClassName
{
background-color: #DE7783;
}
.BgClassName
{
background-color: #DE7783;
}
</style>
border-color css
<style>
span { border-color: #DE7783; }
span { border-color: rgb(222,119,131); }
td.TdClassName
{
border-color: #DE7783;
}
.TagClassName
{
border-color: #DE7783;
}
</style>