COLOR #D779BC

HEX: #D779BC
RGB: (215,121,188)

Color info

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

RGB color model

#D779BC color RGB value is (215,121,188).

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

RGB channels and saturation

R 215 of 255 = 84%
G 121 of 255 = 47%
B 188 of 255 = 74%

215
121
188

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

Portions of RGB colors in percentages

R + G + B =
215 + 121 + 188 = 524 (100%)
R 215 of 524 ~ 41.03%
G 121 of 524 ~ 23.09%
B 188 of 524 ~ 35.88%

%41.03
%23.09
%35.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 12.56%
  • 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
%12.56
%15.69

Codes

Color #D779BC in popluar color models

D779BC
RGB215121188
HSL317°54.02%65.88%
HSB/HSV317°43.72%84.31%
CMYK0.00%43.72%12.56%
15.69%

Color #D779BC in popluar number systems.

HEXD779BC
Decimal215121188
Binary11010111111100110111100
Octal327171274

Shades and tints

Shades of #D779BC

#D779BC
(215,121,188)
#C46EAB
(196,110,171)
#B1639A
(177,99,154)
#9E5889
(158,88,137)
#8B4D78
(139,77,120)
#784267
(120,66,103)
#653756
(101,55,86)
#522C45
(82,44,69)
#3F2134
(63,33,52)
#2C1623
(44,22,35)
#190B12
(25,11,18)
#000000
(0,0,0)

Tints of #D779BC

#D779BC
(215,121,188)
#DA85C2
(218,133,194)
#DD91C8
(221,145,200)
#E09DCE
(224,157,206)
#E3A9D4
(227,169,212)
#E6B5DA
(230,181,218)
#E9C1E0
(233,193,224)
#ECCDE6
(236,205,230)
#EFD9EC
(239,217,236)
#F2E5F2
(242,229,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D779BC; }

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

This text font color is #D779BC.


Background Color

.myBgColor { background-color: #D779BC; }

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

This div background color is #D779BC.


Border color

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

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

This div border color is #D779BC.


Opacity

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

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

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

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

This text has shadow with #D779BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D779BC on black background.


Color preview on white background

This text has color #D779BC on white background.



Black color preview on #D779BC background

This text has black color on #D779BC background.


White color preview on #D779BC background

This text has white color on #D779BC background.