Shades of Deep Blush #DC7380
Tints of Deep Blush #DC7380
RGB
CMYK
RGB Variations
Color information
#DC7380 (or 0xDC7380) is known color: Deep Blush. HEX triplet: DC, 73 and 80. RGB value is (220,115,128). Sum of RGB (Red+Green+Blue) = 220+115+128=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7380 is #238C7F. Grayscale: #939393. Windows color (decimal): -2329728 or 8418268. OLE color: 8418268.
HSL color Cylindrical-coordinate representation of color #DC7380: hue angle of 352.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7380 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 128 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.14 |
| HSL | 352.57º | 0.6% | 0.66% | - |
| HSV(B) | 352.57º | 0.48% | 0.86% | - |
| XYZ | 39.54 | 29.04 | 23.94 | - |
| YUV | 147.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 128 | 0 | 0.48 | 0.42 | 0.14 | 352.57 | 0.6 | 0.66 |
| Hex | DC | 73 | 80 | 0 | 30 | 2A | E | 161 | 3C | 42 |
| Octal | 334 | 163 | 200 | 0 | 60 | 52 | 16 | 541 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10000000 | 0 | 110000 | 101010 | 1110 | 101100001 | 111100 | 1000010 |
Color Harmonies of #DC7380
Complementary color
Monochromatic Colors of #DC7380
Black with #DC7380
Text Example
Text Example
White with #DC7380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7380; }
p { color: rgb(220,115,128); }
H1.HeaderClassName
{
color: #DC7380;
}
.AnyTagClassName
{
color: #DC7380;
}
</style>
background-color css
<style>
a { background-color: #DC7380; }
a { background-color: rgb(220,115,128); }
div.DivClassName
{
background-color: #DC7380;
}
.BgClassName
{
background-color: #DC7380;
}
</style>
border-color css
<style>
span { border-color: #DC7380; }
span { border-color: rgb(220,115,128); }
td.TdClassName
{
border-color: #DC7380;
}
.TagClassName
{
border-color: #DC7380;
}
</style>