Shades of Deep Blush #DF7089
Tints of Deep Blush #DF7089
RGB
CMYK
RGB Variations
Color information
#DF7089 (or 0xDF7089) is known color: Deep Blush. HEX triplet: DF, 70 and 89. RGB value is (223,112,137). Sum of RGB (Red+Green+Blue) = 223+112+137=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7089 is #208F76. Grayscale: #949494. Windows color (decimal): -2133879 or 9007327. OLE color: 9007327.
HSL color Cylindrical-coordinate representation of color #DF7089: hue angle of 346.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7089 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 137 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.13 |
| HSL | 346.49º | 0.63% | 0.66% | - |
| HSV(B) | 346.49º | 0.5% | 0.87% | - |
| XYZ | 40.74 | 29.08 | 27.13 | - |
| YUV | 148.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 137 | 0 | 0.50 | 0.39 | 0.13 | 346.49 | 0.63 | 0.66 |
| Hex | DF | 70 | 89 | 0 | 32 | 27 | D | 15A | 3F | 42 |
| Octal | 337 | 160 | 211 | 0 | 62 | 47 | 15 | 532 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10001001 | 0 | 110010 | 100111 | 1101 | 101011010 | 111111 | 1000010 |
Color Harmonies of #DF7089
Complementary color
Monochromatic Colors of #DF7089
Black with #DF7089
Text Example
Text Example
White with #DF7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7089; }
p { color: rgb(223,112,137); }
H1.HeaderClassName
{
color: #DF7089;
}
.AnyTagClassName
{
color: #DF7089;
}
</style>
background-color css
<style>
a { background-color: #DF7089; }
a { background-color: rgb(223,112,137); }
div.DivClassName
{
background-color: #DF7089;
}
.BgClassName
{
background-color: #DF7089;
}
</style>
border-color css
<style>
span { border-color: #DF7089; }
span { border-color: rgb(223,112,137); }
td.TdClassName
{
border-color: #DF7089;
}
.TagClassName
{
border-color: #DF7089;
}
</style>