Shades of Deep Blush #DF7784
Tints of Deep Blush #DF7784
RGB
CMYK
RGB Variations
Color information
#DF7784 (or 0xDF7784) is known color: Deep Blush. HEX triplet: DF, 77 and 84. RGB value is (223,119,132). Sum of RGB (Red+Green+Blue) = 223+119+132=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7784 is #20887B. Grayscale: #979797. Windows color (decimal): -2132092 or 8681439. OLE color: 8681439.
HSL color Cylindrical-coordinate representation of color #DF7784: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7784 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 132 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.13 |
| HSL | 352.5º | 0.62% | 0.67% | - |
| HSV(B) | 352.5º | 0.47% | 0.87% | - |
| XYZ | 41.19 | 30.55 | 25.55 | - |
| YUV | 151.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 132 | 0 | 0.47 | 0.41 | 0.13 | 352.5 | 0.62 | 0.67 |
| Hex | DF | 77 | 84 | 0 | 2F | 29 | D | 160 | 3E | 43 |
| Octal | 337 | 167 | 204 | 0 | 57 | 51 | 15 | 540 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10000100 | 0 | 101111 | 101001 | 1101 | 101100000 | 111110 | 1000011 |
Color Harmonies of #DF7784
Complementary color
Monochromatic Colors of #DF7784
Black with #DF7784
Text Example
Text Example
White with #DF7784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7784; }
p { color: rgb(223,119,132); }
H1.HeaderClassName
{
color: #DF7784;
}
.AnyTagClassName
{
color: #DF7784;
}
</style>
background-color css
<style>
a { background-color: #DF7784; }
a { background-color: rgb(223,119,132); }
div.DivClassName
{
background-color: #DF7784;
}
.BgClassName
{
background-color: #DF7784;
}
</style>
border-color css
<style>
span { border-color: #DF7784; }
span { border-color: rgb(223,119,132); }
td.TdClassName
{
border-color: #DF7784;
}
.TagClassName
{
border-color: #DF7784;
}
</style>