Shades of Deep Blush #DC7485
Tints of Deep Blush #DC7485
RGB
CMYK
RGB Variations
Color information
#DC7485 (or 0xDC7485) is known color: Deep Blush. HEX triplet: DC, 74 and 85. RGB value is (220,116,133). Sum of RGB (Red+Green+Blue) = 220+116+133=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7485 is #238B7A. Grayscale: #959595. Windows color (decimal): -2329467 or 8746204. OLE color: 8746204.
HSL color Cylindrical-coordinate representation of color #DC7485: hue angle of 350.19º 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 #DC7485 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 133 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.14 |
| HSL | 350.19º | 0.6% | 0.66% | - |
| HSV(B) | 350.19º | 0.47% | 0.86% | - |
| XYZ | 39.99 | 29.4 | 25.76 | - |
| YUV | 149.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 133 | 0 | 0.47 | 0.40 | 0.14 | 350.19 | 0.6 | 0.66 |
| Hex | DC | 74 | 85 | 0 | 2F | 28 | E | 15E | 3C | 42 |
| Octal | 334 | 164 | 205 | 0 | 57 | 50 | 16 | 536 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10000101 | 0 | 101111 | 101000 | 1110 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DC7485
Complementary color
Monochromatic Colors of #DC7485
Black with #DC7485
Text Example
Text Example
White with #DC7485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7485; }
p { color: rgb(220,116,133); }
H1.HeaderClassName
{
color: #DC7485;
}
.AnyTagClassName
{
color: #DC7485;
}
</style>
background-color css
<style>
a { background-color: #DC7485; }
a { background-color: rgb(220,116,133); }
div.DivClassName
{
background-color: #DC7485;
}
.BgClassName
{
background-color: #DC7485;
}
</style>
border-color css
<style>
span { border-color: #DC7485; }
span { border-color: rgb(220,116,133); }
td.TdClassName
{
border-color: #DC7485;
}
.TagClassName
{
border-color: #DC7485;
}
</style>