Shades of Deep Blush #DF728C
Tints of Deep Blush #DF728C
RGB
CMYK
RGB Variations
Color information
#DF728C (or 0xDF728C) is known color: Deep Blush. HEX triplet: DF, 72 and 8C. RGB value is (223,114,140). Sum of RGB (Red+Green+Blue) = 223+114+140=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF728C is #208D73. Grayscale: #959595. Windows color (decimal): -2133364 or 9204447. OLE color: 9204447.
HSL color Cylindrical-coordinate representation of color #DF728C: hue angle of 345.69º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF728C is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 140 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.13 |
| HSL | 345.69º | 0.63% | 0.66% | - |
| HSV(B) | 345.69º | 0.49% | 0.87% | - |
| XYZ | 41.18 | 29.62 | 28.36 | - |
| YUV | 149.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 140 | 0 | 0.49 | 0.37 | 0.13 | 345.69 | 0.63 | 0.66 |
| Hex | DF | 72 | 8C | 0 | 31 | 25 | D | 15A | 3F | 42 |
| Octal | 337 | 162 | 214 | 0 | 61 | 45 | 15 | 532 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10001100 | 0 | 110001 | 100101 | 1101 | 101011010 | 111111 | 1000010 |
Color Harmonies of #DF728C
Complementary color
Monochromatic Colors of #DF728C
Black with #DF728C
Text Example
Text Example
White with #DF728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF728C; }
p { color: rgb(223,114,140); }
H1.HeaderClassName
{
color: #DF728C;
}
.AnyTagClassName
{
color: #DF728C;
}
</style>
background-color css
<style>
a { background-color: #DF728C; }
a { background-color: rgb(223,114,140); }
div.DivClassName
{
background-color: #DF728C;
}
.BgClassName
{
background-color: #DF728C;
}
</style>
border-color css
<style>
span { border-color: #DF728C; }
span { border-color: rgb(223,114,140); }
td.TdClassName
{
border-color: #DF728C;
}
.TagClassName
{
border-color: #DF728C;
}
</style>