Shades of Deep Blush #DD728A
Tints of Deep Blush #DD728A
RGB
CMYK
RGB Variations
Color information
#DD728A (or 0xDD728A) is known color: Deep Blush. HEX triplet: DD, 72 and 8A. RGB value is (221,114,138). Sum of RGB (Red+Green+Blue) = 221+114+138=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728A is #228D75. Grayscale: #949494. Windows color (decimal): -2264438 or 9073373. OLE color: 9073373.
HSL color Cylindrical-coordinate representation of color #DD728A: hue angle of 346.54º 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 #DD728A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 138 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.13 |
| HSL | 346.54º | 0.61% | 0.66% | - |
| HSV(B) | 346.54º | 0.48% | 0.87% | - |
| XYZ | 40.42 | 29.24 | 27.56 | - |
| YUV | 148.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 138 | 0 | 0.48 | 0.38 | 0.13 | 346.54 | 0.61 | 0.66 |
| Hex | DD | 72 | 8A | 0 | 30 | 26 | D | 15B | 3D | 42 |
| Octal | 335 | 162 | 212 | 0 | 60 | 46 | 15 | 533 | 75 | 102 |
| Binary | 11011101 | 1110010 | 10001010 | 0 | 110000 | 100110 | 1101 | 101011011 | 111101 | 1000010 |
Color Harmonies of #DD728A
Complementary color
Monochromatic Colors of #DD728A
Black with #DD728A
Text Example
Text Example
White with #DD728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD728A; }
p { color: rgb(221,114,138); }
H1.HeaderClassName
{
color: #DD728A;
}
.AnyTagClassName
{
color: #DD728A;
}
</style>
background-color css
<style>
a { background-color: #DD728A; }
a { background-color: rgb(221,114,138); }
div.DivClassName
{
background-color: #DD728A;
}
.BgClassName
{
background-color: #DD728A;
}
</style>
border-color css
<style>
span { border-color: #DD728A; }
span { border-color: rgb(221,114,138); }
td.TdClassName
{
border-color: #DD728A;
}
.TagClassName
{
border-color: #DD728A;
}
</style>