Shades of Deep Blush #DD738E
Tints of Deep Blush #DD738E
RGB
CMYK
RGB Variations
Color information
#DD738E (or 0xDD738E) is known color: Deep Blush. HEX triplet: DD, 73 and 8E. RGB value is (221,115,142). Sum of RGB (Red+Green+Blue) = 221+115+142=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD738E is #228C71. Grayscale: #959595. Windows color (decimal): -2264178 or 9335773. OLE color: 9335773.
HSL color Cylindrical-coordinate representation of color #DD738E: hue angle of 344.72º 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 #DD738E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 142 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.13 |
| HSL | 344.72º | 0.61% | 0.66% | - |
| HSV(B) | 344.72º | 0.48% | 0.87% | - |
| XYZ | 40.83 | 29.59 | 29.15 | - |
| YUV | 149.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 142 | 0 | 0.48 | 0.36 | 0.13 | 344.72 | 0.61 | 0.66 |
| Hex | DD | 73 | 8E | 0 | 30 | 24 | D | 159 | 3D | 42 |
| Octal | 335 | 163 | 216 | 0 | 60 | 44 | 15 | 531 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10001110 | 0 | 110000 | 100100 | 1101 | 101011001 | 111101 | 1000010 |
Color Harmonies of #DD738E
Complementary color
Monochromatic Colors of #DD738E
Black with #DD738E
Text Example
Text Example
White with #DD738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD738E; }
p { color: rgb(221,115,142); }
H1.HeaderClassName
{
color: #DD738E;
}
.AnyTagClassName
{
color: #DD738E;
}
</style>
background-color css
<style>
a { background-color: #DD738E; }
a { background-color: rgb(221,115,142); }
div.DivClassName
{
background-color: #DD738E;
}
.BgClassName
{
background-color: #DD738E;
}
</style>
border-color css
<style>
span { border-color: #DD738E; }
span { border-color: rgb(221,115,142); }
td.TdClassName
{
border-color: #DD738E;
}
.TagClassName
{
border-color: #DD738E;
}
</style>