#DE9394

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

Shades of Wewak #DE9394

Tints of Wewak #DE9394

Color information

#DE9394 (or 0xDE9394) is unknown color: approx Wewak. HEX triplet: DE, 93 and 94. RGB value is (222,147,148). Sum of RGB (Red+Green+Blue) = 222+147+148=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9394 is #216C6B. Grayscale: #A9A9A9. Windows color (decimal): -2190444 or 9737182. OLE color: 9737182.

HSL color Cylindrical-coordinate representation of color #DE9394: hue angle of 359.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9394 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222147148-
CMYK00.340.330.13
HSL359.2º53.19%72.35%-
HSV(B)359.2º33.78%87.06%-
XYZ45.938.5433.04-
YUV169.54115.85165.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=42.94%
G=28.43%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214714800.340.330.13359.253.1972.35
HexDE939402221D1673548
Octal336223224042411554765110
Binary110111101001001110010100010001010000111011011001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9394; }

 p { color: rgb(222,147,148); }

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

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

 a { background-color: rgb(222,147,148); }

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

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

 span { border-color: rgb(222,147,148); }

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