#DA5393

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

Shades of Mulberry #DA5393

Tints of Mulberry #DA5393

Color information

#DA5393 (or 0xDA5393) is unknown color: approx Mulberry. HEX triplet: DA, 53 and 93. RGB value is (218,83,147). Sum of RGB (Red+Green+Blue) = 218+83+147=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5393 is #25AC6C. Grayscale: #828282. Windows color (decimal): -2468973 or 9655258. OLE color: 9655258.

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

Color convert

RGB21883147-
CMYK00.620.330.15
HSL331.56º64.59%59.02%-
HSV(B)331.56º61.93%85.49%-
XYZ37.2723.230.12-
YUV130.66137.23190.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=48.66%
G=18.53%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188314700.620.330.15331.5664.5959.02
HexDA539303E21F14c413b
Octal332123223076411751410173
Binary11011010101001110010011011111010000111111010011001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5393; }

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

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

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

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

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

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

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

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