Shades of Deep Blush #DF7889
Tints of Deep Blush #DF7889
RGB
CMYK
RGB Variations
Color information
#DF7889 (or 0xDF7889) is known color: Deep Blush. HEX triplet: DF, 78 and 89. RGB value is (223,120,137). Sum of RGB (Red+Green+Blue) = 223+120+137=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7889 is #208776. Grayscale: #989898. Windows color (decimal): -2131831 or 9009375. OLE color: 9009375.
HSL color Cylindrical-coordinate representation of color #DF7889: hue angle of 350.1º 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 #DF7889 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 137 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.13 |
| HSL | 350.1º | 0.62% | 0.67% | - |
| HSV(B) | 350.1º | 0.46% | 0.87% | - |
| XYZ | 41.66 | 30.93 | 27.44 | - |
| YUV | 152.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 137 | 0 | 0.46 | 0.39 | 0.13 | 350.1 | 0.62 | 0.67 |
| Hex | DF | 78 | 89 | 0 | 2E | 27 | D | 15E | 3E | 43 |
| Octal | 337 | 170 | 211 | 0 | 56 | 47 | 15 | 536 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10001001 | 0 | 101110 | 100111 | 1101 | 101011110 | 111110 | 1000011 |
Color Harmonies of #DF7889
Complementary color
Monochromatic Colors of #DF7889
Black with #DF7889
Text Example
Text Example
White with #DF7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7889; }
p { color: rgb(223,120,137); }
H1.HeaderClassName
{
color: #DF7889;
}
.AnyTagClassName
{
color: #DF7889;
}
</style>
background-color css
<style>
a { background-color: #DF7889; }
a { background-color: rgb(223,120,137); }
div.DivClassName
{
background-color: #DF7889;
}
.BgClassName
{
background-color: #DF7889;
}
</style>
border-color css
<style>
span { border-color: #DF7889; }
span { border-color: rgb(223,120,137); }
td.TdClassName
{
border-color: #DF7889;
}
.TagClassName
{
border-color: #DF7889;
}
</style>