Html Css Color HEX #DA5395 Mulberry

📋 copy color: '#DA5395'

red 218 ◦ green 83 ◦ blue 149

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

Shades of Mulberry #DA5395

Tints of Mulberry #DA5395

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 83 (32.81% from 255) = 18.44%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 48.44%
G = 18.44%
B = 33.11%

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

#DA5395 (or 0xDA5395) is known color: Mulberry. HEX triplet: DA, 53 and 95. RGB value is (218,83,149). Sum of RGB (Red+Green+Blue) = 218+83+149=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5395 is #25AC6A. Grayscale: #828282. Windows color (decimal): -2468971 or 9786330. OLE color: 9786330.

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

Color convert

RGB 218 83 149 -
CMYK 0 0.62 0.32 0.15
HSL 330.67º 0.65% 0.59% -
HSV(B) 330.67º 0.62% 0.85% -
XYZ 37.43 23.26 30.95 -
YUV 130.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 218 83 149 0 0.62 0.32 0.15 330.67 0.65 0.59
Hex DA 53 95 0 3E 20 F 14B 41 3B
Octal 332 123 225 0 76 40 17 513 101 73
Binary 11011010 1010011 10010101 0 111110 100000 1111 101001011 1000001 111011

Color Harmonies of #DA5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5395

Black with #DA5395

Text Example


Text Example

White with #DA5395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5395; }

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

 H1.HeaderClassName
 {
   color: #DA5395;
 }
 .AnyTagClassName
 {
   color: #DA5395;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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