#DD8880

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

Shades of My Pink #DD8880

Tints of My Pink #DD8880

Color information

#DD8880 (or 0xDD8880) is unknown color: approx My Pink. HEX triplet: DD, 88 and 80. RGB value is (221,136,128). Sum of RGB (Red+Green+Blue) = 221+136+128=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8880 is #22777F. Grayscale: #A0A0A0. Windows color (decimal): -2258816 or 8423645. OLE color: 8423645.

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

Color convert

RGB221136128-
CMYK00.380.420.13
HSL5.16º57.76%68.43%-
HSV(B)5.16º42.08%86.67%-
XYZ42.5234.5424.85-
YUV160.5109.66171.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=45.57%
G=28.04%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113612800.380.420.135.1657.7668.43
HexDD88800262AD53a44
Octal3352102000465215572104
Binary110111011000100010000000010011010101011011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8880; }

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

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

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

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

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

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

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

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