#DD9083

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

Shades of My Pink #DD9083

Tints of My Pink #DD9083

Color information

#DD9083 (or 0xDD9083) is unknown color: approx My Pink. HEX triplet: DD, 90 and 83. RGB value is (221,144,131). Sum of RGB (Red+Green+Blue) = 221+144+131=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9083 is #226F7C. Grayscale: #A5A5A5. Windows color (decimal): -2256765 or 8622301. OLE color: 8622301.

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

Color convert

RGB221144131-
CMYK00.350.410.13
HSL8.67º56.96%69.02%-
HSV(B)8.67º40.72%86.67%-
XYZ43.8936.9626.29-
YUV165.54108.51167.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=44.56%
G=29.03%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114413100.350.410.138.6756.9669.02
HexDD908302329D93945
Octal33522020304351151171105
Binary1101110110010000100000110100011101001110110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9083; }

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

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

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

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

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

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

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

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