Shades of Deep Blush #DC7984
Tints of Deep Blush #DC7984
RGB
CMYK
RGB Variations
Color information
#DC7984 (or 0xDC7984) is known color: Deep Blush. HEX triplet: DC, 79 and 84. RGB value is (220,121,132). Sum of RGB (Red+Green+Blue) = 220+121+132=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7984 is #23867B. Grayscale: #979797. Windows color (decimal): -2328188 or 8681948. OLE color: 8681948.
HSL color Cylindrical-coordinate representation of color #DC7984: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7984 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 132 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.14 |
| HSL | 353.33º | 0.59% | 0.67% | - |
| HSV(B) | 353.33º | 0.45% | 0.86% | - |
| XYZ | 40.52 | 30.56 | 25.59 | - |
| YUV | 151.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 132 | 0 | 0.45 | 0.40 | 0.14 | 353.33 | 0.59 | 0.67 |
| Hex | DC | 79 | 84 | 0 | 2D | 28 | E | 161 | 3B | 43 |
| Octal | 334 | 171 | 204 | 0 | 55 | 50 | 16 | 541 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10000100 | 0 | 101101 | 101000 | 1110 | 101100001 | 111011 | 1000011 |
Color Harmonies of #DC7984
Complementary color
Monochromatic Colors of #DC7984
Black with #DC7984
Text Example
Text Example
White with #DC7984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7984; }
p { color: rgb(220,121,132); }
H1.HeaderClassName
{
color: #DC7984;
}
.AnyTagClassName
{
color: #DC7984;
}
</style>
background-color css
<style>
a { background-color: #DC7984; }
a { background-color: rgb(220,121,132); }
div.DivClassName
{
background-color: #DC7984;
}
.BgClassName
{
background-color: #DC7984;
}
</style>
border-color css
<style>
span { border-color: #DC7984; }
span { border-color: rgb(220,121,132); }
td.TdClassName
{
border-color: #DC7984;
}
.TagClassName
{
border-color: #DC7984;
}
</style>