#DC559C

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

Shades of Mulberry #DC559C

Tints of Mulberry #DC559C

Color information

#DC559C (or 0xDC559C) is unknown color: approx Mulberry. HEX triplet: DC, 55 and 9C. RGB value is (220,85,156). Sum of RGB (Red+Green+Blue) = 220+85+156=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559C is #23AA63. Grayscale: #858585. Windows color (decimal): -2337380 or 10245596. OLE color: 10245596.

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

Color convert

RGB22085156-
CMYK00.610.290.14
HSL328.44º65.85%59.8%-
HSV(B)328.44º61.36%86.27%-
XYZ38.7624.1134.06-
YUV133.46140.73189.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=47.72%
G=18.44%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208515600.610.290.14328.4465.8559.8
HexDC559C03D1DE148423c
Octal334125234075351651010274
Binary1101110010101011001110001111011110111101010010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC559C; }

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

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

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

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

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

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

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

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