Html Css Color HEX #DD9596 Wewak

📋 copy color: '#DD9596'

red 221 ◦ green 149 ◦ blue 150

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

Shades of Wewak #DD9596

Tints of Wewak #DD9596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 42.5%
G = 28.65%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD9596 (or 0xDD9596) is known color: Wewak. HEX triplet: DD, 95 and 96. RGB value is (221,149,150). Sum of RGB (Red+Green+Blue) = 221+149+150=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9596 is #226A69. Grayscale: #AAAAAA. Windows color (decimal): -2255466 or 9868765. OLE color: 9868765.

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

Color convert

RGB 221 149 150 -
CMYK 0 0.33 0.32 0.13
HSL 359.17º 0.51% 0.73% -
HSV(B) 359.17º 0.33% 0.87% -
XYZ 46.07 39.07 33.97 -
YUV 170.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 221 149 150 0 0.33 0.32 0.13 359.17 0.51 0.73
Hex DD 95 96 0 21 20 D 167 33 49
Octal 335 225 226 0 41 40 15 547 63 111
Binary 11011101 10010101 10010110 0 100001 100000 1101 101100111 110011 1001001

Color Harmonies of #DD9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9596

Black with #DD9596

Text Example


Text Example

White with #DD9596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9596; }

 p { color: rgb(221,149,150); }

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

background-color css

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

 a { background-color: rgb(221,149,150); }

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

border-color css

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

 span { border-color: rgb(221,149,150); }

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