Shades of Deep Blush #DF778A
Tints of Deep Blush #DF778A
RGB
CMYK
RGB Variations
Color information
#DF778A (or 0xDF778A) is known color: Deep Blush. HEX triplet: DF, 77 and 8A. RGB value is (223,119,138). Sum of RGB (Red+Green+Blue) = 223+119+138=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF778A is #208875. Grayscale: #989898. Windows color (decimal): -2132086 or 9074655. OLE color: 9074655.
HSL color Cylindrical-coordinate representation of color #DF778A: hue angle of 349.04º 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 #DF778A is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 138 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.13 |
| HSL | 349.04º | 0.62% | 0.67% | - |
| HSV(B) | 349.04º | 0.47% | 0.87% | - |
| XYZ | 41.62 | 30.72 | 27.78 | - |
| YUV | 152.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 138 | 0 | 0.47 | 0.38 | 0.13 | 349.04 | 0.62 | 0.67 |
| Hex | DF | 77 | 8A | 0 | 2F | 26 | D | 15D | 3E | 43 |
| Octal | 337 | 167 | 212 | 0 | 57 | 46 | 15 | 535 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10001010 | 0 | 101111 | 100110 | 1101 | 101011101 | 111110 | 1000011 |
Color Harmonies of #DF778A
Complementary color
Monochromatic Colors of #DF778A
Black with #DF778A
Text Example
Text Example
White with #DF778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF778A; }
p { color: rgb(223,119,138); }
H1.HeaderClassName
{
color: #DF778A;
}
.AnyTagClassName
{
color: #DF778A;
}
</style>
background-color css
<style>
a { background-color: #DF778A; }
a { background-color: rgb(223,119,138); }
div.DivClassName
{
background-color: #DF778A;
}
.BgClassName
{
background-color: #DF778A;
}
</style>
border-color css
<style>
span { border-color: #DF778A; }
span { border-color: rgb(223,119,138); }
td.TdClassName
{
border-color: #DF778A;
}
.TagClassName
{
border-color: #DF778A;
}
</style>