#DD8E88

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

Shades of My Pink #DD8E88

Tints of My Pink #DD8E88

Color information

#DD8E88 (or 0xDD8E88) is unknown color: approx My Pink. HEX triplet: DD, 8E and 88. RGB value is (221,142,136). Sum of RGB (Red+Green+Blue) = 221+142+136=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8E88 is #227177. Grayscale: #A5A5A5. Windows color (decimal): -2257272 or 8949469. OLE color: 8949469.

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

Color convert

RGB221142136-
CMYK00.360.380.13
HSL4.24º55.56%70%-
HSV(B)4.24º38.46%86.67%-
XYZ43.9436.528.02-
YUV164.94111.67167.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=44.29%
G=28.46%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114213600.360.380.134.2455.5670
HexDD8E8802426D43846
Octal3352162100444615470106
Binary110111011000111010001000010010010011011011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E88; }

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

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

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

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

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

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

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

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