Shades of Deep Blush #DF7886
Tints of Deep Blush #DF7886
RGB
CMYK
RGB Variations
Color information
#DF7886 (or 0xDF7886) is known color: Deep Blush. HEX triplet: DF, 78 and 86. RGB value is (223,120,134). Sum of RGB (Red+Green+Blue) = 223+120+134=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7886 is #208779. Grayscale: #989898. Windows color (decimal): -2131834 or 8812767. OLE color: 8812767.
HSL color Cylindrical-coordinate representation of color #DF7886: hue angle of 351.84º degrees, saturation: 0.62, 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 #DF7886 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 134 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.13 |
| HSL | 351.84º | 0.62% | 0.67% | - |
| HSV(B) | 351.84º | 0.46% | 0.87% | - |
| XYZ | 41.45 | 30.84 | 26.32 | - |
| YUV | 152.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 134 | 0 | 0.46 | 0.40 | 0.13 | 351.84 | 0.62 | 0.67 |
| Hex | DF | 78 | 86 | 0 | 2E | 28 | D | 160 | 3E | 43 |
| Octal | 337 | 170 | 206 | 0 | 56 | 50 | 15 | 540 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10000110 | 0 | 101110 | 101000 | 1101 | 101100000 | 111110 | 1000011 |
Color Harmonies of #DF7886
Complementary color
Monochromatic Colors of #DF7886
Black with #DF7886
Text Example
Text Example
White with #DF7886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7886; }
p { color: rgb(223,120,134); }
H1.HeaderClassName
{
color: #DF7886;
}
.AnyTagClassName
{
color: #DF7886;
}
</style>
background-color css
<style>
a { background-color: #DF7886; }
a { background-color: rgb(223,120,134); }
div.DivClassName
{
background-color: #DF7886;
}
.BgClassName
{
background-color: #DF7886;
}
</style>
border-color css
<style>
span { border-color: #DF7886; }
span { border-color: rgb(223,120,134); }
td.TdClassName
{
border-color: #DF7886;
}
.TagClassName
{
border-color: #DF7886;
}
</style>