#DD9599

Color #DD9599 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #DD9599

Tints of Wewak #DD9599

Color information

#DD9599 (or 0xDD9599) is unknown color: approx 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

RGB221149153-
CMYK00.330.310.13
HSL356.67º51.43%72.55%-
HSV(B)356.67º32.58%86.67%-
XYZ46.3239.1735.26-
YUV170.98117.85163.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114915300.330.310.13356.6751.4372.55
HexDD95990211FD1653349
Octal335225231041371554563111
Binary11011101100101011001100101000011111111011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>