COLOR #D76FA9

HEX: #D76FA9 RGB: (215,111,169)

Color info

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

RGB color model

#D76FA9 color RGB value is (215,111,169).

RGB: (215,111,169) (84%, 44%, 66%)

RGB channels and saturation

R 215 of 255 = 84%
G 111 of 255 = 44%
B 169 of 255 = 66%

215
111
169

R + G + B ~ 65%. #D76FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 111 + 169 = 495 (100%)
R 215 of 495 ~ 43.43%
G 111 of 495 ~ 22.42%
B 169 of 495 ~ 34.14'%

%43.43
%22.42
%34.14

CMYK color model

#D76FA9 color CMYK value is (0,48,21,16).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 21.40%
  • key color value is 15.69%

CMYK: (0,48,21,16)
C0M48Y21K16 (0%, 48%, 21%, 16%)
(0.00 / 0.48 / 0.21 / 0.16)

CMYK percentages

%0
%48.37
%21.4
%15.69

Codes

Color #D76FA9 in popluar color models

D7 6F A9
RGB 215 111 169
HSL 327° 56.52% 63.92%
HSB/HSV 327° 48.37% 84.31%
CMYK 0.00% 48.37% 21.40%
15.69%

Color #D76FA9 in popluar number systems.

HEX D7 6F A9
Decimal 215 111 169
Binary 11010111 1101111 10101001
Octal 327 157 251

Shades and tints

Shades of #D76FA9

#D76FA9
(215,111,169)
#C4659A
(196,101,154)
#B15B8B
(177,91,139)
#9E517C
(158,81,124)
#8B476D
(139,71,109)
#783D5E
(120,61,94)
#65334F
(101,51,79)
#522940
(82,41,64)
#3F1F31
(63,31,49)
#2C1522
(44,21,34)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #D76FA9

#D76FA9
(215,111,169)
#DA7CB0
(218,124,176)
#DD89B7
(221,137,183)
#E096BE
(224,150,190)
#E3A3C5
(227,163,197)
#E6B0CC
(230,176,204)
#E9BDD3
(233,189,211)
#ECCADA
(236,202,218)
#EFD7E1
(239,215,225)
#F2E4E8
(242,228,232)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76FA9 color. Also use rgb(215,111,169) instead hex code.

Text Font Color

.myTextColor { color: #D76FA9; }

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

This text font color is #D76FA9.

Background Color

.myBgColor { background-color: #D76FA9; }

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

This div background color is #D76FA9.

Border color

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

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

This div border color is #D76FA9.

Opacity

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

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

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

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

This text has shadow with #D76FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D76FA9.

Preview

Color preview on black background

This text has color #D76FA9 on black background.


Color preview on white background

This text has color #D76FA9 on white background.


Black color preview on #D76FA9 background

This text has black color on #D76FA9 background.


White color preview on #D76FA9 background

This text has white color on #D76FA9 background.


Related colors

Complementary color

Complementary color for #hex is #289056.


I love getcolorcode.com

Triadic colors

1 #A9D76F and #6FA9D7 with #D76FA9 are triadic colors.

2 #A96FD7 and #6FD7A9 with #D76FA9 are triadic colors.