#DA529C

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

Shades of Mulberry #DA529C

Tints of Mulberry #DA529C

Color information

#DA529C (or 0xDA529C) is unknown color: approx Mulberry. HEX triplet: DA, 52 and 9C. RGB value is (218,82,156). Sum of RGB (Red+Green+Blue) = 218+82+156=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529C is #25AD63. Grayscale: #828282. Windows color (decimal): -2469220 or 10244826. OLE color: 10244826.

HSL color Cylindrical-coordinate representation of color #DA529C: hue angle of 327.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA529C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21882156-
CMYK00.620.280.15
HSL327.35º64.76%58.82%-
HSV(B)327.35º62.39%85.49%-
XYZ37.9323.3433.96-
YUV131.1142.06189.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=47.81%
G=17.98%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188215600.620.280.15327.3564.7658.82
HexDA529C03E1CF147413b
Octal332122234076341750710173
Binary1101101010100101001110001111101110011111010001111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA529C; }

 p { color: rgb(218,82,156); }

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

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

 a { background-color: rgb(218,82,156); }

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

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

 span { border-color: rgb(218,82,156); }

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