Shades of Deep Blush #DC7684
Tints of Deep Blush #DC7684
RGB
CMYK
RGB Variations
Color information
#DC7684 (or 0xDC7684) is known color: Deep Blush. HEX triplet: DC, 76 and 84. RGB value is (220,118,132). Sum of RGB (Red+Green+Blue) = 220+118+132=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7684 is #23897B. Grayscale: #969696. Windows color (decimal): -2328956 or 8681180. OLE color: 8681180.
HSL color Cylindrical-coordinate representation of color #DC7684: hue angle of 351.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7684 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 132 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.14 |
| HSL | 351.76º | 0.59% | 0.66% | - |
| HSV(B) | 351.76º | 0.46% | 0.86% | - |
| XYZ | 40.16 | 29.84 | 25.47 | - |
| YUV | 150.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 132 | 0 | 0.46 | 0.40 | 0.14 | 351.76 | 0.59 | 0.66 |
| Hex | DC | 76 | 84 | 0 | 2E | 28 | E | 160 | 3B | 42 |
| Octal | 334 | 166 | 204 | 0 | 56 | 50 | 16 | 540 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10000100 | 0 | 101110 | 101000 | 1110 | 101100000 | 111011 | 1000010 |
Color Harmonies of #DC7684
Complementary color
Monochromatic Colors of #DC7684
Black with #DC7684
Text Example
Text Example
White with #DC7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7684; }
p { color: rgb(220,118,132); }
H1.HeaderClassName
{
color: #DC7684;
}
.AnyTagClassName
{
color: #DC7684;
}
</style>
background-color css
<style>
a { background-color: #DC7684; }
a { background-color: rgb(220,118,132); }
div.DivClassName
{
background-color: #DC7684;
}
.BgClassName
{
background-color: #DC7684;
}
</style>
border-color css
<style>
span { border-color: #DC7684; }
span { border-color: rgb(220,118,132); }
td.TdClassName
{
border-color: #DC7684;
}
.TagClassName
{
border-color: #DC7684;
}
</style>