Html Css Color HEX #DE959E Wewak

📋 copy color: '#DE959E'

red 222 ◦ green 149 ◦ blue 158

#DE959E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #DE959E

Tints of Wewak #DE959E

RGB

 RED value IS 222 (87.11% from 255) = 41.97%

 GREEN value IS 149 (58.59% from 255) = 28.17%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 41.97%
G = 28.17%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE959E (or 0xDE959E) is known color: Wewak. HEX triplet: DE, 95 and 9E. RGB value is (222,149,158). Sum of RGB (Red+Green+Blue) = 222+149+158=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE959E is #216A61. Grayscale: #ABABAB. Windows color (decimal): -2189922 or 10393054. OLE color: 10393054.

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

Color convert

RGB 222 149 158 -
CMYK 0 0.33 0.29 0.13
HSL 352.6º 0.53% 0.73% -
HSV(B) 352.6º 0.33% 0.87% -
XYZ 47.04 39.49 37.49 -
YUV 171.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 222 149 158 0 0.33 0.29 0.13 352.6 0.53 0.73
Hex DE 95 9E 0 21 1D D 161 35 49
Octal 336 225 236 0 41 35 15 541 65 111
Binary 11011110 10010101 10011110 0 100001 11101 1101 101100001 110101 1001001

Color Harmonies of #DE959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE959E

Black with #DE959E

Text Example


Text Example

White with #DE959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE959E; }

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

 H1.HeaderClassName
 {
   color: #DE959E;
 }
 .AnyTagClassName
 {
   color: #DE959E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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