COLOR #D773AD

HEX: #D773AD
RGB: (215,115,173)

Color info

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

RGB color model

#D773AD color RGB value is (215,115,173).

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

RGB channels and saturation

R 215 of 255 = 84%
G 115 of 255 = 45%
B 173 of 255 = 68%

215
115
173

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

Portions of RGB colors in percentages

R + G + B =
215 + 115 + 173 = 503 (100%)
R 215 of 503 ~ 42.74%
G 115 of 503 ~ 22.86%
B 173 of 503 ~ 34.39%

%42.74
%22.86
%34.39

CMYK color model

#D773AD color CMYK value is (0,47,20,16).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 19.53%
  • key color value is 15.69%
CMYK:
(0,47,20,16)
C0M47Y20K16 
(0%,47%,20%,16%)
(0.00/0.47/0.20/0.16)	

CMYK percentages

%0
%46.51
%19.53
%15.69

Codes

Color #D773AD in popluar color models

D773AD
RGB215115173
HSL325°55.56%64.71%
HSB/HSV325°46.51%84.31%
CMYK0.00%46.51%19.53%
15.69%

Color #D773AD in popluar number systems.

HEXD773AD
Decimal215115173
Binary11010111111001110101101
Octal327163255

Shades and tints

Shades of #D773AD

#D773AD
(215,115,173)
#C4699E
(196,105,158)
#B15F8F
(177,95,143)
#9E5580
(158,85,128)
#8B4B71
(139,75,113)
#784162
(120,65,98)
#653753
(101,55,83)
#522D44
(82,45,68)
#3F2335
(63,35,53)
#2C1926
(44,25,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D773AD

#D773AD
(215,115,173)
#DA7FB4
(218,127,180)
#DD8BBB
(221,139,187)
#E097C2
(224,151,194)
#E3A3C9
(227,163,201)
#E6AFD0
(230,175,208)
#E9BBD7
(233,187,215)
#ECC7DE
(236,199,222)
#EFD3E5
(239,211,229)
#F2DFEC
(242,223,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D773AD; }

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

This text font color is #D773AD.


Background Color

.myBgColor { background-color: #D773AD; }

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

This div background color is #D773AD.


Border color

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

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

This div border color is #D773AD.


Opacity

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

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

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

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

This text has shadow with #D773AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D773AD on black background.


Color preview on white background

This text has color #D773AD on white background.



Black color preview on #D773AD background

This text has black color on #D773AD background.


White color preview on #D773AD background

This text has white color on #D773AD background.