#DD897C

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

Shades of My Pink #DD897C

Tints of My Pink #DD897C

Color information

#DD897C (or 0xDD897C) is unknown color: approx My Pink. HEX triplet: DD, 89 and 7C. RGB value is (221,137,124). Sum of RGB (Red+Green+Blue) = 221+137+124=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD897C is #227683. Grayscale: #A0A0A0. Windows color (decimal): -2258564 or 8161757. OLE color: 8161757.

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

Color convert

RGB221137124-
CMYK00.380.440.13
HSL8.04º58.79%67.65%-
HSV(B)8.04º43.89%86.67%-
XYZ42.434.7223.54-
YUV160.63107.33171.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=45.85%
G=28.42%
B=25.73%

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
Decimal22113712400.380.440.138.0458.7967.65
HexDD897C0262CD83b44
Octal33521117404654151073104
Binary110111011000100111111000100110101100110110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD897C; }

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

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

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

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

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

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

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

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