#DD5887

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

Shades of Dark Pink #DD5887

Tints of Dark Pink #DD5887

Color information

#DD5887 (or 0xDD5887) is unknown color: approx Dark Pink. HEX triplet: DD, 58 and 87. RGB value is (221,88,135). Sum of RGB (Red+Green+Blue) = 221+88+135=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5887 is #22A778. Grayscale: #858585. Windows color (decimal): -2271097 or 8870109. OLE color: 8870109.

HSL color Cylindrical-coordinate representation of color #DD5887: hue angle of 338.8º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5887 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB22188135-
CMYK00.600.390.13
HSL338.8º66.17%60.59%-
HSV(B)338.8º60.18%86.67%-
XYZ37.6824.125.59-
YUV133.12129.06190.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=49.77%
G=19.82%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218813500.600.390.13338.866.1760.59
HexDD588703C27D153423d
Octal335130207074471552310275
Binary11011101101100010000111011110010011111011010100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5887; }

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

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

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

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

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

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

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

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