Shades of Deep Blush #DC7584
Tints of Deep Blush #DC7584
RGB
CMYK
RGB Variations
Color information
#DC7584 (or 0xDC7584) is known color: Deep Blush. HEX triplet: DC, 75 and 84. RGB value is (220,117,132). Sum of RGB (Red+Green+Blue) = 220+117+132=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7584 is #238A7B. Grayscale: #959595. Windows color (decimal): -2329212 or 8680924. OLE color: 8680924.
HSL color Cylindrical-coordinate representation of color #DC7584: hue angle of 351.26º 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 #DC7584 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 132 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.14 |
| HSL | 351.26º | 0.6% | 0.66% | - |
| HSV(B) | 351.26º | 0.47% | 0.86% | - |
| XYZ | 40.04 | 29.6 | 25.43 | - |
| YUV | 149.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 132 | 0 | 0.47 | 0.40 | 0.14 | 351.26 | 0.6 | 0.66 |
| Hex | DC | 75 | 84 | 0 | 2F | 28 | E | 15F | 3C | 42 |
| Octal | 334 | 165 | 204 | 0 | 57 | 50 | 16 | 537 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10000100 | 0 | 101111 | 101000 | 1110 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DC7584
Complementary color
Monochromatic Colors of #DC7584
Black with #DC7584
Text Example
Text Example
White with #DC7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7584; }
p { color: rgb(220,117,132); }
H1.HeaderClassName
{
color: #DC7584;
}
.AnyTagClassName
{
color: #DC7584;
}
</style>
background-color css
<style>
a { background-color: #DC7584; }
a { background-color: rgb(220,117,132); }
div.DivClassName
{
background-color: #DC7584;
}
.BgClassName
{
background-color: #DC7584;
}
</style>
border-color css
<style>
span { border-color: #DC7584; }
span { border-color: rgb(220,117,132); }
td.TdClassName
{
border-color: #DC7584;
}
.TagClassName
{
border-color: #DC7584;
}
</style>