Shades of Deep Blush #DF7E84
Tints of Deep Blush #DF7E84
RGB
CMYK
RGB Variations
Color information
#DF7E84 (or 0xDF7E84) is known color: Deep Blush. HEX triplet: DF, 7E and 84. RGB value is (223,126,132). Sum of RGB (Red+Green+Blue) = 223+126+132=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E84 is #20817B. Grayscale: #9B9B9B. Windows color (decimal): -2130300 or 8683231. OLE color: 8683231.
HSL color Cylindrical-coordinate representation of color #DF7E84: 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.43%. Process color model (Four color, CMYK) of #DF7E84 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 132 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 356.29º | 0.6% | 0.68% | - |
| HSV(B) | 356.29º | 0.43% | 0.87% | - |
| XYZ | 42.06 | 32.28 | 25.84 | - |
| YUV | 155.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 132 | 0 | 0.43 | 0.41 | 0.13 | 356.29 | 0.6 | 0.68 |
| Hex | DF | 7E | 84 | 0 | 2B | 29 | D | 164 | 3C | 44 |
| Octal | 337 | 176 | 204 | 0 | 53 | 51 | 15 | 544 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10000100 | 0 | 101011 | 101001 | 1101 | 101100100 | 111100 | 1000100 |
Color Harmonies of #DF7E84
Complementary color
Monochromatic Colors of #DF7E84
Black with #DF7E84
Text Example
Text Example
White with #DF7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E84; }
p { color: rgb(223,126,132); }
H1.HeaderClassName
{
color: #DF7E84;
}
.AnyTagClassName
{
color: #DF7E84;
}
</style>
background-color css
<style>
a { background-color: #DF7E84; }
a { background-color: rgb(223,126,132); }
div.DivClassName
{
background-color: #DF7E84;
}
.BgClassName
{
background-color: #DF7E84;
}
</style>
border-color css
<style>
span { border-color: #DF7E84; }
span { border-color: rgb(223,126,132); }
td.TdClassName
{
border-color: #DF7E84;
}
.TagClassName
{
border-color: #DF7E84;
}
</style>