Shades of Deep Blush #DC7586
Tints of Deep Blush #DC7586
RGB
CMYK
RGB Variations
Color information
#DC7586 (or 0xDC7586) is known color: Deep Blush. HEX triplet: DC, 75 and 86. RGB value is (220,117,134). Sum of RGB (Red+Green+Blue) = 220+117+134=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7586 is #238A79. Grayscale: #959595. Windows color (decimal): -2329210 or 8811996. OLE color: 8811996.
HSL color Cylindrical-coordinate representation of color #DC7586: hue angle of 350.1º 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 #DC7586 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 134 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.14 |
| HSL | 350.1º | 0.6% | 0.66% | - |
| HSV(B) | 350.1º | 0.47% | 0.86% | - |
| XYZ | 40.18 | 29.66 | 26.16 | - |
| YUV | 149.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 134 | 0 | 0.47 | 0.39 | 0.14 | 350.1 | 0.6 | 0.66 |
| Hex | DC | 75 | 86 | 0 | 2F | 27 | E | 15E | 3C | 42 |
| Octal | 334 | 165 | 206 | 0 | 57 | 47 | 16 | 536 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10000110 | 0 | 101111 | 100111 | 1110 | 101011110 | 111100 | 1000010 |
Color Harmonies of #DC7586
Complementary color
Monochromatic Colors of #DC7586
Black with #DC7586
Text Example
Text Example
White with #DC7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7586; }
p { color: rgb(220,117,134); }
H1.HeaderClassName
{
color: #DC7586;
}
.AnyTagClassName
{
color: #DC7586;
}
</style>
background-color css
<style>
a { background-color: #DC7586; }
a { background-color: rgb(220,117,134); }
div.DivClassName
{
background-color: #DC7586;
}
.BgClassName
{
background-color: #DC7586;
}
</style>
border-color css
<style>
span { border-color: #DC7586; }
span { border-color: rgb(220,117,134); }
td.TdClassName
{
border-color: #DC7586;
}
.TagClassName
{
border-color: #DC7586;
}
</style>