Shades of Deep Blush #DD738B
Tints of Deep Blush #DD738B
RGB
CMYK
RGB Variations
Color information
#DD738B (or 0xDD738B) is known color: Deep Blush. HEX triplet: DD, 73 and 8B. RGB value is (221,115,139). Sum of RGB (Red+Green+Blue) = 221+115+139=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD738B is #228C74. Grayscale: #959595. Windows color (decimal): -2264181 or 9139165. OLE color: 9139165.
HSL color Cylindrical-coordinate representation of color #DD738B: hue angle of 346.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 #DD738B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 139 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.13 |
| HSL | 346.42º | 0.61% | 0.66% | - |
| HSV(B) | 346.42º | 0.48% | 0.87% | - |
| XYZ | 40.61 | 29.5 | 27.98 | - |
| YUV | 149.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 139 | 0 | 0.48 | 0.37 | 0.13 | 346.42 | 0.61 | 0.66 |
| Hex | DD | 73 | 8B | 0 | 30 | 25 | D | 15A | 3D | 42 |
| Octal | 335 | 163 | 213 | 0 | 60 | 45 | 15 | 532 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10001011 | 0 | 110000 | 100101 | 1101 | 101011010 | 111101 | 1000010 |
Color Harmonies of #DD738B
Complementary color
Monochromatic Colors of #DD738B
Black with #DD738B
Text Example
Text Example
White with #DD738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD738B; }
p { color: rgb(221,115,139); }
H1.HeaderClassName
{
color: #DD738B;
}
.AnyTagClassName
{
color: #DD738B;
}
</style>
background-color css
<style>
a { background-color: #DD738B; }
a { background-color: rgb(221,115,139); }
div.DivClassName
{
background-color: #DD738B;
}
.BgClassName
{
background-color: #DD738B;
}
</style>
border-color css
<style>
span { border-color: #DD738B; }
span { border-color: rgb(221,115,139); }
td.TdClassName
{
border-color: #DD738B;
}
.TagClassName
{
border-color: #DD738B;
}
</style>