Html Css Color HEX #DD9599 Wewak

📋 copy color: '#DD9599'

red 221 ◦ green 149 ◦ blue 153

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

Shades of Wewak #DD9599

Tints of Wewak #DD9599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 42.26%
G = 28.49%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD9599 (or 0xDD9599) is known color: Wewak. HEX triplet: DD, 95 and 99. RGB value is (221,149,153). Sum of RGB (Red+Green+Blue) = 221+149+153=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9599 is #226A66. Grayscale: #ABABAB. Windows color (decimal): -2255463 or 10065373. OLE color: 10065373.

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

Color convert

RGB 221 149 153 -
CMYK 0 0.33 0.31 0.13
HSL 356.67º 0.51% 0.73% -
HSV(B) 356.67º 0.33% 0.87% -
XYZ 46.32 39.17 35.26 -
YUV 170.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 221 149 153 0 0.33 0.31 0.13 356.67 0.51 0.73
Hex DD 95 99 0 21 1F D 165 33 49
Octal 335 225 231 0 41 37 15 545 63 111
Binary 11011101 10010101 10011001 0 100001 11111 1101 101100101 110011 1001001

Color Harmonies of #DD9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9599

Black with #DD9599

Text Example


Text Example

White with #DD9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9599; }

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

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

background-color css

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

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

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

border-color css

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

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

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