Shades of Deep Blush #DC7788
Tints of Deep Blush #DC7788
RGB
CMYK
RGB Variations
Color information
#DC7788 (or 0xDC7788) is known color: Deep Blush. HEX triplet: DC, 77 and 88. RGB value is (220,119,136). Sum of RGB (Red+Green+Blue) = 220+119+136=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7788 is #238877. Grayscale: #979797. Windows color (decimal): -2328696 or 8943580. OLE color: 8943580.
HSL color Cylindrical-coordinate representation of color #DC7788: hue angle of 349.9º 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 #DC7788 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 136 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.14 |
| HSL | 349.9º | 0.59% | 0.66% | - |
| HSV(B) | 349.9º | 0.46% | 0.86% | - |
| XYZ | 40.56 | 30.19 | 26.98 | - |
| YUV | 151.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 136 | 0 | 0.46 | 0.38 | 0.14 | 349.9 | 0.59 | 0.66 |
| Hex | DC | 77 | 88 | 0 | 2E | 26 | E | 15E | 3B | 42 |
| Octal | 334 | 167 | 210 | 0 | 56 | 46 | 16 | 536 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10001000 | 0 | 101110 | 100110 | 1110 | 101011110 | 111011 | 1000010 |
Color Harmonies of #DC7788
Complementary color
Monochromatic Colors of #DC7788
Black with #DC7788
Text Example
Text Example
White with #DC7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7788; }
p { color: rgb(220,119,136); }
H1.HeaderClassName
{
color: #DC7788;
}
.AnyTagClassName
{
color: #DC7788;
}
</style>
background-color css
<style>
a { background-color: #DC7788; }
a { background-color: rgb(220,119,136); }
div.DivClassName
{
background-color: #DC7788;
}
.BgClassName
{
background-color: #DC7788;
}
</style>
border-color css
<style>
span { border-color: #DC7788; }
span { border-color: rgb(220,119,136); }
td.TdClassName
{
border-color: #DC7788;
}
.TagClassName
{
border-color: #DC7788;
}
</style>