Shades of Deep Blush #DC778B
Tints of Deep Blush #DC778B
RGB
CMYK
RGB Variations
Color information
#DC778B (or 0xDC778B) is known color: Deep Blush. HEX triplet: DC, 77 and 8B. RGB value is (220,119,139). Sum of RGB (Red+Green+Blue) = 220+119+139=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC778B is #238874. Grayscale: #979797. Windows color (decimal): -2328693 or 9140188. OLE color: 9140188.
HSL color Cylindrical-coordinate representation of color #DC778B: hue angle of 348.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC778B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 139 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.14 |
| HSL | 348.12º | 0.59% | 0.66% | - |
| HSV(B) | 348.12º | 0.46% | 0.86% | - |
| XYZ | 40.77 | 30.27 | 28.12 | - |
| YUV | 151.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 139 | 0 | 0.46 | 0.37 | 0.14 | 348.12 | 0.59 | 0.66 |
| Hex | DC | 77 | 8B | 0 | 2E | 25 | E | 15C | 3B | 42 |
| Octal | 334 | 167 | 213 | 0 | 56 | 45 | 16 | 534 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10001011 | 0 | 101110 | 100101 | 1110 | 101011100 | 111011 | 1000010 |
Color Harmonies of #DC778B
Complementary color
Monochromatic Colors of #DC778B
Black with #DC778B
Text Example
Text Example
White with #DC778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC778B; }
p { color: rgb(220,119,139); }
H1.HeaderClassName
{
color: #DC778B;
}
.AnyTagClassName
{
color: #DC778B;
}
</style>
background-color css
<style>
a { background-color: #DC778B; }
a { background-color: rgb(220,119,139); }
div.DivClassName
{
background-color: #DC778B;
}
.BgClassName
{
background-color: #DC778B;
}
</style>
border-color css
<style>
span { border-color: #DC778B; }
span { border-color: rgb(220,119,139); }
td.TdClassName
{
border-color: #DC778B;
}
.TagClassName
{
border-color: #DC778B;
}
</style>