Shades of Deep Blush #DC788D
Tints of Deep Blush #DC788D
RGB
CMYK
RGB Variations
Color information
#DC788D (or 0xDC788D) is known color: Deep Blush. HEX triplet: DC, 78 and 8D. RGB value is (220,120,141). Sum of RGB (Red+Green+Blue) = 220+120+141=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC788D is #238772. Grayscale: #989898. Windows color (decimal): -2328435 or 9271516. OLE color: 9271516.
HSL color Cylindrical-coordinate representation of color #DC788D: hue angle of 347.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC788D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 141 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.14 |
| HSL | 347.4º | 0.59% | 0.67% | - |
| HSV(B) | 347.4º | 0.45% | 0.86% | - |
| XYZ | 41.04 | 30.57 | 28.94 | - |
| YUV | 152.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 141 | 0 | 0.45 | 0.36 | 0.14 | 347.4 | 0.59 | 0.67 |
| Hex | DC | 78 | 8D | 0 | 2D | 24 | E | 15B | 3B | 43 |
| Octal | 334 | 170 | 215 | 0 | 55 | 44 | 16 | 533 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10001101 | 0 | 101101 | 100100 | 1110 | 101011011 | 111011 | 1000011 |
Color Harmonies of #DC788D
Complementary color
Monochromatic Colors of #DC788D
Black with #DC788D
Text Example
Text Example
White with #DC788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC788D; }
p { color: rgb(220,120,141); }
H1.HeaderClassName
{
color: #DC788D;
}
.AnyTagClassName
{
color: #DC788D;
}
</style>
background-color css
<style>
a { background-color: #DC788D; }
a { background-color: rgb(220,120,141); }
div.DivClassName
{
background-color: #DC788D;
}
.BgClassName
{
background-color: #DC788D;
}
</style>
border-color css
<style>
span { border-color: #DC788D; }
span { border-color: rgb(220,120,141); }
td.TdClassName
{
border-color: #DC788D;
}
.TagClassName
{
border-color: #DC788D;
}
</style>