Shades of Deep Blush #DE657E
Tints of Deep Blush #DE657E
RGB
CMYK
RGB Variations
Color information
#DE657E (or 0xDE657E) is known color: Deep Blush. HEX triplet: DE, 65 and 7E. RGB value is (222,101,126). Sum of RGB (Red+Green+Blue) = 222+101+126=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE657E is #219A81. Grayscale: #8C8C8C. Windows color (decimal): -2202242 or 8283614. OLE color: 8283614.
HSL color Cylindrical-coordinate representation of color #DE657E: hue angle of 347.6º degrees, saturation: 0.65, 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 #DE657E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 126 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.13 |
| HSL | 347.6º | 0.65% | 0.63% | - |
| HSV(B) | 347.6º | 0.55% | 0.87% | - |
| XYZ | 38.54 | 26.34 | 22.79 | - |
| YUV | 140.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 126 | 0 | 0.55 | 0.43 | 0.13 | 347.6 | 0.65 | 0.63 |
| Hex | DE | 65 | 7E | 0 | 37 | 2B | D | 15C | 41 | 3F |
| Octal | 336 | 145 | 176 | 0 | 67 | 53 | 15 | 534 | 101 | 77 |
| Binary | 11011110 | 1100101 | 1111110 | 0 | 110111 | 101011 | 1101 | 101011100 | 1000001 | 111111 |
Color Harmonies of #DE657E
Complementary color
Monochromatic Colors of #DE657E
Black with #DE657E
Text Example
Text Example
White with #DE657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE657E; }
p { color: rgb(222,101,126); }
H1.HeaderClassName
{
color: #DE657E;
}
.AnyTagClassName
{
color: #DE657E;
}
</style>
background-color css
<style>
a { background-color: #DE657E; }
a { background-color: rgb(222,101,126); }
div.DivClassName
{
background-color: #DE657E;
}
.BgClassName
{
background-color: #DE657E;
}
</style>
border-color css
<style>
span { border-color: #DE657E; }
span { border-color: rgb(222,101,126); }
td.TdClassName
{
border-color: #DE657E;
}
.TagClassName
{
border-color: #DE657E;
}
</style>