COLOR #DA5D97

HEX: #DA5D97
RGB: (218,93,151)

Color info

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

RGB color model

#DA5D97 color RGB value is (218,93,151).

  • red value is 218;
  • green value is 93;
  • blue value is 151.
RGB:
(218,93,151)
(85%,36%,59%)

RGB channels and saturation

R 218 of 255 = 85%
G 93 of 255 = 36%
B 151 of 255 = 59%

218
93
151

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

Portions of RGB colors in percentages

R + G + B =
218 + 93 + 151 = 462 (100%)
R 218 of 462 ~ 47.19%
G 93 of 462 ~ 20.13%
B 151 of 462 ~ 32.68%

%47.19
%20.13
%32.68

CMYK color model

#DA5D97 color CMYK value is (0,57,31,15).

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 30.73%
  • key color value is 14.51%
CMYK:
(0,57,31,15)
C0M57Y31K15 
(0%,57%,31%,15%)
(0.00/0.57/0.31/0.15)	

CMYK percentages

%0
%57.34
%30.73
%14.51

Codes

Color #DA5D97 in popluar color models

DA5D97
RGB21893151
HSL332°62.81%60.98%
HSB/HSV332°57.34%85.49%
CMYK0.00%57.34%30.73%
14.51%

Color #DA5D97 in popluar number systems.

HEXDA5D97
Decimal21893151
Binary11011010101110110010111
Octal332135227

Shades and tints

Shades of #DA5D97

#DA5D97
(218,93,151)
#C7558A
(199,85,138)
#B44D7D
(180,77,125)
#A14570
(161,69,112)
#8E3D63
(142,61,99)
#7B3556
(123,53,86)
#682D49
(104,45,73)
#55253C
(85,37,60)
#421D2F
(66,29,47)
#2F1522
(47,21,34)
#1C0D15
(28,13,21)
#000000
(0,0,0)

Tints of #DA5D97

#DA5D97
(218,93,151)
#DD6BA0
(221,107,160)
#E079A9
(224,121,169)
#E387B2
(227,135,178)
#E695BB
(230,149,187)
#E9A3C4
(233,163,196)
#ECB1CD
(236,177,205)
#EFBFD6
(239,191,214)
#F2CDDF
(242,205,223)
#F5DBE8
(245,219,232)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5D97 color. Also use rgb(218,93,151) instead hex code.

Text Font Color

.myTextColor { color: #DA5D97; }

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

This text font color is #DA5D97.


Background Color

.myBgColor { background-color: #DA5D97; }

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

This div background color is #DA5D97.


Border color

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

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

This div border color is #DA5D97.


Opacity

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

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

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

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

This text has shadow with #DA5D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5D97 on black background.


Color preview on white background

This text has color #DA5D97 on white background.



Black color preview on #DA5D97 background

This text has black color on #DA5D97 background.


White color preview on #DA5D97 background

This text has white color on #DA5D97 background.