#DE9198

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

Shades of Wewak #DE9198

Tints of Wewak #DE9198

Color information

#DE9198 (or 0xDE9198) is unknown color: approx Wewak. HEX triplet: DE, 91 and 98. RGB value is (222,145,152). Sum of RGB (Red+Green+Blue) = 222+145+152=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9198 is #216E67. Grayscale: #A8A8A8. Windows color (decimal): -2190952 or 9998814. OLE color: 9998814.

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

Color convert

RGB222145152-
CMYK00.350.320.13
HSL354.55º53.85%71.96%-
HSV(B)354.55º34.68%87.06%-
XYZ45.9238.0534.63-
YUV168.82118.51165.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=42.77%
G=27.94%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214515200.350.320.13354.5553.8571.96
HexDE919802320D1633648
Octal336221230043401554366110
Binary110111101001000110011000010001110000011011011000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9198; }

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

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

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

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

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

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

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

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