Shades of Deep Blush #DC778D
Tints of Deep Blush #DC778D
RGB
CMYK
RGB Variations
Color information
#DC778D (or 0xDC778D) is known color: Deep Blush. HEX triplet: DC, 77 and 8D. RGB value is (220,119,141). Sum of RGB (Red+Green+Blue) = 220+119+141=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC778D is #238872. Grayscale: #979797. Windows color (decimal): -2328691 or 9271260. OLE color: 9271260.
HSL color Cylindrical-coordinate representation of color #DC778D: hue angle of 346.93º 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 #DC778D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 141 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.14 |
| HSL | 346.93º | 0.59% | 0.66% | - |
| HSV(B) | 346.93º | 0.46% | 0.86% | - |
| XYZ | 40.92 | 30.33 | 28.9 | - |
| YUV | 151.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 141 | 0 | 0.46 | 0.36 | 0.14 | 346.93 | 0.59 | 0.66 |
| Hex | DC | 77 | 8D | 0 | 2E | 24 | E | 15B | 3B | 42 |
| Octal | 334 | 167 | 215 | 0 | 56 | 44 | 16 | 533 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10001101 | 0 | 101110 | 100100 | 1110 | 101011011 | 111011 | 1000010 |
Color Harmonies of #DC778D
Complementary color
Monochromatic Colors of #DC778D
Black with #DC778D
Text Example
Text Example
White with #DC778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC778D; }
p { color: rgb(220,119,141); }
H1.HeaderClassName
{
color: #DC778D;
}
.AnyTagClassName
{
color: #DC778D;
}
</style>
background-color css
<style>
a { background-color: #DC778D; }
a { background-color: rgb(220,119,141); }
div.DivClassName
{
background-color: #DC778D;
}
.BgClassName
{
background-color: #DC778D;
}
</style>
border-color css
<style>
span { border-color: #DC778D; }
span { border-color: rgb(220,119,141); }
td.TdClassName
{
border-color: #DC778D;
}
.TagClassName
{
border-color: #DC778D;
}
</style>