Shades of Deep Blush #DC7A82
Tints of Deep Blush #DC7A82
RGB
CMYK
RGB Variations
Color information
#DC7A82 (or 0xDC7A82) is known color: Deep Blush. HEX triplet: DC, 7A and 82. RGB value is (220,122,130). Sum of RGB (Red+Green+Blue) = 220+122+130=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A82 is #23857D. Grayscale: #989898. Windows color (decimal): -2327934 or 8551132. OLE color: 8551132.
HSL color Cylindrical-coordinate representation of color #DC7A82: hue angle of 355.1º degrees, saturation: 0.58, 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 #DC7A82 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 130 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.14 |
| HSL | 355.1º | 0.58% | 0.67% | - |
| HSV(B) | 355.1º | 0.45% | 0.86% | - |
| XYZ | 40.5 | 30.75 | 24.92 | - |
| YUV | 152.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 130 | 0 | 0.45 | 0.41 | 0.14 | 355.1 | 0.58 | 0.67 |
| Hex | DC | 7A | 82 | 0 | 2D | 29 | E | 163 | 3A | 43 |
| Octal | 334 | 172 | 202 | 0 | 55 | 51 | 16 | 543 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10000010 | 0 | 101101 | 101001 | 1110 | 101100011 | 111010 | 1000011 |
Color Harmonies of #DC7A82
Complementary color
Monochromatic Colors of #DC7A82
Black with #DC7A82
Text Example
Text Example
White with #DC7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A82; }
p { color: rgb(220,122,130); }
H1.HeaderClassName
{
color: #DC7A82;
}
.AnyTagClassName
{
color: #DC7A82;
}
</style>
background-color css
<style>
a { background-color: #DC7A82; }
a { background-color: rgb(220,122,130); }
div.DivClassName
{
background-color: #DC7A82;
}
.BgClassName
{
background-color: #DC7A82;
}
</style>
border-color css
<style>
span { border-color: #DC7A82; }
span { border-color: rgb(220,122,130); }
td.TdClassName
{
border-color: #DC7A82;
}
.TagClassName
{
border-color: #DC7A82;
}
</style>