Shades of Deep Blush #DE7D83
Tints of Deep Blush #DE7D83
RGB
CMYK
RGB Variations
Color information
#DE7D83 (or 0xDE7D83) is known color: Deep Blush. HEX triplet: DE, 7D and 83. RGB value is (222,125,131). Sum of RGB (Red+Green+Blue) = 222+125+131=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D83 is #21827C. Grayscale: #9A9A9A. Windows color (decimal): -2196093 or 8617438. OLE color: 8617438.
HSL color Cylindrical-coordinate representation of color #DE7D83: hue angle of 356.29º 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 #DE7D83 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 131 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.13 |
| HSL | 356.29º | 0.6% | 0.68% | - |
| HSV(B) | 356.29º | 0.44% | 0.87% | - |
| XYZ | 41.55 | 31.84 | 25.43 | - |
| YUV | 154.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 131 | 0 | 0.44 | 0.41 | 0.13 | 356.29 | 0.6 | 0.68 |
| Hex | DE | 7D | 83 | 0 | 2C | 29 | D | 164 | 3C | 44 |
| Octal | 336 | 175 | 203 | 0 | 54 | 51 | 15 | 544 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10000011 | 0 | 101100 | 101001 | 1101 | 101100100 | 111100 | 1000100 |
Color Harmonies of #DE7D83
Complementary color
Monochromatic Colors of #DE7D83
Black with #DE7D83
Text Example
Text Example
White with #DE7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D83; }
p { color: rgb(222,125,131); }
H1.HeaderClassName
{
color: #DE7D83;
}
.AnyTagClassName
{
color: #DE7D83;
}
</style>
background-color css
<style>
a { background-color: #DE7D83; }
a { background-color: rgb(222,125,131); }
div.DivClassName
{
background-color: #DE7D83;
}
.BgClassName
{
background-color: #DE7D83;
}
</style>
border-color css
<style>
span { border-color: #DE7D83; }
span { border-color: rgb(222,125,131); }
td.TdClassName
{
border-color: #DE7D83;
}
.TagClassName
{
border-color: #DE7D83;
}
</style>