#DD5886

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

Shades of Dark Pink #DD5886

Tints of Dark Pink #DD5886

Color information

#DD5886 (or 0xDD5886) is unknown color: approx Dark Pink. HEX triplet: DD, 58 and 86. RGB value is (221,88,134). Sum of RGB (Red+Green+Blue) = 221+88+134=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5886 is #22A779. Grayscale: #848484. Windows color (decimal): -2271098 or 8804573. OLE color: 8804573.

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

Color convert

RGB22188134-
CMYK00.600.390.13
HSL339.25º66.17%60.59%-
HSV(B)339.25º60.18%86.67%-
XYZ37.6124.0725.22-
YUV133.01128.56190.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 88 (34.77% from 255) = 19.86%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=49.89%
G=19.86%
B=30.25%

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
Decimal2218813400.600.390.13339.2566.1760.59
HexDD588603C27D153423d
Octal335130206074471552310275
Binary11011101101100010000110011110010011111011010100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5886; }

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

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

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

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

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

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

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

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