Shades of Deep Blush #DE6689
Tints of Deep Blush #DE6689
RGB
CMYK
RGB Variations
Color information
#DE6689 (or 0xDE6689) is known color: Deep Blush. HEX triplet: DE, 66 and 89. RGB value is (222,102,137). Sum of RGB (Red+Green+Blue) = 222+102+137=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6689 is #219976. Grayscale: #8D8D8D. Windows color (decimal): -2201975 or 9004766. OLE color: 9004766.
HSL color Cylindrical-coordinate representation of color #DE6689: hue angle of 342.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6689 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 137 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.13 |
| HSL | 342.5º | 0.65% | 0.64% | - |
| HSV(B) | 342.5º | 0.54% | 0.87% | - |
| XYZ | 39.39 | 26.84 | 26.77 | - |
| YUV | 141.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 137 | 0 | 0.54 | 0.38 | 0.13 | 342.5 | 0.65 | 0.64 |
| Hex | DE | 66 | 89 | 0 | 36 | 26 | D | 156 | 41 | 40 |
| Octal | 336 | 146 | 211 | 0 | 66 | 46 | 15 | 526 | 101 | 100 |
| Binary | 11011110 | 1100110 | 10001001 | 0 | 110110 | 100110 | 1101 | 101010110 | 1000001 | 1000000 |
Color Harmonies of #DE6689
Complementary color
Monochromatic Colors of #DE6689
Black with #DE6689
Text Example
Text Example
White with #DE6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6689; }
p { color: rgb(222,102,137); }
H1.HeaderClassName
{
color: #DE6689;
}
.AnyTagClassName
{
color: #DE6689;
}
</style>
background-color css
<style>
a { background-color: #DE6689; }
a { background-color: rgb(222,102,137); }
div.DivClassName
{
background-color: #DE6689;
}
.BgClassName
{
background-color: #DE6689;
}
</style>
border-color css
<style>
span { border-color: #DE6689; }
span { border-color: rgb(222,102,137); }
td.TdClassName
{
border-color: #DE6689;
}
.TagClassName
{
border-color: #DE6689;
}
</style>