Html Css Color HEX #DD9094 Wewak

📋 copy color: '#DD9094'

red 221 ◦ green 144 ◦ blue 148

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

Shades of Wewak #DD9094

Tints of Wewak #DD9094

RGB

 RED value IS 221 (86.72% from 255) = 43.08%

 GREEN value IS 144 (56.64% from 255) = 28.07%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 43.08%
G = 28.07%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9094 (or 0xDD9094) is known color: Wewak. HEX triplet: DD, 90 and 94. RGB value is (221,144,148). Sum of RGB (Red+Green+Blue) = 221+144+148=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9094 is #226F6B. Grayscale: #A7A7A7. Windows color (decimal): -2256748 or 9736413. OLE color: 9736413.

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

Color convert

RGB 221 144 148 -
CMYK 0 0.35 0.33 0.13
HSL 356.88º 0.53% 0.72% -
HSV(B) 356.88º 0.35% 0.87% -
XYZ 45.14 37.46 32.87 -
YUV 167.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 221 144 148 0 0.35 0.33 0.13 356.88 0.53 0.72
Hex DD 90 94 0 23 21 D 165 35 48
Octal 335 220 224 0 43 41 15 545 65 110
Binary 11011101 10010000 10010100 0 100011 100001 1101 101100101 110101 1001000

Color Harmonies of #DD9094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9094

Black with #DD9094

Text Example


Text Example

White with #DD9094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9094; }

 p { color: rgb(221,144,148); }

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

background-color css

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

 a { background-color: rgb(221,144,148); }

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

border-color css

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

 span { border-color: rgb(221,144,148); }

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