#DD5588

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

Shades of Dark Pink #DD5588

Tints of Dark Pink #DD5588

Color information

#DD5588 (or 0xDD5588) is unknown color: approx Dark Pink. HEX triplet: DD, 55 and 88. RGB value is (221,85,136). Sum of RGB (Red+Green+Blue) = 221+85+136=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5588 is #22AA77. Grayscale: #838383. Windows color (decimal): -2271864 or 8934877. OLE color: 8934877.

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

Color convert

RGB22185136-
CMYK00.620.380.13
HSL337.5º66.67%60%-
HSV(B)337.5º61.54%86.67%-
XYZ37.5123.6525.88-
YUV131.48130.56191.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218513600.620.380.13337.566.6760
HexDD558803E26D152433c
Octal335125210076461552210374
Binary11011101101010110001000011111010011011011010100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5588; }

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

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

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

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

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

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

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

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