Shades of Deep Blush #DF687F
Tints of Deep Blush #DF687F
RGB
CMYK
RGB Variations
Color information
#DF687F (or 0xDF687F) is known color: Deep Blush. HEX triplet: DF, 68 and 7F. RGB value is (223,104,127). Sum of RGB (Red+Green+Blue) = 223+104+127=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF687F is #209780. Grayscale: #8E8E8E. Windows color (decimal): -2135937 or 8349919. OLE color: 8349919.
HSL color Cylindrical-coordinate representation of color #DF687F: hue angle of 348.4º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF687F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 127 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.13 |
| HSL | 348.4º | 0.65% | 0.64% | - |
| HSV(B) | 348.4º | 0.53% | 0.87% | - |
| XYZ | 39.21 | 27.12 | 23.25 | - |
| YUV | 142.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 127 | 0 | 0.53 | 0.43 | 0.13 | 348.4 | 0.65 | 0.64 |
| Hex | DF | 68 | 7F | 0 | 35 | 2B | D | 15C | 41 | 40 |
| Octal | 337 | 150 | 177 | 0 | 65 | 53 | 15 | 534 | 101 | 100 |
| Binary | 11011111 | 1101000 | 1111111 | 0 | 110101 | 101011 | 1101 | 101011100 | 1000001 | 1000000 |
Color Harmonies of #DF687F
Complementary color
Monochromatic Colors of #DF687F
Black with #DF687F
Text Example
Text Example
White with #DF687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF687F; }
p { color: rgb(223,104,127); }
H1.HeaderClassName
{
color: #DF687F;
}
.AnyTagClassName
{
color: #DF687F;
}
</style>
background-color css
<style>
a { background-color: #DF687F; }
a { background-color: rgb(223,104,127); }
div.DivClassName
{
background-color: #DF687F;
}
.BgClassName
{
background-color: #DF687F;
}
</style>
border-color css
<style>
span { border-color: #DF687F; }
span { border-color: rgb(223,104,127); }
td.TdClassName
{
border-color: #DF687F;
}
.TagClassName
{
border-color: #DF687F;
}
</style>