COLOR #DA659D

HEX: #DA659D
RGB: (218,101,157)

Color info

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

RGB color model

#DA659D color RGB value is (218,101,157).

  • red value is 218;
  • green value is 101;
  • blue value is 157.
RGB:
(218,101,157)
(85%,40%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 101 of 255 = 40%
B 157 of 255 = 62%

218
101
157

R + G + B ~ 62%. #DA659D is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 101 + 157 = 476 (100%)
R 218 of 476 ~ 45.8%
G 101 of 476 ~ 21.22%
B 157 of 476 ~ 32.98%

%45.8
%21.22
%32.98

CMYK color model

#DA659D color CMYK value is (0,54,28,15).

  • cyan value is 0.00%
  • magenta value is 53.67%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(0,54,28,15)
C0M54Y28K15 
(0%,54%,28%,15%)
(0.00/0.54/0.28/0.15)	

CMYK percentages

%0
%53.67
%27.98
%14.51

Codes

Color #DA659D in popluar color models

DA659D
RGB218101157
HSL331°61.26%62.55%
HSB/HSV331°53.67%85.49%
CMYK0.00%53.67%27.98%
14.51%

Color #DA659D in popluar number systems.

HEXDA659D
Decimal218101157
Binary11011010110010110011101
Octal332145235

Shades and tints

Shades of #DA659D

#DA659D
(218,101,157)
#C75C8F
(199,92,143)
#B45381
(180,83,129)
#A14A73
(161,74,115)
#8E4165
(142,65,101)
#7B3857
(123,56,87)
#682F49
(104,47,73)
#55263B
(85,38,59)
#421D2D
(66,29,45)
#2F141F
(47,20,31)
#1C0B11
(28,11,17)
#000000
(0,0,0)

Tints of #DA659D

#DA659D
(218,101,157)
#DD73A5
(221,115,165)
#E081AD
(224,129,173)
#E38FB5
(227,143,181)
#E69DBD
(230,157,189)
#E9ABC5
(233,171,197)
#ECB9CD
(236,185,205)
#EFC7D5
(239,199,213)
#F2D5DD
(242,213,221)
#F5E3E5
(245,227,229)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA659D color. Also use rgb(218,101,157) instead hex code.

Text Font Color

.myTextColor { color: #DA659D; }

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

This text font color is #DA659D.


Background Color

.myBgColor { background-color: #DA659D; }

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

This div background color is #DA659D.


Border color

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

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

This div border color is #DA659D.


Opacity

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

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

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

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

This text has shadow with #DA659D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA659D on black background.


Color preview on white background

This text has color #DA659D on white background.



Black color preview on #DA659D background

This text has black color on #DA659D background.


White color preview on #DA659D background

This text has white color on #DA659D background.