Shades of Deep Blush #DF688B
Tints of Deep Blush #DF688B
RGB
CMYK
RGB Variations
Color information
#DF688B (or 0xDF688B) is known color: Deep Blush. HEX triplet: DF, 68 and 8B. RGB value is (223,104,139). Sum of RGB (Red+Green+Blue) = 223+104+139=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF688B is #209774. Grayscale: #8F8F8F. Windows color (decimal): -2135925 or 9136351. OLE color: 9136351.
HSL color Cylindrical-coordinate representation of color #DF688B: hue angle of 342.35º 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 #DF688B is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 139 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.13 |
| HSL | 342.35º | 0.65% | 0.64% | - |
| HSV(B) | 342.35º | 0.53% | 0.87% | - |
| XYZ | 40.04 | 27.45 | 27.61 | - |
| YUV | 143.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 139 | 0 | 0.53 | 0.38 | 0.13 | 342.35 | 0.65 | 0.64 |
| Hex | DF | 68 | 8B | 0 | 35 | 26 | D | 156 | 41 | 40 |
| Octal | 337 | 150 | 213 | 0 | 65 | 46 | 15 | 526 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10001011 | 0 | 110101 | 100110 | 1101 | 101010110 | 1000001 | 1000000 |
Color Harmonies of #DF688B
Complementary color
Monochromatic Colors of #DF688B
Black with #DF688B
Text Example
Text Example
White with #DF688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF688B; }
p { color: rgb(223,104,139); }
H1.HeaderClassName
{
color: #DF688B;
}
.AnyTagClassName
{
color: #DF688B;
}
</style>
background-color css
<style>
a { background-color: #DF688B; }
a { background-color: rgb(223,104,139); }
div.DivClassName
{
background-color: #DF688B;
}
.BgClassName
{
background-color: #DF688B;
}
</style>
border-color css
<style>
span { border-color: #DF688B; }
span { border-color: rgb(223,104,139); }
td.TdClassName
{
border-color: #DF688B;
}
.TagClassName
{
border-color: #DF688B;
}
</style>