#DF959E

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

Shades of Wewak #DF959E

Tints of Wewak #DF959E

Color information

#DF959E (or 0xDF959E) is unknown color: approx Wewak. HEX triplet: DF, 95 and 9E. RGB value is (223,149,158). Sum of RGB (Red+Green+Blue) = 223+149+158=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959E is #206A61. Grayscale: #ACACAC. Windows color (decimal): -2124386 or 10393055. OLE color: 10393055.

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

Color convert

RGB223149158-
CMYK00.330.290.13
HSL352.7º53.62%72.94%-
HSV(B)352.7º33.18%87.45%-
XYZ47.3539.6537.51-
YUV172.15120.02164.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=42.08%
G=28.11%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314915800.330.290.13352.753.6272.94
HexDF959E0211DD1613649
Octal337225236041351554166111
Binary11011111100101011001111001000011110111011011000011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF959E; }

 p { color: rgb(223,149,158); }

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

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

 a { background-color: rgb(223,149,158); }

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

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

 span { border-color: rgb(223,149,158); }

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