Html Css Color HEX #DA5394 Mulberry

📋 copy color: '#DA5394'

red 218 ◦ green 83 ◦ blue 148

#DA5394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DA5394

Tints of Mulberry #DA5394

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.2% from 255) = 32.96%

R = 48.55%
G = 18.49%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA5394 (or 0xDA5394) is known color: 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

RGB 218 83 148 -
CMYK 0 0.62 0.32 0.15
HSL 331.11º 0.65% 0.59% -
HSV(B) 331.11º 0.62% 0.85% -
XYZ 37.35 23.23 30.53 -
YUV 130.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 218 83 148 0 0.62 0.32 0.15 331.11 0.65 0.59
Hex DA 53 94 0 3E 20 F 14B 41 3B
Octal 332 123 224 0 76 40 17 513 101 73
Binary 11011010 1010011 10010100 0 111110 100000 1111 101001011 1000001 111011

Color Harmonies of #DA5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5394

Black with #DA5394

Text Example


Text Example

White with #DA5394

Text Example


Text Example

HTML Codes & Css Web 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>