Html Css Color HEX #DE959D Wewak

📋 copy color: '#DE959D'

red 222 ◦ green 149 ◦ blue 157

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

Shades of Wewak #DE959D

Tints of Wewak #DE959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 42.05%
G = 28.22%
B = 29.73%

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

#DE959D (or 0xDE959D) is known color: Wewak. HEX triplet: DE, 95 and 9D. RGB value is (222,149,157). Sum of RGB (Red+Green+Blue) = 222+149+157=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE959D is #216A62. Grayscale: #ABABAB. Windows color (decimal): -2189923 or 10327518. OLE color: 10327518.

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

Color convert

RGB 222 149 157 -
CMYK 0 0.33 0.29 0.13
HSL 353.42º 0.53% 0.73% -
HSV(B) 353.42º 0.33% 0.87% -
XYZ 46.96 39.46 37.04 -
YUV 171.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 222 149 157 0 0.33 0.29 0.13 353.42 0.53 0.73
Hex DE 95 9D 0 21 1D D 161 35 49
Octal 336 225 235 0 41 35 15 541 65 111
Binary 11011110 10010101 10011101 0 100001 11101 1101 101100001 110101 1001001

Color Harmonies of #DE959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE959D

Black with #DE959D

Text Example


Text Example

White with #DE959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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