Shades of Deep Blush #DD728C
Tints of Deep Blush #DD728C
RGB
CMYK
RGB Variations
Color information
#DD728C (or 0xDD728C) is known color: Deep Blush. HEX triplet: DD, 72 and 8C. RGB value is (221,114,140). Sum of RGB (Red+Green+Blue) = 221+114+140=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728C is #228D73. Grayscale: #949494. Windows color (decimal): -2264436 or 9204445. OLE color: 9204445.
HSL color Cylindrical-coordinate representation of color #DD728C: hue angle of 345.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD728C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 140 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.13 |
| HSL | 345.42º | 0.61% | 0.66% | - |
| HSV(B) | 345.42º | 0.48% | 0.87% | - |
| XYZ | 40.57 | 29.3 | 28.33 | - |
| YUV | 148.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 140 | 0 | 0.48 | 0.37 | 0.13 | 345.42 | 0.61 | 0.66 |
| Hex | DD | 72 | 8C | 0 | 30 | 25 | D | 159 | 3D | 42 |
| Octal | 335 | 162 | 214 | 0 | 60 | 45 | 15 | 531 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10001100 | 0 | 110000 | 100101 | 1101 | 101011001 | 111101 | 1000010 |
Color Harmonies of #DD728C
Complementary color
Monochromatic Colors of #DD728C
Black with #DD728C
Text Example
Text Example
White with #DD728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD728C; }
p { color: rgb(221,114,140); }
H1.HeaderClassName
{
color: #DD728C;
}
.AnyTagClassName
{
color: #DD728C;
}
</style>
background-color css
<style>
a { background-color: #DD728C; }
a { background-color: rgb(221,114,140); }
div.DivClassName
{
background-color: #DD728C;
}
.BgClassName
{
background-color: #DD728C;
}
</style>
border-color css
<style>
span { border-color: #DD728C; }
span { border-color: rgb(221,114,140); }
td.TdClassName
{
border-color: #DD728C;
}
.TagClassName
{
border-color: #DD728C;
}
</style>