Shades of Deep Blush #DF7384
Tints of Deep Blush #DF7384
RGB
CMYK
RGB Variations
Color information
#DF7384 (or 0xDF7384) is known color: Deep Blush. HEX triplet: DF, 73 and 84. RGB value is (223,115,132). Sum of RGB (Red+Green+Blue) = 223+115+132=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7384 is #208C7B. Grayscale: #959595. Windows color (decimal): -2133116 or 8680415. OLE color: 8680415.
HSL color Cylindrical-coordinate representation of color #DF7384: hue angle of 350.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7384 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 132 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.13 |
| HSL | 350.56º | 0.63% | 0.66% | - |
| HSV(B) | 350.56º | 0.48% | 0.87% | - |
| XYZ | 40.73 | 29.62 | 25.4 | - |
| YUV | 149.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 132 | 0 | 0.48 | 0.41 | 0.13 | 350.56 | 0.63 | 0.66 |
| Hex | DF | 73 | 84 | 0 | 30 | 29 | D | 15F | 3F | 42 |
| Octal | 337 | 163 | 204 | 0 | 60 | 51 | 15 | 537 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10000100 | 0 | 110000 | 101001 | 1101 | 101011111 | 111111 | 1000010 |
Color Harmonies of #DF7384
Complementary color
Monochromatic Colors of #DF7384
Black with #DF7384
Text Example
Text Example
White with #DF7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7384; }
p { color: rgb(223,115,132); }
H1.HeaderClassName
{
color: #DF7384;
}
.AnyTagClassName
{
color: #DF7384;
}
</style>
background-color css
<style>
a { background-color: #DF7384; }
a { background-color: rgb(223,115,132); }
div.DivClassName
{
background-color: #DF7384;
}
.BgClassName
{
background-color: #DF7384;
}
</style>
border-color css
<style>
span { border-color: #DF7384; }
span { border-color: rgb(223,115,132); }
td.TdClassName
{
border-color: #DF7384;
}
.TagClassName
{
border-color: #DF7384;
}
</style>