#DE9192

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

Shades of Wewak #DE9192

Tints of Wewak #DE9192

Color information

#DE9192 (or 0xDE9192) is unknown color: approx Wewak. HEX triplet: DE, 91 and 92. RGB value is (222,145,146). Sum of RGB (Red+Green+Blue) = 222+145+146=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9192 is #216E6D. Grayscale: #A8A8A8. Windows color (decimal): -2190958 or 9605598. OLE color: 9605598.

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

Color convert

RGB222145146-
CMYK00.350.340.13
HSL359.22º53.85%71.96%-
HSV(B)359.22º34.68%87.06%-
XYZ45.4437.8632.11-
YUV168.14115.51166.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=43.27%
G=28.27%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214514600.350.340.13359.2253.8571.96
HexDE919202322D1673648
Octal336221222043421554766110
Binary110111101001000110010010010001110001011011011001111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9192; }

 p { color: rgb(222,145,146); }

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

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

 a { background-color: rgb(222,145,146); }

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

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

 span { border-color: rgb(222,145,146); }

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