COLOR #D771A8

HEX: #D771A8
RGB: (215,113,168)

Color info

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

RGB color model

#D771A8 color RGB value is (215,113,168).

  • red value is 215;
  • green value is 113;
  • blue value is 168.
RGB:
(215,113,168)
(84%,44%,66%)

RGB channels and saturation

R 215 of 255 = 84%
G 113 of 255 = 44%
B 168 of 255 = 66%

215
113
168

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

Portions of RGB colors in percentages

R + G + B =
215 + 113 + 168 = 496 (100%)
R 215 of 496 ~ 43.35%
G 113 of 496 ~ 22.78%
B 168 of 496 ~ 33.87%

%43.35
%22.78
%33.87

CMYK color model

#D771A8 color CMYK value is (0,47,22,16).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 21.86%
  • key color value is 15.69%
CMYK:
(0,47,22,16)
C0M47Y22K16 
(0%,47%,22%,16%)
(0.00/0.47/0.22/0.16)	

CMYK percentages

%0
%47.44
%21.86
%15.69

Codes

Color #D771A8 in popluar color models

D771A8
RGB215113168
HSL328°56.04%64.31%
HSB/HSV328°47.44%84.31%
CMYK0.00%47.44%21.86%
15.69%

Color #D771A8 in popluar number systems.

HEXD771A8
Decimal215113168
Binary11010111111000110101000
Octal327161250

Shades and tints

Shades of #D771A8

#D771A8
(215,113,168)
#C46799
(196,103,153)
#B15D8A
(177,93,138)
#9E537B
(158,83,123)
#8B496C
(139,73,108)
#783F5D
(120,63,93)
#65354E
(101,53,78)
#522B3F
(82,43,63)
#3F2130
(63,33,48)
#2C1721
(44,23,33)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #D771A8

#D771A8
(215,113,168)
#DA7DAF
(218,125,175)
#DD89B6
(221,137,182)
#E095BD
(224,149,189)
#E3A1C4
(227,161,196)
#E6ADCB
(230,173,203)
#E9B9D2
(233,185,210)
#ECC5D9
(236,197,217)
#EFD1E0
(239,209,224)
#F2DDE7
(242,221,231)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D771A8 color. Also use rgb(215,113,168) instead hex code.

Text Font Color

.myTextColor { color: #D771A8; }

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

This text font color is #D771A8.


Background Color

.myBgColor { background-color: #D771A8; }

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

This div background color is #D771A8.


Border color

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

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

This div border color is #D771A8.


Opacity

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

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

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

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

This text has shadow with #D771A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D771A8 on black background.


Color preview on white background

This text has color #D771A8 on white background.



Black color preview on #D771A8 background

This text has black color on #D771A8 background.


White color preview on #D771A8 background

This text has white color on #D771A8 background.