Shades of Deep Blush #DF7189
Tints of Deep Blush #DF7189
RGB
CMYK
RGB Variations
Color information
#DF7189 (or 0xDF7189) is known color: Deep Blush. HEX triplet: DF, 71 and 89. RGB value is (223,113,137). Sum of RGB (Red+Green+Blue) = 223+113+137=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7189 is #208E76. Grayscale: #949494. Windows color (decimal): -2133623 or 9007583. OLE color: 9007583.
HSL color Cylindrical-coordinate representation of color #DF7189: hue angle of 346.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7189 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 137 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.13 |
| HSL | 346.91º | 0.63% | 0.66% | - |
| HSV(B) | 346.91º | 0.49% | 0.87% | - |
| XYZ | 40.85 | 29.3 | 27.17 | - |
| YUV | 148.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 137 | 0 | 0.49 | 0.39 | 0.13 | 346.91 | 0.63 | 0.66 |
| Hex | DF | 71 | 89 | 0 | 31 | 27 | D | 15B | 3F | 42 |
| Octal | 337 | 161 | 211 | 0 | 61 | 47 | 15 | 533 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10001001 | 0 | 110001 | 100111 | 1101 | 101011011 | 111111 | 1000010 |
Color Harmonies of #DF7189
Complementary color
Monochromatic Colors of #DF7189
Black with #DF7189
Text Example
Text Example
White with #DF7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7189; }
p { color: rgb(223,113,137); }
H1.HeaderClassName
{
color: #DF7189;
}
.AnyTagClassName
{
color: #DF7189;
}
</style>
background-color css
<style>
a { background-color: #DF7189; }
a { background-color: rgb(223,113,137); }
div.DivClassName
{
background-color: #DF7189;
}
.BgClassName
{
background-color: #DF7189;
}
</style>
border-color css
<style>
span { border-color: #DF7189; }
span { border-color: rgb(223,113,137); }
td.TdClassName
{
border-color: #DF7189;
}
.TagClassName
{
border-color: #DF7189;
}
</style>