COLOR #D776BF

HEX: #D776BF
RGB: (215,118,191)

Color info

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

RGB color model

#D776BF color RGB value is (215,118,191).

  • red value is 215;
  • green value is 118;
  • blue value is 191.
RGB:
(215,118,191)
(84%,46%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 118 of 255 = 46%
B 191 of 255 = 75%

215
118
191

R + G + B ~ 68%. #D776BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 118 + 191 = 524 (100%)
R 215 of 524 ~ 41.03%
G 118 of 524 ~ 22.52%
B 191 of 524 ~ 36.45%

%41.03
%22.52
%36.45

CMYK color model

#D776BF color CMYK value is (0,45,11,16).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(0,45,11,16)
C0M45Y11K16 
(0%,45%,11%,16%)
(0.00/0.45/0.11/0.16)	

CMYK percentages

%0
%45.12
%11.16
%15.69

Codes

Color #D776BF in popluar color models

D776BF
RGB215118191
HSL315°54.80%65.29%
HSB/HSV315°45.12%84.31%
CMYK0.00%45.12%11.16%
15.69%

Color #D776BF in popluar number systems.

HEXD776BF
Decimal215118191
Binary11010111111011010111111
Octal327166277

Shades and tints

Shades of #D776BF

#D776BF
(215,118,191)
#C46CAE
(196,108,174)
#B1629D
(177,98,157)
#9E588C
(158,88,140)
#8B4E7B
(139,78,123)
#78446A
(120,68,106)
#653A59
(101,58,89)
#523048
(82,48,72)
#3F2637
(63,38,55)
#2C1C26
(44,28,38)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #D776BF

#D776BF
(215,118,191)
#DA82C4
(218,130,196)
#DD8EC9
(221,142,201)
#E09ACE
(224,154,206)
#E3A6D3
(227,166,211)
#E6B2D8
(230,178,216)
#E9BEDD
(233,190,221)
#ECCAE2
(236,202,226)
#EFD6E7
(239,214,231)
#F2E2EC
(242,226,236)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D776BF color. Also use rgb(215,118,191) instead hex code.

Text Font Color

.myTextColor { color: #D776BF; }

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

This text font color is #D776BF.


Background Color

.myBgColor { background-color: #D776BF; }

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

This div background color is #D776BF.


Border color

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

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

This div border color is #D776BF.


Opacity

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

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

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

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

This text has shadow with #D776BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D776BF on black background.


Color preview on white background

This text has color #D776BF on white background.



Black color preview on #D776BF background

This text has black color on #D776BF background.


White color preview on #D776BF background

This text has white color on #D776BF background.