Shades of Deep Blush #DD647D
Tints of Deep Blush #DD647D
RGB
CMYK
RGB Variations
Color information
#DD647D (or 0xDD647D) is known color: Deep Blush. HEX triplet: DD, 64 and 7D. RGB value is (221,100,125). Sum of RGB (Red+Green+Blue) = 221+100+125=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD647D is #229B82. Grayscale: #8B8B8B. Windows color (decimal): -2268035 or 8217821. OLE color: 8217821.
HSL color Cylindrical-coordinate representation of color #DD647D: hue angle of 347.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD647D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 125 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.13 |
| HSL | 347.6º | 0.64% | 0.63% | - |
| HSV(B) | 347.6º | 0.55% | 0.87% | - |
| XYZ | 38.08 | 25.97 | 22.41 | - |
| YUV | 139.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 125 | 0 | 0.55 | 0.43 | 0.13 | 347.6 | 0.64 | 0.63 |
| Hex | DD | 64 | 7D | 0 | 37 | 2B | D | 15C | 40 | 3F |
| Octal | 335 | 144 | 175 | 0 | 67 | 53 | 15 | 534 | 100 | 77 |
| Binary | 11011101 | 1100100 | 1111101 | 0 | 110111 | 101011 | 1101 | 101011100 | 1000000 | 111111 |
Color Harmonies of #DD647D
Complementary color
Monochromatic Colors of #DD647D
Black with #DD647D
Text Example
Text Example
White with #DD647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD647D; }
p { color: rgb(221,100,125); }
H1.HeaderClassName
{
color: #DD647D;
}
.AnyTagClassName
{
color: #DD647D;
}
</style>
background-color css
<style>
a { background-color: #DD647D; }
a { background-color: rgb(221,100,125); }
div.DivClassName
{
background-color: #DD647D;
}
.BgClassName
{
background-color: #DD647D;
}
</style>
border-color css
<style>
span { border-color: #DD647D; }
span { border-color: rgb(221,100,125); }
td.TdClassName
{
border-color: #DD647D;
}
.TagClassName
{
border-color: #DD647D;
}
</style>