COLOR #DA7585

HEX: #DA7585
RGB: (218,117,133)

Color info

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

RGB color model

#DA7585 color RGB value is (218,117,133).

  • red value is 218;
  • green value is 117;
  • blue value is 133.
RGB:
(218,117,133)
(85%,46%,52%)

RGB channels and saturation

R 218 of 255 = 85%
G 117 of 255 = 46%
B 133 of 255 = 52%

218
117
133

R + G + B ~ 61%. #DA7585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 117 + 133 = 468 (100%)
R 218 of 468 ~ 46.58%
G 117 of 468 ~ 25%
B 133 of 468 ~ 28.42%

%46.58
%25
%28.42

CMYK color model

#DA7585 color CMYK value is (0,46,39,15).

  • cyan value is 0.00%
  • magenta value is 46.33%
  • yellow value is 38.99%
  • key color value is 14.51%
CMYK:
(0,46,39,15)
C0M46Y39K15 
(0%,46%,39%,15%)
(0.00/0.46/0.39/0.15)	

CMYK percentages

%0
%46.33
%38.99
%14.51

Codes

Color #DA7585 in popluar color models

DA7585
RGB218117133
HSL350°57.71%65.69%
HSB/HSV350°46.33%85.49%
CMYK0.00%46.33%38.99%
14.51%

Color #DA7585 in popluar number systems.

HEXDA7585
Decimal218117133
Binary11011010111010110000101
Octal332165205

Shades and tints

Shades of #DA7585

#DA7585
(218,117,133)
#C76B79
(199,107,121)
#B4616D
(180,97,109)
#A15761
(161,87,97)
#8E4D55
(142,77,85)
#7B4349
(123,67,73)
#68393D
(104,57,61)
#552F31
(85,47,49)
#422525
(66,37,37)
#2F1B19
(47,27,25)
#1C110D
(28,17,13)
#000000
(0,0,0)

Tints of #DA7585

#DA7585
(218,117,133)
#DD8190
(221,129,144)
#E08D9B
(224,141,155)
#E399A6
(227,153,166)
#E6A5B1
(230,165,177)
#E9B1BC
(233,177,188)
#ECBDC7
(236,189,199)
#EFC9D2
(239,201,210)
#F2D5DD
(242,213,221)
#F5E1E8
(245,225,232)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7585 color. Also use rgb(218,117,133) instead hex code.

Text Font Color

.myTextColor { color: #DA7585; }

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

This text font color is #DA7585.


Background Color

.myBgColor { background-color: #DA7585; }

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

This div background color is #DA7585.


Border color

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

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

This div border color is #DA7585.


Opacity

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

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

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

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

This text has shadow with #DA7585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7585 on black background.


Color preview on white background

This text has color #DA7585 on white background.



Black color preview on #DA7585 background

This text has black color on #DA7585 background.


White color preview on #DA7585 background

This text has white color on #DA7585 background.