COLOR #DA5368

HEX: #DA5368
RGB: (218,83,104)

Color info

#DA5368 contains mainly red color. Web safe color of #DA5368 is #CC6666 (or #C66).

RGB color model

#DA5368 color RGB value is (218,83,104).

  • red value is 218;
  • green value is 83;
  • blue value is 104.
RGB:
(218,83,104)
(85%,33%,41%)

RGB channels and saturation

R 218 of 255 = 85%
G 83 of 255 = 33%
B 104 of 255 = 41%

218
83
104

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

Portions of RGB colors in percentages

R + G + B =
218 + 83 + 104 = 405 (100%)
R 218 of 405 ~ 53.83%
G 83 of 405 ~ 20.49%
B 104 of 405 ~ 25.68%

%53.83
%20.49
%25.68

CMYK color model

#DA5368 color CMYK value is (0,62,52,15).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 52.29%
  • key color value is 14.51%
CMYK:
(0,62,52,15)
C0M62Y52K15 
(0%,62%,52%,15%)
(0.00/0.62/0.52/0.15)	

CMYK percentages

%0
%61.93
%52.29
%14.51

Codes

Color #DA5368 in popluar color models

DA5368
RGB21883104
HSL351°64.59%59.02%
HSB/HSV351°61.93%85.49%
CMYK0.00%61.93%52.29%
14.51%

Color #DA5368 in popluar number systems.

HEXDA5368
Decimal21883104
Binary1101101010100111101000
Octal332123150

Shades and tints

Shades of #DA5368

#DA5368
(218,83,104)
#C74C5F
(199,76,95)
#B44556
(180,69,86)
#A13E4D
(161,62,77)
#8E3744
(142,55,68)
#7B303B
(123,48,59)
#682932
(104,41,50)
#552229
(85,34,41)
#421B20
(66,27,32)
#2F1417
(47,20,23)
#1C0D0E
(28,13,14)
#000000
(0,0,0)

Tints of #DA5368

#DA5368
(218,83,104)
#DD6275
(221,98,117)
#E07182
(224,113,130)
#E3808F
(227,128,143)
#E68F9C
(230,143,156)
#E99EA9
(233,158,169)
#ECADB6
(236,173,182)
#EFBCC3
(239,188,195)
#F2CBD0
(242,203,208)
#F5DADD
(245,218,221)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA5368; }

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

This text font color is #DA5368.


Background Color

.myBgColor { background-color: #DA5368; }

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

This div background color is #DA5368.


Border color

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

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

This div border color is #DA5368.


Opacity

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

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

Text with #DA5368 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 #DA5368;}

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

This text has shadow with #DA5368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5368 on black background.


Color preview on white background

This text has color #DA5368 on white background.



Black color preview on #DA5368 background

This text has black color on #DA5368 background.


White color preview on #DA5368 background

This text has white color on #DA5368 background.