#DD8A82

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

Shades of My Pink #DD8A82

Tints of My Pink #DD8A82

Color information

#DD8A82 (or 0xDD8A82) is unknown color: approx My Pink. HEX triplet: DD, 8A and 82. RGB value is (221,138,130). Sum of RGB (Red+Green+Blue) = 221+138+130=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A82 is #22757D. Grayscale: #A2A2A2. Windows color (decimal): -2258302 or 8555229. OLE color: 8555229.

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

Color convert

RGB221138130-
CMYK00.380.410.13
HSL5.27º57.23%68.82%-
HSV(B)5.27º41.18%86.67%-
XYZ42.9435.1625.64-
YUV161.9110170.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=45.19%
G=28.22%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113813000.380.410.135.2757.2368.82
HexDD8A8202629D53945
Octal3352122020465115571105
Binary110111011000101010000010010011010100111011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A82; }

 p { color: rgb(221,138,130); }

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

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

 a { background-color: rgb(221,138,130); }

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

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

 span { border-color: rgb(221,138,130); }

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