#DD5881

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

Shades of Dark Pink #DD5881

Tints of Dark Pink #DD5881

Color information

#DD5881 (or 0xDD5881) is unknown color: approx Dark Pink. HEX triplet: DD, 58 and 81. RGB value is (221,88,129). Sum of RGB (Red+Green+Blue) = 221+88+129=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5881 is #22A77E. Grayscale: #848484. Windows color (decimal): -2271103 or 8476893. OLE color: 8476893.

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

Color convert

RGB22188129-
CMYK00.600.420.13
HSL341.5º66.17%60.59%-
HSV(B)341.5º60.18%86.67%-
XYZ37.2723.9423.42-
YUV132.44126.06191.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=50.46%
G=20.09%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218812900.600.420.13341.566.1760.59
HexDD588103C2AD156423d
Octal335130201074521552610275
Binary11011101101100010000001011110010101011011010101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5881; }

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

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

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

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

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

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

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

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