Shades of Deep Blush #DC6E80
Tints of Deep Blush #DC6E80
RGB
CMYK
RGB Variations
Color information
#DC6E80 (or 0xDC6E80) is known color: Deep Blush. HEX triplet: DC, 6E and 80. RGB value is (220,110,128). Sum of RGB (Red+Green+Blue) = 220+110+128=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E80 is #23917F. Grayscale: #909090. Windows color (decimal): -2331008 or 8416988. OLE color: 8416988.
HSL color Cylindrical-coordinate representation of color #DC6E80: hue angle of 350.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E80 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 128 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.14 |
| HSL | 350.18º | 0.61% | 0.65% | - |
| HSV(B) | 350.18º | 0.5% | 0.86% | - |
| XYZ | 38.99 | 27.93 | 23.76 | - |
| YUV | 144.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 128 | 0 | 0.50 | 0.42 | 0.14 | 350.18 | 0.61 | 0.65 |
| Hex | DC | 6E | 80 | 0 | 32 | 2A | E | 15E | 3D | 41 |
| Octal | 334 | 156 | 200 | 0 | 62 | 52 | 16 | 536 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10000000 | 0 | 110010 | 101010 | 1110 | 101011110 | 111101 | 1000001 |
Color Harmonies of #DC6E80
Complementary color
Monochromatic Colors of #DC6E80
Black with #DC6E80
Text Example
Text Example
White with #DC6E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E80; }
p { color: rgb(220,110,128); }
H1.HeaderClassName
{
color: #DC6E80;
}
.AnyTagClassName
{
color: #DC6E80;
}
</style>
background-color css
<style>
a { background-color: #DC6E80; }
a { background-color: rgb(220,110,128); }
div.DivClassName
{
background-color: #DC6E80;
}
.BgClassName
{
background-color: #DC6E80;
}
</style>
border-color css
<style>
span { border-color: #DC6E80; }
span { border-color: rgb(220,110,128); }
td.TdClassName
{
border-color: #DC6E80;
}
.TagClassName
{
border-color: #DC6E80;
}
</style>