Shades of Deep Blush #DF7685
Tints of Deep Blush #DF7685
RGB
CMYK
RGB Variations
Color information
#DF7685 (or 0xDF7685) is known color: Deep Blush. HEX triplet: DF, 76 and 85. RGB value is (223,118,133). Sum of RGB (Red+Green+Blue) = 223+118+133=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7685 is #20897A. Grayscale: #979797. Windows color (decimal): -2132347 or 8746719. OLE color: 8746719.
HSL color Cylindrical-coordinate representation of color #DF7685: hue angle of 351.43º 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 #DF7685 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 133 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.13 |
| HSL | 351.43º | 0.62% | 0.67% | - |
| HSV(B) | 351.43º | 0.47% | 0.87% | - |
| XYZ | 41.14 | 30.34 | 25.88 | - |
| YUV | 151.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 133 | 0 | 0.47 | 0.40 | 0.13 | 351.43 | 0.62 | 0.67 |
| Hex | DF | 76 | 85 | 0 | 2F | 28 | D | 15F | 3E | 43 |
| Octal | 337 | 166 | 205 | 0 | 57 | 50 | 15 | 537 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10000101 | 0 | 101111 | 101000 | 1101 | 101011111 | 111110 | 1000011 |
Color Harmonies of #DF7685
Complementary color
Monochromatic Colors of #DF7685
Black with #DF7685
Text Example
Text Example
White with #DF7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7685; }
p { color: rgb(223,118,133); }
H1.HeaderClassName
{
color: #DF7685;
}
.AnyTagClassName
{
color: #DF7685;
}
</style>
background-color css
<style>
a { background-color: #DF7685; }
a { background-color: rgb(223,118,133); }
div.DivClassName
{
background-color: #DF7685;
}
.BgClassName
{
background-color: #DF7685;
}
</style>
border-color css
<style>
span { border-color: #DF7685; }
span { border-color: rgb(223,118,133); }
td.TdClassName
{
border-color: #DF7685;
}
.TagClassName
{
border-color: #DF7685;
}
</style>