#DE7D84

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

Shades of Deep Blush #DE7D84

Tints of Deep Blush #DE7D84

Color information

#DE7D84 (or 0xDE7D84) is unknown color: approx Deep Blush. HEX triplet: DE, 7D and 84. RGB value is (222,125,132). Sum of RGB (Red+Green+Blue) = 222+125+132=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D84 is #21827B. Grayscale: #9A9A9A. Windows color (decimal): -2196092 or 8682974. OLE color: 8682974.

HSL color Cylindrical-coordinate representation of color #DE7D84: hue angle of 355.67º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D84 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222125132-
CMYK00.440.410.13
HSL355.67º59.51%68.04%-
HSV(B)355.67º43.69%87.06%-
XYZ41.6231.8625.79-
YUV154.8115.14175.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=46.35%
G=26.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212513200.440.410.13355.6759.5168.04
HexDE7D8402C29D1643c44
Octal336175204054511554474104
Binary11011110111110110000100010110010100111011011001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D84; }

 p { color: rgb(222,125,132); }

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

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

 a { background-color: rgb(222,125,132); }

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

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

 span { border-color: rgb(222,125,132); }

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