#DD8A7C

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

Shades of My Pink #DD8A7C

Tints of My Pink #DD8A7C

Color information

#DD8A7C (or 0xDD8A7C) is unknown color: approx My Pink. HEX triplet: DD, 8A and 7C. RGB value is (221,138,124). Sum of RGB (Red+Green+Blue) = 221+138+124=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A7C is #227583. Grayscale: #A1A1A1. Windows color (decimal): -2258308 or 8162013. OLE color: 8162013.

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

Color convert

RGB221138124-
CMYK00.380.440.13
HSL8.66º58.79%67.65%-
HSV(B)8.66º43.89%86.67%-
XYZ42.553523.58-
YUV161.22107170.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=45.76%
G=28.57%
B=25.67%

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
Decimal22113812400.380.440.138.6658.7967.65
HexDD8A7C0262CD93b44
Octal33521217404654151173104
Binary110111011000101011111000100110101100110110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A7C; }

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

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

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

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

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

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

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

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