Shades of Deep Blush #DF7586
Tints of Deep Blush #DF7586
RGB
CMYK
RGB Variations
Color information
#DF7586 (or 0xDF7586) is known color: Deep Blush. HEX triplet: DF, 75 and 86. RGB value is (223,117,134). Sum of RGB (Red+Green+Blue) = 223+117+134=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7586 is #208A79. Grayscale: #969696. Windows color (decimal): -2132602 or 8811999. OLE color: 8811999.
HSL color Cylindrical-coordinate representation of color #DF7586: hue angle of 350.38º 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 #DF7586 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 134 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.13 |
| HSL | 350.38º | 0.62% | 0.67% | - |
| HSV(B) | 350.38º | 0.48% | 0.87% | - |
| XYZ | 41.1 | 30.13 | 26.2 | - |
| YUV | 150.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 134 | 0 | 0.48 | 0.40 | 0.13 | 350.38 | 0.62 | 0.67 |
| Hex | DF | 75 | 86 | 0 | 30 | 28 | D | 15E | 3E | 43 |
| Octal | 337 | 165 | 206 | 0 | 60 | 50 | 15 | 536 | 76 | 103 |
| Binary | 11011111 | 1110101 | 10000110 | 0 | 110000 | 101000 | 1101 | 101011110 | 111110 | 1000011 |
Color Harmonies of #DF7586
Complementary color
Monochromatic Colors of #DF7586
Black with #DF7586
Text Example
Text Example
White with #DF7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7586; }
p { color: rgb(223,117,134); }
H1.HeaderClassName
{
color: #DF7586;
}
.AnyTagClassName
{
color: #DF7586;
}
</style>
background-color css
<style>
a { background-color: #DF7586; }
a { background-color: rgb(223,117,134); }
div.DivClassName
{
background-color: #DF7586;
}
.BgClassName
{
background-color: #DF7586;
}
</style>
border-color css
<style>
span { border-color: #DF7586; }
span { border-color: rgb(223,117,134); }
td.TdClassName
{
border-color: #DF7586;
}
.TagClassName
{
border-color: #DF7586;
}
</style>