#DA539A

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

Shades of Mulberry #DA539A

Tints of Mulberry #DA539A

Color information

#DA539A (or 0xDA539A) is unknown color: approx Mulberry. HEX triplet: DA, 53 and 9A. RGB value is (218,83,154). Sum of RGB (Red+Green+Blue) = 218+83+154=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA539A is #25AC65. Grayscale: #838383. Windows color (decimal): -2468966 or 10114010. OLE color: 10114010.

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

Color convert

RGB21883154-
CMYK00.620.290.15
HSL328.44º64.59%59.02%-
HSV(B)328.44º61.93%85.49%-
XYZ37.8423.4333.1-
YUV131.46140.73189.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 83 (32.81% from 255) = 18.24%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=47.91%
G=18.24%
B=33.85%

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
Decimal2188315400.620.290.15328.4464.5959.02
HexDA539A03E1DF148413b
Octal332123232076351751010173
Binary1101101010100111001101001111101110111111010010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA539A; }

 p { color: rgb(218,83,154); }

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

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

 a { background-color: rgb(218,83,154); }

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

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

 span { border-color: rgb(218,83,154); }

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