#DC558C

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

Shades of Dark Pink #DC558C

Tints of Dark Pink #DC558C

Color information

#DC558C (or 0xDC558C) is unknown color: approx Dark Pink. HEX triplet: DC, 55 and 8C. RGB value is (220,85,140). Sum of RGB (Red+Green+Blue) = 220+85+140=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558C is #23AA73. Grayscale: #838383. Windows color (decimal): -2337396 or 9197020. OLE color: 9197020.

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

Color convert

RGB22085140-
CMYK00.610.360.14
HSL335.56º65.85%59.8%-
HSV(B)335.56º61.36%86.27%-
XYZ37.523.6127.39-
YUV131.64132.73191.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=49.44%
G=19.10%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208514000.610.360.14335.5665.8559.8
HexDC558C03D24E150423c
Octal334125214075441652010274
Binary11011100101010110001100011110110010011101010100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC558C; }

 p { color: rgb(220,85,140); }

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

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

 a { background-color: rgb(220,85,140); }

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

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

 span { border-color: rgb(220,85,140); }

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