Shades of Deep Blush #DC7488
Tints of Deep Blush #DC7488
RGB
CMYK
RGB Variations
Color information
#DC7488 (or 0xDC7488) is known color: Deep Blush. HEX triplet: DC, 74 and 88. RGB value is (220,116,136). Sum of RGB (Red+Green+Blue) = 220+116+136=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7488 is #238B77. Grayscale: #959595. Windows color (decimal): -2329464 or 8942812. OLE color: 8942812.
HSL color Cylindrical-coordinate representation of color #DC7488: hue angle of 348.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7488 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 136 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.14 |
| HSL | 348.46º | 0.6% | 0.66% | - |
| HSV(B) | 348.46º | 0.47% | 0.86% | - |
| XYZ | 40.2 | 29.48 | 26.86 | - |
| YUV | 149.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 136 | 0 | 0.47 | 0.38 | 0.14 | 348.46 | 0.6 | 0.66 |
| Hex | DC | 74 | 88 | 0 | 2F | 26 | E | 15C | 3C | 42 |
| Octal | 334 | 164 | 210 | 0 | 57 | 46 | 16 | 534 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10001000 | 0 | 101111 | 100110 | 1110 | 101011100 | 111100 | 1000010 |
Color Harmonies of #DC7488
Complementary color
Monochromatic Colors of #DC7488
Black with #DC7488
Text Example
Text Example
White with #DC7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7488; }
p { color: rgb(220,116,136); }
H1.HeaderClassName
{
color: #DC7488;
}
.AnyTagClassName
{
color: #DC7488;
}
</style>
background-color css
<style>
a { background-color: #DC7488; }
a { background-color: rgb(220,116,136); }
div.DivClassName
{
background-color: #DC7488;
}
.BgClassName
{
background-color: #DC7488;
}
</style>
border-color css
<style>
span { border-color: #DC7488; }
span { border-color: rgb(220,116,136); }
td.TdClassName
{
border-color: #DC7488;
}
.TagClassName
{
border-color: #DC7488;
}
</style>