COLOR #D779BA

HEX: #D779BA
RGB: (215,121,186)

Color info

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

RGB color model

#D779BA color RGB value is (215,121,186).

  • red value is 215;
  • green value is 121;
  • blue value is 186.
RGB:
(215,121,186)
(84%,47%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 121 of 255 = 47%
B 186 of 255 = 73%

215
121
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 121 + 186 = 522 (100%)
R 215 of 522 ~ 41.19%
G 121 of 522 ~ 23.18%
B 186 of 522 ~ 35.63%

%41.19
%23.18
%35.63

CMYK color model

#D779BA color CMYK value is (0,44,13,16).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(0,44,13,16)
C0M44Y13K16 
(0%,44%,13%,16%)
(0.00/0.44/0.13/0.16)	

CMYK percentages

%0
%43.72
%13.49
%15.69

Codes

Color #D779BA in popluar color models

D779BA
RGB215121186
HSL319°54.02%65.88%
HSB/HSV319°43.72%84.31%
CMYK0.00%43.72%13.49%
15.69%

Color #D779BA in popluar number systems.

HEXD779BA
Decimal215121186
Binary11010111111100110111010
Octal327171272

Shades and tints

Shades of #D779BA

#D779BA
(215,121,186)
#C46EAA
(196,110,170)
#B1639A
(177,99,154)
#9E588A
(158,88,138)
#8B4D7A
(139,77,122)
#78426A
(120,66,106)
#65375A
(101,55,90)
#522C4A
(82,44,74)
#3F213A
(63,33,58)
#2C162A
(44,22,42)
#190B1A
(25,11,26)
#000000
(0,0,0)

Tints of #D779BA

#D779BA
(215,121,186)
#DA85C0
(218,133,192)
#DD91C6
(221,145,198)
#E09DCC
(224,157,204)
#E3A9D2
(227,169,210)
#E6B5D8
(230,181,216)
#E9C1DE
(233,193,222)
#ECCDE4
(236,205,228)
#EFD9EA
(239,217,234)
#F2E5F0
(242,229,240)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D779BA color. Also use rgb(215,121,186) instead hex code.

Text Font Color

.myTextColor { color: #D779BA; }

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

This text font color is #D779BA.


Background Color

.myBgColor { background-color: #D779BA; }

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

This div background color is #D779BA.


Border color

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

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

This div border color is #D779BA.


Opacity

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

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

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

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

This text has shadow with #D779BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D779BA on black background.


Color preview on white background

This text has color #D779BA on white background.



Black color preview on #D779BA background

This text has black color on #D779BA background.


White color preview on #D779BA background

This text has white color on #D779BA background.