#DA5394

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

Shades of Mulberry #DA5394

Tints of Mulberry #DA5394

Color information

#DA5394 (or 0xDA5394) is unknown color: approx Mulberry. HEX triplet: DA, 53 and 94. RGB value is (218,83,148). Sum of RGB (Red+Green+Blue) = 218+83+148=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5394 is #25AC6B. Grayscale: #828282. Windows color (decimal): -2468972 or 9720794. OLE color: 9720794.

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

Color convert

RGB21883148-
CMYK00.620.320.15
HSL331.11º64.59%59.02%-
HSV(B)331.11º61.93%85.49%-
XYZ37.3523.2330.53-
YUV130.77137.73190.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=48.55%
G=18.49%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188314800.620.320.15331.1164.5959.02
HexDA539403E20F14b413b
Octal332123224076401751310173
Binary11011010101001110010100011111010000011111010010111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5394; }

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

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

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

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

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

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

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

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