#DD9087

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

Shades of My Pink #DD9087

Tints of My Pink #DD9087

Color information

#DD9087 (or 0xDD9087) is unknown color: approx My Pink. HEX triplet: DD, 90 and 87. RGB value is (221,144,135). Sum of RGB (Red+Green+Blue) = 221+144+135=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9087 is #226F78. Grayscale: #A6A6A6. Windows color (decimal): -2256761 or 8884445. OLE color: 8884445.

HSL color Cylindrical-coordinate representation of color #DD9087: hue angle of 6.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9087 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221144135-
CMYK00.350.390.13
HSL6.28º55.84%69.8%-
HSV(B)6.28º38.91%86.67%-
XYZ44.1737.0727.75-
YUV166110.51167.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 135 (53.12% from 255) = 27%
R=44.2%
G=28.8%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114413500.350.390.136.2855.8469.8
HexDD908702327D63846
Octal3352202070434715670106
Binary110111011001000010000111010001110011111011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9087; }

 p { color: rgb(221,144,135); }

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

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

 a { background-color: rgb(221,144,135); }

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

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

 span { border-color: rgb(221,144,135); }

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