Shades of Deep Blush #DC7A8A
Tints of Deep Blush #DC7A8A
RGB
CMYK
RGB Variations
Color information
#DC7A8A (or 0xDC7A8A) is known color: Deep Blush. HEX triplet: DC, 7A and 8A. RGB value is (220,122,138). Sum of RGB (Red+Green+Blue) = 220+122+138=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A8A is #238575. Grayscale: #999999. Windows color (decimal): -2327926 or 9075420. OLE color: 9075420.
HSL color Cylindrical-coordinate representation of color #DC7A8A: hue angle of 350.2º 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 #DC7A8A is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 138 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.14 |
| HSL | 350.2º | 0.58% | 0.67% | - |
| HSV(B) | 350.2º | 0.45% | 0.86% | - |
| XYZ | 41.06 | 30.97 | 27.86 | - |
| YUV | 153.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 138 | 0 | 0.45 | 0.37 | 0.14 | 350.2 | 0.58 | 0.67 |
| Hex | DC | 7A | 8A | 0 | 2D | 25 | E | 15E | 3A | 43 |
| Octal | 334 | 172 | 212 | 0 | 55 | 45 | 16 | 536 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10001010 | 0 | 101101 | 100101 | 1110 | 101011110 | 111010 | 1000011 |
Color Harmonies of #DC7A8A
Complementary color
Monochromatic Colors of #DC7A8A
Black with #DC7A8A
Text Example
Text Example
White with #DC7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A8A; }
p { color: rgb(220,122,138); }
H1.HeaderClassName
{
color: #DC7A8A;
}
.AnyTagClassName
{
color: #DC7A8A;
}
</style>
background-color css
<style>
a { background-color: #DC7A8A; }
a { background-color: rgb(220,122,138); }
div.DivClassName
{
background-color: #DC7A8A;
}
.BgClassName
{
background-color: #DC7A8A;
}
</style>
border-color css
<style>
span { border-color: #DC7A8A; }
span { border-color: rgb(220,122,138); }
td.TdClassName
{
border-color: #DC7A8A;
}
.TagClassName
{
border-color: #DC7A8A;
}
</style>