#DC558B

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

Shades of Dark Pink #DC558B

Tints of Dark Pink #DC558B

Color information

#DC558B (or 0xDC558B) is unknown color: approx Dark Pink. HEX triplet: DC, 55 and 8B. RGB value is (220,85,139). Sum of RGB (Red+Green+Blue) = 220+85+139=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558B is #23AA74. Grayscale: #838383. Windows color (decimal): -2337397 or 9131484. OLE color: 9131484.

HSL color Cylindrical-coordinate representation of color #DC558B: hue angle of 336º 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 #DC558B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB22085139-
CMYK00.610.370.14
HSL336º65.85%59.8%-
HSV(B)336º61.36%86.27%-
XYZ37.4223.5827-
YUV131.52132.23191.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=49.55%
G=19.14%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208513900.610.370.1433665.8559.8
HexDC558B03D25E150423c
Octal334125213075451652010274
Binary11011100101010110001011011110110010111101010100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC558B; }

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

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

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

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

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

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

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

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