Shades of Deep Blush #DD738C
Tints of Deep Blush #DD738C
RGB
CMYK
RGB Variations
Color information
#DD738C (or 0xDD738C) is known color: Deep Blush. HEX triplet: DD, 73 and 8C. RGB value is (221,115,140). Sum of RGB (Red+Green+Blue) = 221+115+140=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD738C is #228C73. Grayscale: #959595. Windows color (decimal): -2264180 or 9204701. OLE color: 9204701.
HSL color Cylindrical-coordinate representation of color #DD738C: hue angle of 345.85º 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 #DD738C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 140 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.13 |
| HSL | 345.85º | 0.61% | 0.66% | - |
| HSV(B) | 345.85º | 0.48% | 0.87% | - |
| XYZ | 40.68 | 29.53 | 28.37 | - |
| YUV | 149.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 140 | 0 | 0.48 | 0.37 | 0.13 | 345.85 | 0.61 | 0.66 |
| Hex | DD | 73 | 8C | 0 | 30 | 25 | D | 15A | 3D | 42 |
| Octal | 335 | 163 | 214 | 0 | 60 | 45 | 15 | 532 | 75 | 102 |
| Binary | 11011101 | 1110011 | 10001100 | 0 | 110000 | 100101 | 1101 | 101011010 | 111101 | 1000010 |
Color Harmonies of #DD738C
Complementary color
Monochromatic Colors of #DD738C
Black with #DD738C
Text Example
Text Example
White with #DD738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD738C; }
p { color: rgb(221,115,140); }
H1.HeaderClassName
{
color: #DD738C;
}
.AnyTagClassName
{
color: #DD738C;
}
</style>
background-color css
<style>
a { background-color: #DD738C; }
a { background-color: rgb(221,115,140); }
div.DivClassName
{
background-color: #DD738C;
}
.BgClassName
{
background-color: #DD738C;
}
</style>
border-color css
<style>
span { border-color: #DD738C; }
span { border-color: rgb(221,115,140); }
td.TdClassName
{
border-color: #DD738C;
}
.TagClassName
{
border-color: #DD738C;
}
</style>