Shades of Deep Blush #DC728D
Tints of Deep Blush #DC728D
RGB
CMYK
RGB Variations
Color information
#DC728D (or 0xDC728D) is known color: Deep Blush. HEX triplet: DC, 72 and 8D. RGB value is (220,114,141). Sum of RGB (Red+Green+Blue) = 220+114+141=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC728D is #238D72. Grayscale: #949494. Windows color (decimal): -2329971 or 9269980. OLE color: 9269980.
HSL color Cylindrical-coordinate representation of color #DC728D: hue angle of 344.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC728D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 141 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.14 |
| HSL | 344.72º | 0.6% | 0.65% | - |
| HSV(B) | 344.72º | 0.48% | 0.86% | - |
| XYZ | 40.34 | 29.17 | 28.7 | - |
| YUV | 148.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 141 | 0 | 0.48 | 0.36 | 0.14 | 344.72 | 0.6 | 0.65 |
| Hex | DC | 72 | 8D | 0 | 30 | 24 | E | 159 | 3C | 41 |
| Octal | 334 | 162 | 215 | 0 | 60 | 44 | 16 | 531 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10001101 | 0 | 110000 | 100100 | 1110 | 101011001 | 111100 | 1000001 |
Color Harmonies of #DC728D
Complementary color
Monochromatic Colors of #DC728D
Black with #DC728D
Text Example
Text Example
White with #DC728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC728D; }
p { color: rgb(220,114,141); }
H1.HeaderClassName
{
color: #DC728D;
}
.AnyTagClassName
{
color: #DC728D;
}
</style>
background-color css
<style>
a { background-color: #DC728D; }
a { background-color: rgb(220,114,141); }
div.DivClassName
{
background-color: #DC728D;
}
.BgClassName
{
background-color: #DC728D;
}
</style>
border-color css
<style>
span { border-color: #DC728D; }
span { border-color: rgb(220,114,141); }
td.TdClassName
{
border-color: #DC728D;
}
.TagClassName
{
border-color: #DC728D;
}
</style>