Shades of Deep Blush #DC7388
Tints of Deep Blush #DC7388
RGB
CMYK
RGB Variations
Color information
#DC7388 (or 0xDC7388) is known color: Deep Blush. HEX triplet: DC, 73 and 88. RGB value is (220,115,136). Sum of RGB (Red+Green+Blue) = 220+115+136=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7388 is #238C77. Grayscale: #949494. Windows color (decimal): -2329720 or 8942556. OLE color: 8942556.
HSL color Cylindrical-coordinate representation of color #DC7388: hue angle of 348º 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 #DC7388 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 136 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.14 |
| HSL | 348º | 0.6% | 0.66% | - |
| HSV(B) | 348º | 0.48% | 0.86% | - |
| XYZ | 40.09 | 29.25 | 26.83 | - |
| YUV | 148.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 136 | 0 | 0.48 | 0.38 | 0.14 | 348 | 0.6 | 0.66 |
| Hex | DC | 73 | 88 | 0 | 30 | 26 | E | 15C | 3C | 42 |
| Octal | 334 | 163 | 210 | 0 | 60 | 46 | 16 | 534 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10001000 | 0 | 110000 | 100110 | 1110 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DC7388
Complementary color
Monochromatic Colors of #DC7388
Black with #DC7388
Text Example
Text Example
White with #DC7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7388; }
p { color: rgb(220,115,136); }
H1.HeaderClassName
{
color: #DC7388;
}
.AnyTagClassName
{
color: #DC7388;
}
</style>
background-color css
<style>
a { background-color: #DC7388; }
a { background-color: rgb(220,115,136); }
div.DivClassName
{
background-color: #DC7388;
}
.BgClassName
{
background-color: #DC7388;
}
</style>
border-color css
<style>
span { border-color: #DC7388; }
span { border-color: rgb(220,115,136); }
td.TdClassName
{
border-color: #DC7388;
}
.TagClassName
{
border-color: #DC7388;
}
</style>