#DF9193

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

Shades of Wewak #DF9193

Tints of Wewak #DF9193

Color information

#DF9193 (or 0xDF9193) is unknown color: approx Wewak. HEX triplet: DF, 91 and 93. RGB value is (223,145,147). Sum of RGB (Red+Green+Blue) = 223+145+147=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9193 is #206E6C. Grayscale: #A8A8A8. Windows color (decimal): -2125421 or 9671135. OLE color: 9671135.

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

Color convert

RGB223145147-
CMYK00.350.340.13
HSL358.46º54.93%72.16%-
HSV(B)358.46º34.98%87.45%-
XYZ45.8238.0532.53-
YUV168.55115.84166.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.30%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=43.30%
G=28.16%
B=28.54%

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
Decimal22314514700.350.340.13358.4654.9372.16
HexDF919302322D1663748
Octal337221223043421554667110
Binary110111111001000110010011010001110001011011011001101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9193; }

 p { color: rgb(223,145,147); }

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

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

 a { background-color: rgb(223,145,147); }

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

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

 span { border-color: rgb(223,145,147); }

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