Shades of Deep Blush #DD667E
Tints of Deep Blush #DD667E
RGB
CMYK
RGB Variations
Color information
#DD667E (or 0xDD667E) is known color: Deep Blush. HEX triplet: DD, 66 and 7E. RGB value is (221,102,126). Sum of RGB (Red+Green+Blue) = 221+102+126=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD667E is #229981. Grayscale: #8C8C8C. Windows color (decimal): -2267522 or 8283869. OLE color: 8283869.
HSL color Cylindrical-coordinate representation of color #DD667E: hue angle of 347.9º 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 #DD667E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 126 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.13 |
| HSL | 347.9º | 0.64% | 0.63% | - |
| HSV(B) | 347.9º | 0.54% | 0.87% | - |
| XYZ | 38.34 | 26.38 | 22.81 | - |
| YUV | 140.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 126 | 0 | 0.54 | 0.43 | 0.13 | 347.9 | 0.64 | 0.63 |
| Hex | DD | 66 | 7E | 0 | 36 | 2B | D | 15C | 40 | 3F |
| Octal | 335 | 146 | 176 | 0 | 66 | 53 | 15 | 534 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1111110 | 0 | 110110 | 101011 | 1101 | 101011100 | 1000000 | 111111 |
Color Harmonies of #DD667E
Complementary color
Monochromatic Colors of #DD667E
Black with #DD667E
Text Example
Text Example
White with #DD667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD667E; }
p { color: rgb(221,102,126); }
H1.HeaderClassName
{
color: #DD667E;
}
.AnyTagClassName
{
color: #DD667E;
}
</style>
background-color css
<style>
a { background-color: #DD667E; }
a { background-color: rgb(221,102,126); }
div.DivClassName
{
background-color: #DD667E;
}
.BgClassName
{
background-color: #DD667E;
}
</style>
border-color css
<style>
span { border-color: #DD667E; }
span { border-color: rgb(221,102,126); }
td.TdClassName
{
border-color: #DD667E;
}
.TagClassName
{
border-color: #DD667E;
}
</style>