Shades of Deep Blush #DC7A8D
Tints of Deep Blush #DC7A8D
RGB
CMYK
RGB Variations
Color information
#DC7A8D (or 0xDC7A8D) is known color: Deep Blush. HEX triplet: DC, 7A and 8D. RGB value is (220,122,141). Sum of RGB (Red+Green+Blue) = 220+122+141=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A8D is #238572. Grayscale: #999999. Windows color (decimal): -2327923 or 9272028. OLE color: 9272028.
HSL color Cylindrical-coordinate representation of color #DC7A8D: hue angle of 348.37º 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 #DC7A8D is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 141 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.14 |
| HSL | 348.37º | 0.58% | 0.67% | - |
| HSV(B) | 348.37º | 0.45% | 0.86% | - |
| XYZ | 41.28 | 31.06 | 29.02 | - |
| YUV | 153.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 141 | 0 | 0.45 | 0.36 | 0.14 | 348.37 | 0.58 | 0.67 |
| Hex | DC | 7A | 8D | 0 | 2D | 24 | E | 15C | 3A | 43 |
| Octal | 334 | 172 | 215 | 0 | 55 | 44 | 16 | 534 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10001101 | 0 | 101101 | 100100 | 1110 | 101011100 | 111010 | 1000011 |
Color Harmonies of #DC7A8D
Complementary color
Monochromatic Colors of #DC7A8D
Black with #DC7A8D
Text Example
Text Example
White with #DC7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A8D; }
p { color: rgb(220,122,141); }
H1.HeaderClassName
{
color: #DC7A8D;
}
.AnyTagClassName
{
color: #DC7A8D;
}
</style>
background-color css
<style>
a { background-color: #DC7A8D; }
a { background-color: rgb(220,122,141); }
div.DivClassName
{
background-color: #DC7A8D;
}
.BgClassName
{
background-color: #DC7A8D;
}
</style>
border-color css
<style>
span { border-color: #DC7A8D; }
span { border-color: rgb(220,122,141); }
td.TdClassName
{
border-color: #DC7A8D;
}
.TagClassName
{
border-color: #DC7A8D;
}
</style>