COLOR #D77FBE

HEX: #D77FBE
RGB: (215,127,190)

Color info

#D77FBE contains mainly red and blue colors. Web safe color of #D77FBE is #CC66CC (or #C6C).

RGB color model

#D77FBE color RGB value is (215,127,190).

  • red value is 215;
  • green value is 127;
  • blue value is 190.
RGB:
(215,127,190)
(84%,50%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 127 of 255 = 50%
B 190 of 255 = 75%

215
127
190

R + G + B ~ 70%. #D77FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 127 + 190 = 532 (100%)
R 215 of 532 ~ 40.41%
G 127 of 532 ~ 23.87%
B 190 of 532 ~ 35.71%

%40.41
%23.87
%35.71

CMYK color model

#D77FBE color CMYK value is (0,41,12,16).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,41,12,16)
C0M41Y12K16 
(0%,41%,12%,16%)
(0.00/0.41/0.12/0.16)	

CMYK percentages

%0
%40.93
%11.63
%15.69

Codes

Color #D77FBE in popluar color models

D77FBE
RGB215127190
HSL317°52.38%67.06%
HSB/HSV317°40.93%84.31%
CMYK0.00%40.93%11.63%
15.69%

Color #D77FBE in popluar number systems.

HEXD77FBE
Decimal215127190
Binary11010111111111110111110
Octal327177276

Shades and tints

Shades of #D77FBE

#D77FBE
(215,127,190)
#C474AD
(196,116,173)
#B1699C
(177,105,156)
#9E5E8B
(158,94,139)
#8B537A
(139,83,122)
#784869
(120,72,105)
#653D58
(101,61,88)
#523247
(82,50,71)
#3F2736
(63,39,54)
#2C1C25
(44,28,37)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #D77FBE

#D77FBE
(215,127,190)
#DA8AC3
(218,138,195)
#DD95C8
(221,149,200)
#E0A0CD
(224,160,205)
#E3ABD2
(227,171,210)
#E6B6D7
(230,182,215)
#E9C1DC
(233,193,220)
#ECCCE1
(236,204,225)
#EFD7E6
(239,215,230)
#F2E2EB
(242,226,235)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77FBE color. Also use rgb(215,127,190) instead hex code.

Text Font Color

.myTextColor { color: #D77FBE; }

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

This text font color is #D77FBE.


Background Color

.myBgColor { background-color: #D77FBE; }

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

This div background color is #D77FBE.


Border color

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

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

This div border color is #D77FBE.


Opacity

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

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

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

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

This text has shadow with #D77FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77FBE on black background.


Color preview on white background

This text has color #D77FBE on white background.



Black color preview on #D77FBE background

This text has black color on #D77FBE background.


White color preview on #D77FBE background

This text has white color on #D77FBE background.