Shades of Deep Blush #DF788E
Tints of Deep Blush #DF788E
RGB
CMYK
RGB Variations
Color information
#DF788E (or 0xDF788E) is known color: Deep Blush. HEX triplet: DF, 78 and 8E. RGB value is (223,120,142). Sum of RGB (Red+Green+Blue) = 223+120+142=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF788E is #208771. Grayscale: #999999. Windows color (decimal): -2131826 or 9337055. OLE color: 9337055.
HSL color Cylindrical-coordinate representation of color #DF788E: hue angle of 347.18º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF788E is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 142 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.13 |
| HSL | 347.18º | 0.62% | 0.67% | - |
| HSV(B) | 347.18º | 0.46% | 0.87% | - |
| XYZ | 42.03 | 31.07 | 29.37 | - |
| YUV | 153.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 142 | 0 | 0.46 | 0.36 | 0.13 | 347.18 | 0.62 | 0.67 |
| Hex | DF | 78 | 8E | 0 | 2E | 24 | D | 15B | 3E | 43 |
| Octal | 337 | 170 | 216 | 0 | 56 | 44 | 15 | 533 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10001110 | 0 | 101110 | 100100 | 1101 | 101011011 | 111110 | 1000011 |
Color Harmonies of #DF788E
Complementary color
Monochromatic Colors of #DF788E
Black with #DF788E
Text Example
Text Example
White with #DF788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF788E; }
p { color: rgb(223,120,142); }
H1.HeaderClassName
{
color: #DF788E;
}
.AnyTagClassName
{
color: #DF788E;
}
</style>
background-color css
<style>
a { background-color: #DF788E; }
a { background-color: rgb(223,120,142); }
div.DivClassName
{
background-color: #DF788E;
}
.BgClassName
{
background-color: #DF788E;
}
</style>
border-color css
<style>
span { border-color: #DF788E; }
span { border-color: rgb(223,120,142); }
td.TdClassName
{
border-color: #DF788E;
}
.TagClassName
{
border-color: #DF788E;
}
</style>