Shades of Deep Blush #DC7C83
Tints of Deep Blush #DC7C83
RGB
CMYK
RGB Variations
Color information
#DC7C83 (or 0xDC7C83) is known color: Deep Blush. HEX triplet: DC, 7C and 83. RGB value is (220,124,131). Sum of RGB (Red+Green+Blue) = 220+124+131=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C83 is #23837C. Grayscale: #999999. Windows color (decimal): -2327421 or 8617180. OLE color: 8617180.
HSL color Cylindrical-coordinate representation of color #DC7C83: hue angle of 355.62º 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 #DC7C83 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 131 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.14 |
| HSL | 355.63º | 0.58% | 0.67% | - |
| HSV(B) | 355.63º | 0.44% | 0.86% | - |
| XYZ | 40.82 | 31.27 | 25.36 | - |
| YUV | 153.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 131 | 0 | 0.44 | 0.40 | 0.14 | 355.63 | 0.58 | 0.67 |
| Hex | DC | 7C | 83 | 0 | 2C | 28 | E | 164 | 3A | 43 |
| Octal | 334 | 174 | 203 | 0 | 54 | 50 | 16 | 544 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10000011 | 0 | 101100 | 101000 | 1110 | 101100100 | 111010 | 1000011 |
Color Harmonies of #DC7C83
Complementary color
Monochromatic Colors of #DC7C83
Black with #DC7C83
Text Example
Text Example
White with #DC7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C83; }
p { color: rgb(220,124,131); }
H1.HeaderClassName
{
color: #DC7C83;
}
.AnyTagClassName
{
color: #DC7C83;
}
</style>
background-color css
<style>
a { background-color: #DC7C83; }
a { background-color: rgb(220,124,131); }
div.DivClassName
{
background-color: #DC7C83;
}
.BgClassName
{
background-color: #DC7C83;
}
</style>
border-color css
<style>
span { border-color: #DC7C83; }
span { border-color: rgb(220,124,131); }
td.TdClassName
{
border-color: #DC7C83;
}
.TagClassName
{
border-color: #DC7C83;
}
</style>