Shades of Deep Blush #DF7584
Tints of Deep Blush #DF7584
RGB
CMYK
RGB Variations
Color information
#DF7584 (or 0xDF7584) is known color: Deep Blush. HEX triplet: DF, 75 and 84. RGB value is (223,117,132). Sum of RGB (Red+Green+Blue) = 223+117+132=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7584 is #208A7B. Grayscale: #969696. Windows color (decimal): -2132604 or 8680927. OLE color: 8680927.
HSL color Cylindrical-coordinate representation of color #DF7584: hue angle of 351.51º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7584 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 132 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.13 |
| HSL | 351.51º | 0.62% | 0.67% | - |
| HSV(B) | 351.51º | 0.48% | 0.87% | - |
| XYZ | 40.96 | 30.08 | 25.48 | - |
| YUV | 150.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 132 | 0 | 0.48 | 0.41 | 0.13 | 351.51 | 0.62 | 0.67 |
| Hex | DF | 75 | 84 | 0 | 30 | 29 | D | 160 | 3E | 43 |
| Octal | 337 | 165 | 204 | 0 | 60 | 51 | 15 | 540 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10000100 | 0 | 110000 | 101001 | 1101 | 101100000 | 111110 | 1000011 |
Color Harmonies of #DF7584
Complementary color
Monochromatic Colors of #DF7584
Black with #DF7584
Text Example
Text Example
White with #DF7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7584; }
p { color: rgb(223,117,132); }
H1.HeaderClassName
{
color: #DF7584;
}
.AnyTagClassName
{
color: #DF7584;
}
</style>
background-color css
<style>
a { background-color: #DF7584; }
a { background-color: rgb(223,117,132); }
div.DivClassName
{
background-color: #DF7584;
}
.BgClassName
{
background-color: #DF7584;
}
</style>
border-color css
<style>
span { border-color: #DF7584; }
span { border-color: rgb(223,117,132); }
td.TdClassName
{
border-color: #DF7584;
}
.TagClassName
{
border-color: #DF7584;
}
</style>