#DD8C80

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

Shades of My Pink #DD8C80

Tints of My Pink #DD8C80

Color information

#DD8C80 (or 0xDD8C80) is unknown color: approx My Pink. HEX triplet: DD, 8C and 80. RGB value is (221,140,128). Sum of RGB (Red+Green+Blue) = 221+140+128=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8C80 is #22737F. Grayscale: #A2A2A2. Windows color (decimal): -2257792 or 8424669. OLE color: 8424669.

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

Color convert

RGB221140128-
CMYK00.370.420.13
HSL7.74º57.76%68.43%-
HSV(B)7.74º42.08%86.67%-
XYZ43.0935.6925.04-
YUV162.85108.34169.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=45.19%
G=28.63%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114012800.370.420.137.7457.7668.43
HexDD8C800252AD83a44
Octal33521420004552151072104
Binary1101110110001100100000000100101101010110110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C80; }

 p { color: rgb(221,140,128); }

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

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

 a { background-color: rgb(221,140,128); }

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

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

 span { border-color: rgb(221,140,128); }

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