#DD897F

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

Shades of My Pink #DD897F

Tints of My Pink #DD897F

Color information

#DD897F (or 0xDD897F) is unknown color: approx My Pink. HEX triplet: DD, 89 and 7F. RGB value is (221,137,127). Sum of RGB (Red+Green+Blue) = 221+137+127=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD897F is #227680. Grayscale: #A1A1A1. Windows color (decimal): -2258561 or 8358365. OLE color: 8358365.

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

Color convert

RGB221137127-
CMYK00.380.430.13
HSL6.38º58.02%68.24%-
HSV(B)6.38º42.53%86.67%-
XYZ42.634.824.55-
YUV160.98108.83170.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 127 (50% from 255) = 26.19%
R=45.57%
G=28.25%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113712700.380.430.136.3858.0268.24
HexDD897F0262BD63a44
Octal3352111770465315672104
Binary11011101100010011111111010011010101111011101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD897F; }

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

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

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

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

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

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

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

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