COLOR #DA7FAD

HEX: #DA7FAD RGB: (218,127,173)

Color info

#DA7FAD contains mainly red and blue colors. Web safe color of #DA7FAD is #CC6699 (or #C69).

RGB color model

#DA7FAD color RGB value is (218,127,173).

RGB: (218,127,173) (85%, 50%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 127 of 255 = 50%
B 173 of 255 = 68%

218
127
173

R + G + B ~ 68%. #DA7FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 127 + 173 = 518 (100%)
R 218 of 518 ~ 42.08%
G 127 of 518 ~ 24.52%
B 173 of 518 ~ 33.4'%

%42.08
%24.52
%33.4

CMYK color model

#DA7FAD color CMYK value is (0,42,21,15).

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 20.64%
  • key color value is 14.51%

CMYK: (0,42,21,15)
C0M42Y21K15 (0%, 42%, 21%, 15%)
(0.00 / 0.42 / 0.21 / 0.15)

CMYK percentages

%0
%41.74
%20.64
%14.51

Codes

Color #DA7FAD in popluar color models

DA 7F AD
RGB 218 127 173
HSL 330° 55.15% 67.65%
HSB/HSV 330° 41.74% 85.49%
CMYK 0.00% 41.74% 20.64%
14.51%

Color #DA7FAD in popluar number systems.

HEX DA 7F AD
Decimal 218 127 173
Binary 11011010 1111111 10101101
Octal 332 177 255

Shades and tints

Shades of #DA7FAD

#DA7FAD
(218,127,173)
#C7749E
(199,116,158)
#B4698F
(180,105,143)
#A15E80
(161,94,128)
#8E5371
(142,83,113)
#7B4862
(123,72,98)
#683D53
(104,61,83)
#553244
(85,50,68)
#422735
(66,39,53)
#2F1C26
(47,28,38)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #DA7FAD

#DA7FAD
(218,127,173)
#DD8AB4
(221,138,180)
#E095BB
(224,149,187)
#E3A0C2
(227,160,194)
#E6ABC9
(230,171,201)
#E9B6D0
(233,182,208)
#ECC1D7
(236,193,215)
#EFCCDE
(239,204,222)
#F2D7E5
(242,215,229)
#F5E2EC
(245,226,236)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7FAD color. Also use rgb(218,127,173) instead hex code.

Text Font Color

.myTextColor { color: #DA7FAD; }

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

This text font color is #DA7FAD.

Background Color

.myBgColor { background-color: #DA7FAD; }

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

This div background color is #DA7FAD.

Border color

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

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

This div border color is #DA7FAD.

Opacity

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

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

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

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

This text has shadow with #DA7FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA7FAD.

Preview

Color preview on black background

This text has color #DA7FAD on black background.


Color preview on white background

This text has color #DA7FAD on white background.


Black color preview on #DA7FAD background

This text has black color on #DA7FAD background.


White color preview on #DA7FAD background

This text has white color on #DA7FAD background.


Related colors

Complementary color

Complementary color for #hex is #258052.


I love getcolorcode.com

Triadic colors

1 #ADDA7F and #7FADDA with #DA7FAD are triadic colors.

2 #AD7FDA and #7FDAAD with #DA7FAD are triadic colors.