Shades of Deep Blush #DE698C
Tints of Deep Blush #DE698C
RGB
CMYK
RGB Variations
Color information
#DE698C (or 0xDE698C) is known color: Deep Blush. HEX triplet: DE, 69 and 8C. RGB value is (222,105,140). Sum of RGB (Red+Green+Blue) = 222+105+140=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE698C is #219673. Grayscale: #8F8F8F. Windows color (decimal): -2201204 or 9202142. OLE color: 9202142.
HSL color Cylindrical-coordinate representation of color #DE698C: hue angle of 342.05º 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 #DE698C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 140 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.13 |
| HSL | 342.05º | 0.64% | 0.64% | - |
| HSV(B) | 342.05º | 0.53% | 0.87% | - |
| XYZ | 39.91 | 27.53 | 28.02 | - |
| YUV | 143.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 140 | 0 | 0.53 | 0.37 | 0.13 | 342.05 | 0.64 | 0.64 |
| Hex | DE | 69 | 8C | 0 | 35 | 25 | D | 156 | 40 | 40 |
| Octal | 336 | 151 | 214 | 0 | 65 | 45 | 15 | 526 | 100 | 100 |
| Binary | 11011110 | 1101001 | 10001100 | 0 | 110101 | 100101 | 1101 | 101010110 | 1000000 | 1000000 |
Color Harmonies of #DE698C
Complementary color
Monochromatic Colors of #DE698C
Black with #DE698C
Text Example
Text Example
White with #DE698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE698C; }
p { color: rgb(222,105,140); }
H1.HeaderClassName
{
color: #DE698C;
}
.AnyTagClassName
{
color: #DE698C;
}
</style>
background-color css
<style>
a { background-color: #DE698C; }
a { background-color: rgb(222,105,140); }
div.DivClassName
{
background-color: #DE698C;
}
.BgClassName
{
background-color: #DE698C;
}
</style>
border-color css
<style>
span { border-color: #DE698C; }
span { border-color: rgb(222,105,140); }
td.TdClassName
{
border-color: #DE698C;
}
.TagClassName
{
border-color: #DE698C;
}
</style>