#DC55A6

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

Shades of Mulberry #DC55A6

Tints of Mulberry #DC55A6

Color information

#DC55A6 (or 0xDC55A6) is unknown color: approx Mulberry. HEX triplet: DC, 55 and A6. RGB value is (220,85,166). Sum of RGB (Red+Green+Blue) = 220+85+166=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55A6 is #23AA59. Grayscale: #868686. Windows color (decimal): -2337370 or 10900956. OLE color: 10900956.

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

Color convert

RGB22085166-
CMYK00.610.250.14
HSL324º65.85%59.8%-
HSV(B)324º61.36%86.27%-
XYZ39.6524.4738.71-
YUV134.6145.73188.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=46.71%
G=18.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208516600.610.250.1432465.8559.8
HexDC55A603D19E144423c
Octal334125246075311650410274
Binary1101110010101011010011001111011100111101010001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC55A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC55A6; }

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

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

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

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

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

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

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

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