Html Css Color HEX #DD9293 Wewak

📋 copy color: '#DD9293'

red 221 ◦ green 146 ◦ blue 147

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

Shades of Wewak #DD9293

Tints of Wewak #DD9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.4%

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 43%
G = 28.4%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD9293 (or 0xDD9293) is known color: Wewak. HEX triplet: DD, 92 and 93. RGB value is (221,146,147). Sum of RGB (Red+Green+Blue) = 221+146+147=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9293 is #226D6C. Grayscale: #A8A8A8. Windows color (decimal): -2256237 or 9671389. OLE color: 9671389.

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

Color convert

RGB 221 146 147 -
CMYK 0 0.34 0.33 0.13
HSL 359.2º 0.52% 0.72% -
HSV(B) 359.2º 0.34% 0.87% -
XYZ 45.36 38.04 32.55 -
YUV 168.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 221 146 147 0 0.34 0.33 0.13 359.2 0.52 0.72
Hex DD 92 93 0 22 21 D 167 34 48
Octal 335 222 223 0 42 41 15 547 64 110
Binary 11011101 10010010 10010011 0 100010 100001 1101 101100111 110100 1001000

Color Harmonies of #DD9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9293

Black with #DD9293

Text Example


Text Example

White with #DD9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9293; }

 p { color: rgb(221,146,147); }

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

background-color css

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

 a { background-color: rgb(221,146,147); }

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

border-color css

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

 span { border-color: rgb(221,146,147); }

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