Shades of Deep Blush #DD657F
Tints of Deep Blush #DD657F
RGB
CMYK
RGB Variations
Color information
#DD657F (or 0xDD657F) is known color: Deep Blush. HEX triplet: DD, 65 and 7F. RGB value is (221,101,127). Sum of RGB (Red+Green+Blue) = 221+101+127=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD657F is #229A80. Grayscale: #8B8B8B. Windows color (decimal): -2267777 or 8349149. OLE color: 8349149.
HSL color Cylindrical-coordinate representation of color #DD657F: hue angle of 347º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD657F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 127 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.13 |
| HSL | 347º | 0.64% | 0.63% | - |
| HSV(B) | 347º | 0.54% | 0.87% | - |
| XYZ | 38.3 | 26.21 | 23.12 | - |
| YUV | 139.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 127 | 0 | 0.54 | 0.43 | 0.13 | 347 | 0.64 | 0.63 |
| Hex | DD | 65 | 7F | 0 | 36 | 2B | D | 15B | 40 | 3F |
| Octal | 335 | 145 | 177 | 0 | 66 | 53 | 15 | 533 | 100 | 77 |
| Binary | 11011101 | 1100101 | 1111111 | 0 | 110110 | 101011 | 1101 | 101011011 | 1000000 | 111111 |
Color Harmonies of #DD657F
Complementary color
Monochromatic Colors of #DD657F
Black with #DD657F
Text Example
Text Example
White with #DD657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD657F; }
p { color: rgb(221,101,127); }
H1.HeaderClassName
{
color: #DD657F;
}
.AnyTagClassName
{
color: #DD657F;
}
</style>
background-color css
<style>
a { background-color: #DD657F; }
a { background-color: rgb(221,101,127); }
div.DivClassName
{
background-color: #DD657F;
}
.BgClassName
{
background-color: #DD657F;
}
</style>
border-color css
<style>
span { border-color: #DD657F; }
span { border-color: rgb(221,101,127); }
td.TdClassName
{
border-color: #DD657F;
}
.TagClassName
{
border-color: #DD657F;
}
</style>