Shades of Deep Blush #DF778D
Tints of Deep Blush #DF778D
RGB
CMYK
RGB Variations
Color information
#DF778D (or 0xDF778D) is known color: Deep Blush. HEX triplet: DF, 77 and 8D. RGB value is (223,119,141). Sum of RGB (Red+Green+Blue) = 223+119+141=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF778D is #208872. Grayscale: #989898. Windows color (decimal): -2132083 or 9271263. OLE color: 9271263.
HSL color Cylindrical-coordinate representation of color #DF778D: hue angle of 347.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF778D is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 141 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.13 |
| HSL | 347.31º | 0.62% | 0.67% | - |
| HSV(B) | 347.31º | 0.47% | 0.87% | - |
| XYZ | 41.84 | 30.8 | 28.94 | - |
| YUV | 152.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 141 | 0 | 0.47 | 0.37 | 0.13 | 347.31 | 0.62 | 0.67 |
| Hex | DF | 77 | 8D | 0 | 2F | 25 | D | 15B | 3E | 43 |
| Octal | 337 | 167 | 215 | 0 | 57 | 45 | 15 | 533 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10001101 | 0 | 101111 | 100101 | 1101 | 101011011 | 111110 | 1000011 |
Color Harmonies of #DF778D
Complementary color
Monochromatic Colors of #DF778D
Black with #DF778D
Text Example
Text Example
White with #DF778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF778D; }
p { color: rgb(223,119,141); }
H1.HeaderClassName
{
color: #DF778D;
}
.AnyTagClassName
{
color: #DF778D;
}
</style>
background-color css
<style>
a { background-color: #DF778D; }
a { background-color: rgb(223,119,141); }
div.DivClassName
{
background-color: #DF778D;
}
.BgClassName
{
background-color: #DF778D;
}
</style>
border-color css
<style>
span { border-color: #DF778D; }
span { border-color: rgb(223,119,141); }
td.TdClassName
{
border-color: #DF778D;
}
.TagClassName
{
border-color: #DF778D;
}
</style>