COLOR #DA76A9

HEX: #DA76A9 RGB: (218,118,169)

Color info

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

RGB color model

#DA76A9 color RGB value is (218,118,169).

RGB: (218,118,169) (85%, 46%, 66%)

RGB channels and saturation

R 218 of 255 = 85%
G 118 of 255 = 46%
B 169 of 255 = 66%

218
118
169

R + G + B ~ 66%. #DA76A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 118 + 169 = 505 (100%)
R 218 of 505 ~ 43.17%
G 118 of 505 ~ 23.37%
B 169 of 505 ~ 33.47'%

%43.17
%23.37
%33.47

CMYK color model

#DA76A9 color CMYK value is (0,46,22,15).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 22.48%
  • key color value is 14.51%

CMYK: (0,46,22,15)
C0M46Y22K15 (0%, 46%, 22%, 15%)
(0.00 / 0.46 / 0.22 / 0.15)

CMYK percentages

%0
%45.87
%22.48
%14.51

Codes

Color #DA76A9 in popluar color models

DA 76 A9
RGB 218 118 169
HSL 329° 57.47% 65.88%
HSB/HSV 329° 45.87% 85.49%
CMYK 0.00% 45.87% 22.48%
14.51%

Color #DA76A9 in popluar number systems.

HEX DA 76 A9
Decimal 218 118 169
Binary 11011010 1110110 10101001
Octal 332 166 251

Shades and tints

Shades of #DA76A9

#DA76A9
(218,118,169)
#C76C9A
(199,108,154)
#B4628B
(180,98,139)
#A1587C
(161,88,124)
#8E4E6D
(142,78,109)
#7B445E
(123,68,94)
#683A4F
(104,58,79)
#553040
(85,48,64)
#422631
(66,38,49)
#2F1C22
(47,28,34)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DA76A9

#DA76A9
(218,118,169)
#DD82B0
(221,130,176)
#E08EB7
(224,142,183)
#E39ABE
(227,154,190)
#E6A6C5
(230,166,197)
#E9B2CC
(233,178,204)
#ECBED3
(236,190,211)
#EFCADA
(239,202,218)
#F2D6E1
(242,214,225)
#F5E2E8
(245,226,232)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA76A9 color. Also use rgb(218,118,169) instead hex code.

Text Font Color

.myTextColor { color: #DA76A9; }

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

This text font color is #DA76A9.

Background Color

.myBgColor { background-color: #DA76A9; }

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

This div background color is #DA76A9.

Border color

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

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

This div border color is #DA76A9.

Opacity

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

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

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

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

This text has shadow with #DA76A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA76A9.

Preview

Color preview on black background

This text has color #DA76A9 on black background.


Color preview on white background

This text has color #DA76A9 on white background.


Black color preview on #DA76A9 background

This text has black color on #DA76A9 background.


White color preview on #DA76A9 background

This text has white color on #DA76A9 background.


Related colors

Complementary color

Complementary color for #hex is #258956.


I love getcolorcode.com

Triadic colors

1 #A9DA76 and #76A9DA with #DA76A9 are triadic colors.

2 #A976DA and #76DAA9 with #DA76A9 are triadic colors.