#DD887C

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

Shades of My Pink #DD887C

Tints of My Pink #DD887C

Color information

#DD887C (or 0xDD887C) is unknown color: approx My Pink. HEX triplet: DD, 88 and 7C. RGB value is (221,136,124). Sum of RGB (Red+Green+Blue) = 221+136+124=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887C is #227783. Grayscale: #A0A0A0. Windows color (decimal): -2258820 or 8161501. OLE color: 8161501.

HSL color Cylindrical-coordinate representation of color #DD887C: hue angle of 7.42º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD887C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221136124-
CMYK00.380.440.13
HSL7.42º58.79%67.65%-
HSV(B)7.42º43.89%86.67%-
XYZ42.2634.4423.49-
YUV160.05107.66171.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=45.95%
G=28.27%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113612400.380.440.137.4258.7967.65
HexDD887C0262CD73b44
Octal3352101740465415773104
Binary11011101100010001111100010011010110011011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD887C; }

 p { color: rgb(221,136,124); }

 H1.HeaderClassName
 {
   color: #DD887C;
 }
 .AnyTagClassName
 {
   color: #DD887C;
 }
</style>
background-color css

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

 a { background-color: rgb(221,136,124); }

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

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

 span { border-color: rgb(221,136,124); }

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