Shades of Deep Blush #DE697E
Tints of Deep Blush #DE697E
RGB
CMYK
RGB Variations
Color information
#DE697E (or 0xDE697E) is known color: Deep Blush. HEX triplet: DE, 69 and 7E. RGB value is (222,105,126). Sum of RGB (Red+Green+Blue) = 222+105+126=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697E is #219681. Grayscale: #8E8E8E. Windows color (decimal): -2201218 or 8284638. OLE color: 8284638.
HSL color Cylindrical-coordinate representation of color #DE697E: hue angle of 349.23º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE697E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 126 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.13 |
| HSL | 349.23º | 0.64% | 0.64% | - |
| HSV(B) | 349.23º | 0.53% | 0.87% | - |
| XYZ | 38.94 | 27.14 | 22.92 | - |
| YUV | 142.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 126 | 0 | 0.53 | 0.43 | 0.13 | 349.23 | 0.64 | 0.64 |
| Hex | DE | 69 | 7E | 0 | 35 | 2B | D | 15D | 40 | 40 |
| Octal | 336 | 151 | 176 | 0 | 65 | 53 | 15 | 535 | 100 | 100 |
| Binary | 11011110 | 1101001 | 1111110 | 0 | 110101 | 101011 | 1101 | 101011101 | 1000000 | 1000000 |
Color Harmonies of #DE697E
Complementary color
Monochromatic Colors of #DE697E
Black with #DE697E
Text Example
Text Example
White with #DE697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE697E; }
p { color: rgb(222,105,126); }
H1.HeaderClassName
{
color: #DE697E;
}
.AnyTagClassName
{
color: #DE697E;
}
</style>
background-color css
<style>
a { background-color: #DE697E; }
a { background-color: rgb(222,105,126); }
div.DivClassName
{
background-color: #DE697E;
}
.BgClassName
{
background-color: #DE697E;
}
</style>
border-color css
<style>
span { border-color: #DE697E; }
span { border-color: rgb(222,105,126); }
td.TdClassName
{
border-color: #DE697E;
}
.TagClassName
{
border-color: #DE697E;
}
</style>