COLOR #D76FAD

HEX: #D76FAD
RGB: (215,111,173)

Color info

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

RGB color model

#D76FAD color RGB value is (215,111,173).

  • red value is 215;
  • green value is 111;
  • blue value is 173.
RGB:
(215,111,173)
(84%,44%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 111 of 255 = 44%
B 173 of 255 = 68%

215
111
173

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

Portions of RGB colors in percentages

R + G + B =
215 + 111 + 173 = 499 (100%)
R 215 of 499 ~ 43.09%
G 111 of 499 ~ 22.24%
B 173 of 499 ~ 34.67%

%43.09
%22.24
%34.67

CMYK color model

#D76FAD color CMYK value is (0,48,20,16).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(0,48,20,16)
C0M48Y20K16 
(0%,48%,20%,16%)
(0.00/0.48/0.20/0.16)	

CMYK percentages

%0
%48.37
%19.53
%15.69

Codes

Color #D76FAD in popluar color models

D76FAD
RGB215111173
HSL324°56.52%63.92%
HSB/HSV324°48.37%84.31%
CMYK0.00%48.37%19.53%
15.69%

Color #D76FAD in popluar number systems.

HEXD76FAD
Decimal215111173
Binary11010111110111110101101
Octal327157255

Shades and tints

Shades of #D76FAD

#D76FAD
(215,111,173)
#C4659E
(196,101,158)
#B15B8F
(177,91,143)
#9E5180
(158,81,128)
#8B4771
(139,71,113)
#783D62
(120,61,98)
#653353
(101,51,83)
#522944
(82,41,68)
#3F1F35
(63,31,53)
#2C1526
(44,21,38)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #D76FAD

#D76FAD
(215,111,173)
#DA7CB4
(218,124,180)
#DD89BB
(221,137,187)
#E096C2
(224,150,194)
#E3A3C9
(227,163,201)
#E6B0D0
(230,176,208)
#E9BDD7
(233,189,215)
#ECCADE
(236,202,222)
#EFD7E5
(239,215,229)
#F2E4EC
(242,228,236)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D76FAD; }

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

This text font color is #D76FAD.


Background Color

.myBgColor { background-color: #D76FAD; }

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

This div background color is #D76FAD.


Border color

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

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

This div border color is #D76FAD.


Opacity

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

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

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

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

This text has shadow with #D76FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76FAD on black background.


Color preview on white background

This text has color #D76FAD on white background.



Black color preview on #D76FAD background

This text has black color on #D76FAD background.


White color preview on #D76FAD background

This text has white color on #D76FAD background.