Shades of Deep Blush #DC7B8A
Tints of Deep Blush #DC7B8A
RGB
CMYK
RGB Variations
Color information
#DC7B8A (or 0xDC7B8A) is known color: Deep Blush. HEX triplet: DC, 7B and 8A. RGB value is (220,123,138). Sum of RGB (Red+Green+Blue) = 220+123+138=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B8A is #238475. Grayscale: #999999. Windows color (decimal): -2327670 or 9075676. OLE color: 9075676.
HSL color Cylindrical-coordinate representation of color #DC7B8A: hue angle of 350.72º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B8A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 138 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.14 |
| HSL | 350.72º | 0.58% | 0.67% | - |
| HSV(B) | 350.72º | 0.44% | 0.86% | - |
| XYZ | 41.19 | 31.22 | 27.9 | - |
| YUV | 153.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 138 | 0 | 0.44 | 0.37 | 0.14 | 350.72 | 0.58 | 0.67 |
| Hex | DC | 7B | 8A | 0 | 2C | 25 | E | 15F | 3A | 43 |
| Octal | 334 | 173 | 212 | 0 | 54 | 45 | 16 | 537 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10001010 | 0 | 101100 | 100101 | 1110 | 101011111 | 111010 | 1000011 |
Color Harmonies of #DC7B8A
Complementary color
Monochromatic Colors of #DC7B8A
Black with #DC7B8A
Text Example
Text Example
White with #DC7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B8A; }
p { color: rgb(220,123,138); }
H1.HeaderClassName
{
color: #DC7B8A;
}
.AnyTagClassName
{
color: #DC7B8A;
}
</style>
background-color css
<style>
a { background-color: #DC7B8A; }
a { background-color: rgb(220,123,138); }
div.DivClassName
{
background-color: #DC7B8A;
}
.BgClassName
{
background-color: #DC7B8A;
}
</style>
border-color css
<style>
span { border-color: #DC7B8A; }
span { border-color: rgb(220,123,138); }
td.TdClassName
{
border-color: #DC7B8A;
}
.TagClassName
{
border-color: #DC7B8A;
}
</style>