#DE9395

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

Shades of Wewak #DE9395

Tints of Wewak #DE9395

Color information

#DE9395 (or 0xDE9395) is unknown color: approx Wewak. HEX triplet: DE, 93 and 95. RGB value is (222,147,149). Sum of RGB (Red+Green+Blue) = 222+147+149=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9395 is #216C6A. Grayscale: #A9A9A9. Windows color (decimal): -2190443 or 9802718. OLE color: 9802718.

HSL color Cylindrical-coordinate representation of color #DE9395: hue angle of 358.4º 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 #DE9395 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222147149-
CMYK00.340.330.13
HSL358.4º53.19%72.35%-
HSV(B)358.4º33.78%87.06%-
XYZ45.9838.5733.45-
YUV169.65116.35165.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=42.86%
G=28.38%
B=28.76%

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
Decimal22214714900.340.330.13358.453.1972.35
HexDE939502221D1663548
Octal336223225042411554665110
Binary110111101001001110010101010001010000111011011001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9395; }

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

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

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

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

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

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

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

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