Html Css Color HEX #DE999F Wewak

📋 copy color: '#DE999F'

red 222 ◦ green 153 ◦ blue 159

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

Shades of Wewak #DE999F

Tints of Wewak #DE999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 41.57%
G = 28.65%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE999F (or 0xDE999F) is known color: Wewak. HEX triplet: DE, 99 and 9F. RGB value is (222,153,159). Sum of RGB (Red+Green+Blue) = 222+153+159=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE999F is #216660. Grayscale: #AEAEAE. Windows color (decimal): -2188897 or 10459614. OLE color: 10459614.

HSL color Cylindrical-coordinate representation of color #DE999F: hue angle of 354.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE999F is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 159 -
CMYK 0 0.31 0.28 0.13
HSL 354.78º 0.51% 0.74% -
HSV(B) 354.78º 0.31% 0.87% -
XYZ 47.77 40.82 38.16 -
YUV 174.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 222 153 159 0 0.31 0.28 0.13 354.78 0.51 0.74
Hex DE 99 9F 0 1F 1C D 163 33 4A
Octal 336 231 237 0 37 34 15 543 63 112
Binary 11011110 10011001 10011111 0 11111 11100 1101 101100011 110011 1001010

Color Harmonies of #DE999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE999F

Black with #DE999F

Text Example


Text Example

White with #DE999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE999F; }

 p { color: rgb(222,153,159); }

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

background-color css

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

 a { background-color: rgb(222,153,159); }

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

border-color css

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

 span { border-color: rgb(222,153,159); }

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