#DD578E

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

Shades of Dark Pink #DD578E

Tints of Dark Pink #DD578E

Color information

#DD578E (or 0xDD578E) is unknown color: approx Dark Pink. HEX triplet: DD, 57 and 8E. RGB value is (221,87,142). Sum of RGB (Red+Green+Blue) = 221+87+142=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD578E is #22A871. Grayscale: #858585. Windows color (decimal): -2271346 or 9328605. OLE color: 9328605.

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

Color convert

RGB22187142-
CMYK00.610.360.13
HSL335.37º66.34%60.39%-
HSV(B)335.37º60.63%86.67%-
XYZ38.1124.1428.24-
YUV133.34132.89190.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 87 (34.38% from 255) = 19.33%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=49.11%
G=19.33%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218714200.610.360.13335.3766.3460.39
HexDD578E03D24D14f423c
Octal335127216075441551710274
Binary11011101101011110001110011110110010011011010011111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD578E; }

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

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

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

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

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

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

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

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