Shades of Deep Blush #DC7080
Tints of Deep Blush #DC7080
RGB
CMYK
RGB Variations
Color information
#DC7080 (or 0xDC7080) is known color: Deep Blush. HEX triplet: DC, 70 and 80. RGB value is (220,112,128). Sum of RGB (Red+Green+Blue) = 220+112+128=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7080 is #238F7F. Grayscale: #929292. Windows color (decimal): -2330496 or 8417500. OLE color: 8417500.
HSL color Cylindrical-coordinate representation of color #DC7080: hue angle of 351.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7080 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 128 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.14 |
| HSL | 351.11º | 0.61% | 0.65% | - |
| HSV(B) | 351.11º | 0.49% | 0.86% | - |
| XYZ | 39.21 | 28.36 | 23.83 | - |
| YUV | 146.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 128 | 0 | 0.49 | 0.42 | 0.14 | 351.11 | 0.61 | 0.65 |
| Hex | DC | 70 | 80 | 0 | 31 | 2A | E | 15F | 3D | 41 |
| Octal | 334 | 160 | 200 | 0 | 61 | 52 | 16 | 537 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10000000 | 0 | 110001 | 101010 | 1110 | 101011111 | 111101 | 1000001 |
Color Harmonies of #DC7080
Complementary color
Monochromatic Colors of #DC7080
Black with #DC7080
Text Example
Text Example
White with #DC7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7080; }
p { color: rgb(220,112,128); }
H1.HeaderClassName
{
color: #DC7080;
}
.AnyTagClassName
{
color: #DC7080;
}
</style>
background-color css
<style>
a { background-color: #DC7080; }
a { background-color: rgb(220,112,128); }
div.DivClassName
{
background-color: #DC7080;
}
.BgClassName
{
background-color: #DC7080;
}
</style>
border-color css
<style>
span { border-color: #DC7080; }
span { border-color: rgb(220,112,128); }
td.TdClassName
{
border-color: #DC7080;
}
.TagClassName
{
border-color: #DC7080;
}
</style>