#DE778C

Color #DE778C Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DE778C

Tints of Deep Blush #DE778C

Color information

#DE778C (or 0xDE778C) is unknown color: approx Deep Blush. HEX triplet: DE, 77 and 8C. RGB value is (222,119,140). Sum of RGB (Red+Green+Blue) = 222+119+140=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE778C is #218873. Grayscale: #989898. Windows color (decimal): -2197620 or 9205726. OLE color: 9205726.

HSL color Cylindrical-coordinate representation of color #DE778C: hue angle of 347.77º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE778C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222119140-
CMYK00.460.370.13
HSL347.77º60.95%66.86%-
HSV(B)347.77º46.4%87.06%-
XYZ41.4530.6228.54-
YUV152.19121.12177.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=46.15%
G=24.74%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211914000.460.370.13347.7760.9566.86
HexDE778C02E25D15c3d43
Octal336167214056451553475103
Binary11011110111011110001100010111010010111011010111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE778C; }

 p { color: rgb(222,119,140); }

 H1.HeaderClassName
 {
   color: #DE778C;
 }
 .AnyTagClassName
 {
   color: #DE778C;
 }
</style>
background-color css

<style>
 a { background-color: #DE778C; }

 a { background-color: rgb(222,119,140); }

 div.DivClassName
 {
   background-color: #DE778C;
 }
 .BgClassName
 {
   background-color: #DE778C;
 }
</style>
border-color css

<style>
 span { border-color: #DE778C; }

 span { border-color: rgb(222,119,140); }

 td.TdClassName
 {
   border-color: #DE778C;
 }
 .TagClassName
 {
   border-color: #DE778C;
 }
</style>