Shades of Deep Blush #DC788A
Tints of Deep Blush #DC788A
RGB
CMYK
RGB Variations
Color information
#DC788A (or 0xDC788A) is known color: Deep Blush. HEX triplet: DC, 78 and 8A. RGB value is (220,120,138). Sum of RGB (Red+Green+Blue) = 220+120+138=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC788A is #238775. Grayscale: #979797. Windows color (decimal): -2328438 or 9074908. OLE color: 9074908.
HSL color Cylindrical-coordinate representation of color #DC788A: hue angle of 349.2º 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 #DC788A is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 138 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.14 |
| HSL | 349.2º | 0.59% | 0.67% | - |
| HSV(B) | 349.2º | 0.45% | 0.86% | - |
| XYZ | 40.82 | 30.48 | 27.78 | - |
| YUV | 151.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 138 | 0 | 0.45 | 0.37 | 0.14 | 349.2 | 0.59 | 0.67 |
| Hex | DC | 78 | 8A | 0 | 2D | 25 | E | 15D | 3B | 43 |
| Octal | 334 | 170 | 212 | 0 | 55 | 45 | 16 | 535 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10001010 | 0 | 101101 | 100101 | 1110 | 101011101 | 111011 | 1000011 |
Color Harmonies of #DC788A
Complementary color
Monochromatic Colors of #DC788A
Black with #DC788A
Text Example
Text Example
White with #DC788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC788A; }
p { color: rgb(220,120,138); }
H1.HeaderClassName
{
color: #DC788A;
}
.AnyTagClassName
{
color: #DC788A;
}
</style>
background-color css
<style>
a { background-color: #DC788A; }
a { background-color: rgb(220,120,138); }
div.DivClassName
{
background-color: #DC788A;
}
.BgClassName
{
background-color: #DC788A;
}
</style>
border-color css
<style>
span { border-color: #DC788A; }
span { border-color: rgb(220,120,138); }
td.TdClassName
{
border-color: #DC788A;
}
.TagClassName
{
border-color: #DC788A;
}
</style>