Shades of Deep Blush #DF678C
Tints of Deep Blush #DF678C
RGB
CMYK
RGB Variations
Color information
#DF678C (or 0xDF678C) is known color: Deep Blush. HEX triplet: DF, 67 and 8C. RGB value is (223,103,140). Sum of RGB (Red+Green+Blue) = 223+103+140=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF678C is #209873. Grayscale: #8F8F8F. Windows color (decimal): -2136180 or 9201631. OLE color: 9201631.
HSL color Cylindrical-coordinate representation of color #DF678C: hue angle of 341.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF678C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 140 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.13 |
| HSL | 341.5º | 0.65% | 0.64% | - |
| HSV(B) | 341.5º | 0.54% | 0.87% | - |
| XYZ | 40.02 | 27.28 | 27.97 | - |
| YUV | 143.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 140 | 0 | 0.54 | 0.37 | 0.13 | 341.5 | 0.65 | 0.64 |
| Hex | DF | 67 | 8C | 0 | 36 | 25 | D | 156 | 41 | 40 |
| Octal | 337 | 147 | 214 | 0 | 66 | 45 | 15 | 526 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10001100 | 0 | 110110 | 100101 | 1101 | 101010110 | 1000001 | 1000000 |
Color Harmonies of #DF678C
Complementary color
Monochromatic Colors of #DF678C
Black with #DF678C
Text Example
Text Example
White with #DF678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF678C; }
p { color: rgb(223,103,140); }
H1.HeaderClassName
{
color: #DF678C;
}
.AnyTagClassName
{
color: #DF678C;
}
</style>
background-color css
<style>
a { background-color: #DF678C; }
a { background-color: rgb(223,103,140); }
div.DivClassName
{
background-color: #DF678C;
}
.BgClassName
{
background-color: #DF678C;
}
</style>
border-color css
<style>
span { border-color: #DF678C; }
span { border-color: rgb(223,103,140); }
td.TdClassName
{
border-color: #DF678C;
}
.TagClassName
{
border-color: #DF678C;
}
</style>