#DA529B

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

Shades of Mulberry #DA529B

Tints of Mulberry #DA529B

Color information

#DA529B (or 0xDA529B) is unknown color: approx Mulberry. HEX triplet: DA, 52 and 9B. RGB value is (218,82,155). Sum of RGB (Red+Green+Blue) = 218+82+155=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529B is #25AD64. Grayscale: #828282. Windows color (decimal): -2469221 or 10179290. OLE color: 10179290.

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

Color convert

RGB21882155-
CMYK00.620.290.15
HSL327.79º64.76%58.82%-
HSV(B)327.79º62.39%85.49%-
XYZ37.8523.3133.51-
YUV130.99141.56190.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=47.91%
G=18.02%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188215500.620.290.15327.7964.7658.82
HexDA529B03E1DF148413b
Octal332122233076351751010173
Binary1101101010100101001101101111101110111111010010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA529B; }

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

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

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

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

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

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

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

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