Shades of Deep Blush #DC728C
Tints of Deep Blush #DC728C
RGB
CMYK
RGB Variations
Color information
#DC728C (or 0xDC728C) is known color: Deep Blush. HEX triplet: DC, 72 and 8C. RGB value is (220,114,140). Sum of RGB (Red+Green+Blue) = 220+114+140=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC728C is #238D73. Grayscale: #949494. Windows color (decimal): -2329972 or 9204444. OLE color: 9204444.
HSL color Cylindrical-coordinate representation of color #DC728C: hue angle of 345.28º 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 #DC728C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 140 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.14 |
| HSL | 345.28º | 0.6% | 0.65% | - |
| HSV(B) | 345.28º | 0.48% | 0.86% | - |
| XYZ | 40.27 | 29.14 | 28.31 | - |
| YUV | 148.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 140 | 0 | 0.48 | 0.36 | 0.14 | 345.28 | 0.6 | 0.65 |
| Hex | DC | 72 | 8C | 0 | 30 | 24 | E | 159 | 3C | 41 |
| Octal | 334 | 162 | 214 | 0 | 60 | 44 | 16 | 531 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10001100 | 0 | 110000 | 100100 | 1110 | 101011001 | 111100 | 1000001 |
Color Harmonies of #DC728C
Complementary color
Monochromatic Colors of #DC728C
Black with #DC728C
Text Example
Text Example
White with #DC728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC728C; }
p { color: rgb(220,114,140); }
H1.HeaderClassName
{
color: #DC728C;
}
.AnyTagClassName
{
color: #DC728C;
}
</style>
background-color css
<style>
a { background-color: #DC728C; }
a { background-color: rgb(220,114,140); }
div.DivClassName
{
background-color: #DC728C;
}
.BgClassName
{
background-color: #DC728C;
}
</style>
border-color css
<style>
span { border-color: #DC728C; }
span { border-color: rgb(220,114,140); }
td.TdClassName
{
border-color: #DC728C;
}
.TagClassName
{
border-color: #DC728C;
}
</style>