COLOR #D774B1

HEX: #D774B1
RGB: (215,116,177)

Color info

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

RGB color model

#D774B1 color RGB value is (215,116,177).

  • red value is 215;
  • green value is 116;
  • blue value is 177.
RGB:
(215,116,177)
(84%,45%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 116 of 255 = 45%
B 177 of 255 = 69%

215
116
177

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

Portions of RGB colors in percentages

R + G + B =
215 + 116 + 177 = 508 (100%)
R 215 of 508 ~ 42.32%
G 116 of 508 ~ 22.83%
B 177 of 508 ~ 34.84%

%42.32
%22.83
%34.84

CMYK color model

#D774B1 color CMYK value is (0,46,18,16).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(0,46,18,16)
C0M46Y18K16 
(0%,46%,18%,16%)
(0.00/0.46/0.18/0.16)	

CMYK percentages

%0
%46.05
%17.67
%15.69

Codes

Color #D774B1 in popluar color models

D774B1
RGB215116177
HSL323°55.31%64.90%
HSB/HSV323°46.05%84.31%
CMYK0.00%46.05%17.67%
15.69%

Color #D774B1 in popluar number systems.

HEXD774B1
Decimal215116177
Binary11010111111010010110001
Octal327164261

Shades and tints

Shades of #D774B1

#D774B1
(215,116,177)
#C46AA1
(196,106,161)
#B16091
(177,96,145)
#9E5681
(158,86,129)
#8B4C71
(139,76,113)
#784261
(120,66,97)
#653851
(101,56,81)
#522E41
(82,46,65)
#3F2431
(63,36,49)
#2C1A21
(44,26,33)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #D774B1

#D774B1
(215,116,177)
#DA80B8
(218,128,184)
#DD8CBF
(221,140,191)
#E098C6
(224,152,198)
#E3A4CD
(227,164,205)
#E6B0D4
(230,176,212)
#E9BCDB
(233,188,219)
#ECC8E2
(236,200,226)
#EFD4E9
(239,212,233)
#F2E0F0
(242,224,240)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D774B1 color. Also use rgb(215,116,177) instead hex code.

Text Font Color

.myTextColor { color: #D774B1; }

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

This text font color is #D774B1.


Background Color

.myBgColor { background-color: #D774B1; }

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

This div background color is #D774B1.


Border color

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

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

This div border color is #D774B1.


Opacity

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

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

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

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

This text has shadow with #D774B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D774B1 on black background.


Color preview on white background

This text has color #D774B1 on white background.



Black color preview on #D774B1 background

This text has black color on #D774B1 background.


White color preview on #D774B1 background

This text has white color on #D774B1 background.