#DC559A

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

Shades of Mulberry #DC559A

Tints of Mulberry #DC559A

Color information

#DC559A (or 0xDC559A) is unknown color: approx Mulberry. HEX triplet: DC, 55 and 9A. RGB value is (220,85,154). Sum of RGB (Red+Green+Blue) = 220+85+154=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC559A is #23AA65. Grayscale: #858585. Windows color (decimal): -2337382 or 10114524. OLE color: 10114524.

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

Color convert

RGB22085154-
CMYK00.610.30.14
HSL329.33º65.85%59.8%-
HSV(B)329.33º61.36%86.27%-
XYZ38.624.0533.18-
YUV133.23139.73189.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=47.93%
G=18.52%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208515400.610.30.14329.3365.8559.8
HexDC559A03D1EE149423c
Octal334125232075361651110274
Binary1101110010101011001101001111011111011101010010011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC559A; }

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

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

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

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

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

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

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

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