Shades of Deep Blush #DF788C
Tints of Deep Blush #DF788C
RGB
CMYK
RGB Variations
Color information
#DF788C (or 0xDF788C) is known color: Deep Blush. HEX triplet: DF, 78 and 8C. RGB value is (223,120,140). Sum of RGB (Red+Green+Blue) = 223+120+140=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF788C is #208773. Grayscale: #999999. Windows color (decimal): -2131828 or 9205983. OLE color: 9205983.
HSL color Cylindrical-coordinate representation of color #DF788C: hue angle of 348.35º 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 #DF788C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 140 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.13 |
| HSL | 348.35º | 0.62% | 0.67% | - |
| HSV(B) | 348.35º | 0.46% | 0.87% | - |
| XYZ | 41.88 | 31.01 | 28.59 | - |
| YUV | 153.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 140 | 0 | 0.46 | 0.37 | 0.13 | 348.35 | 0.62 | 0.67 |
| Hex | DF | 78 | 8C | 0 | 2E | 25 | D | 15C | 3E | 43 |
| Octal | 337 | 170 | 214 | 0 | 56 | 45 | 15 | 534 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10001100 | 0 | 101110 | 100101 | 1101 | 101011100 | 111110 | 1000011 |
Color Harmonies of #DF788C
Complementary color
Monochromatic Colors of #DF788C
Black with #DF788C
Text Example
Text Example
White with #DF788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF788C; }
p { color: rgb(223,120,140); }
H1.HeaderClassName
{
color: #DF788C;
}
.AnyTagClassName
{
color: #DF788C;
}
</style>
background-color css
<style>
a { background-color: #DF788C; }
a { background-color: rgb(223,120,140); }
div.DivClassName
{
background-color: #DF788C;
}
.BgClassName
{
background-color: #DF788C;
}
</style>
border-color css
<style>
span { border-color: #DF788C; }
span { border-color: rgb(223,120,140); }
td.TdClassName
{
border-color: #DF788C;
}
.TagClassName
{
border-color: #DF788C;
}
</style>