COLOR #DA5386

HEX: #DA5386 RGB: (218,83,134)

Color info

#DA5386 contains mainly red color. Web safe color of #DA5386 is #CC6699 (or #C69).

RGB color model

#DA5386 color RGB value is (218,83,134).

RGB: (218,83,134) (85%, 33%, 53%)

RGB channels and saturation

R 218 of 255 = 85%
G 83 of 255 = 33%
B 134 of 255 = 53%

218
83
134

R + G + B ~ 57%. #DA5386 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 83 + 134 = 435 (100%)
R 218 of 435 ~ 50.11%
G 83 of 435 ~ 19.08%
B 134 of 435 ~ 30.8'%

%50.11
%19.08
%30.8

CMYK color model

#DA5386 color CMYK value is (0,62,39,15).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 38.53%
  • key color value is 14.51%

CMYK: (0,62,39,15)
C0M62Y39K15 (0%, 62%, 39%, 15%)
(0.00 / 0.62 / 0.39 / 0.15)

CMYK percentages

%0
%61.93
%38.53
%14.51

Codes

Color #DA5386 in popluar color models

DA 53 86
RGB 218 83 134
HSL 337° 64.59% 59.02%
HSB/HSV 337° 61.93% 85.49%
CMYK 0.00% 61.93% 38.53%
14.51%

Color #DA5386 in popluar number systems.

HEX DA 53 86
Decimal 218 83 134
Binary 11011010 1010011 10000110
Octal 332 123 206

Shades and tints

Shades of #DA5386

#DA5386
(218,83,134)
#C74C7A
(199,76,122)
#B4456E
(180,69,110)
#A13E62
(161,62,98)
#8E3756
(142,55,86)
#7B304A
(123,48,74)
#68293E
(104,41,62)
#552232
(85,34,50)
#421B26
(66,27,38)
#2F141A
(47,20,26)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #DA5386

#DA5386
(218,83,134)
#DD6291
(221,98,145)
#E0719C
(224,113,156)
#E380A7
(227,128,167)
#E68FB2
(230,143,178)
#E99EBD
(233,158,189)
#ECADC8
(236,173,200)
#EFBCD3
(239,188,211)
#F2CBDE
(242,203,222)
#F5DAE9
(245,218,233)
#F8E9F4
(248,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5386 color. Also use rgb(218,83,134) instead hex code.

Text Font Color

.myTextColor { color: #DA5386; }

<p style="color:#DA5386">This sample text font color is #DA5386.</p>

This text font color is #DA5386.

Background Color

.myBgColor { background-color: #DA5386; }

<div style="background-color:#DA5386">Inner text</div>

This div background color is #DA5386.

Border color

.myBorderColor { border: 1px solid #DA5386; }

<div style="border:3px solid #DA5386">Div</div>

This div border color is #DA5386.

Opacity

.myOpacity80 { color: #DA5386; opacity: 0.8; }

<p style="color:#DA5386;opacity:0.8;">80%</p>

Text with #DA5386 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DA5386;}

<p style="text-shadow: 3px 3px 1px #DA5386">Text here.</p>

This text has shadow with #DA5386 color.


.textShadow {text-shadow: 3px 3px 1px #DA5386', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DA5386, 5px 5px 20px red">Text here.</p>

This text has shadow with #DA5386 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DA5386, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DA5386, Direction=45, Strength=4)">Text</p>

This text has shadow with #DA5386 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DA5386;
-webkit-box-shadow: 1px 1px 3px 2px #DA5386;
box-shadow: 1px 1px 3px 2px #DA5386;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DA5386; -webkit-box-shadow: 1px 1px 3px 2px #DA5386; box-shadow:1px 1px 3px 2px #DA5386;">
Div content here
</div>

This div box has shadow with color #DA5386.

Preview

Color preview on black background

This text has color #DA5386 on black background.


Color preview on white background

This text has color #DA5386 on white background.


Black color preview on #DA5386 background

This text has black color on #DA5386 background.


White color preview on #DA5386 background

This text has white color on #DA5386 background.


Related colors

Complementary color

Complementary color for #hex is #25AC79.


I love getcolorcode.com

Triadic colors

1 #86DA53 and #5386DA with #DA5386 are triadic colors.

2 #8653DA and #53DA86 with #DA5386 are triadic colors.