COLOR #D76BB1

HEX: #D76BB1
RGB: (215,107,177)

Color info

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

RGB color model

#D76BB1 color RGB value is (215,107,177).

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

RGB channels and saturation

R 215 of 255 = 84%
G 107 of 255 = 42%
B 177 of 255 = 69%

215
107
177

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

Portions of RGB colors in percentages

R + G + B =
215 + 107 + 177 = 499 (100%)
R 215 of 499 ~ 43.09%
G 107 of 499 ~ 21.44%
B 177 of 499 ~ 35.47%

%43.09
%21.44
%35.47

CMYK color model

#D76BB1 color CMYK value is (0,50,18,16).

  • cyan value is 0.00%
  • magenta value is 50.23%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(0,50,18,16)
C0M50Y18K16 
(0%,50%,18%,16%)
(0.00/0.50/0.18/0.16)	

CMYK percentages

%0
%50.23
%17.67
%15.69

Codes

Color #D76BB1 in popluar color models

D76BB1
RGB215107177
HSL321°57.45%63.14%
HSB/HSV321°50.23%84.31%
CMYK0.00%50.23%17.67%
15.69%

Color #D76BB1 in popluar number systems.

HEXD76BB1
Decimal215107177
Binary11010111110101110110001
Octal327153261

Shades and tints

Shades of #D76BB1

#D76BB1
(215,107,177)
#C462A1
(196,98,161)
#B15991
(177,89,145)
#9E5081
(158,80,129)
#8B4771
(139,71,113)
#783E61
(120,62,97)
#653551
(101,53,81)
#522C41
(82,44,65)
#3F2331
(63,35,49)
#2C1A21
(44,26,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #D76BB1

#D76BB1
(215,107,177)
#DA78B8
(218,120,184)
#DD85BF
(221,133,191)
#E092C6
(224,146,198)
#E39FCD
(227,159,205)
#E6ACD4
(230,172,212)
#E9B9DB
(233,185,219)
#ECC6E2
(236,198,226)
#EFD3E9
(239,211,233)
#F2E0F0
(242,224,240)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D76BB1; }

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

This text font color is #D76BB1.


Background Color

.myBgColor { background-color: #D76BB1; }

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

This div background color is #D76BB1.


Border color

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

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

This div border color is #D76BB1.


Opacity

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

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

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

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

This text has shadow with #D76BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76BB1 on black background.


Color preview on white background

This text has color #D76BB1 on white background.



Black color preview on #D76BB1 background

This text has black color on #D76BB1 background.


White color preview on #D76BB1 background

This text has white color on #D76BB1 background.