COLOR #D77BBF

HEX: #D77BBF RGB: (215,123,191)

Color info

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

RGB color model

#D77BBF color RGB value is (215,123,191).

RGB: (215,123,191) (84%, 48%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 123 of 255 = 48%
B 191 of 255 = 75%

215
123
191

R + G + B ~ 69%. #D77BBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 123 + 191 = 529 (100%)
R 215 of 529 ~ 40.64%
G 123 of 529 ~ 23.25%
B 191 of 529 ~ 36.11'%

%40.64
%23.25
%36.11

CMYK color model

#D77BBF color CMYK value is (0,43,11,16).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK: (0,43,11,16) C0M43Y11K16 (0%,43%,11%,16%) (0.00/0.43/0.11/0.16) 

CMYK percentages

%0
%42.79
%11.16
%15.69

Codes

Color #D77BBF in popluar color models

D7 7B BF
RGB 215 123 191
HSL 316° 53.49% 66.27%
HSB/HSV 316° 42.79% 84.31%
CMYK 0.00% 42.79% 11.16%
15.69%

Color #D77BBF in popluar number systems.

HEX D7 7B BF
Decimal 215 123 191
Binary 11010111 1111011 10111111
Octal 327 173 277

Shades and tints

Shades of #D77BBF

#D77BBF
(215,123,191)
#C470AE
(196,112,174)
#B1659D
(177,101,157)
#9E5A8C
(158,90,140)
#8B4F7B
(139,79,123)
#78446A
(120,68,106)
#653959
(101,57,89)
#522E48
(82,46,72)
#3F2337
(63,35,55)
#2C1826
(44,24,38)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #D77BBF

#D77BBF
(215,123,191)
#DA87C4
(218,135,196)
#DD93C9
(221,147,201)
#E09FCE
(224,159,206)
#E3ABD3
(227,171,211)
#E6B7D8
(230,183,216)
#E9C3DD
(233,195,221)
#ECCFE2
(236,207,226)
#EFDBE7
(239,219,231)
#F2E7EC
(242,231,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77BBF; }

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

This text font color is #D77BBF.

Background Color

.myBgColor { background-color: #D77BBF; }

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

This div background color is #D77BBF.

Border color

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

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

This div border color is #D77BBF.

Opacity

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

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

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

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

This text has shadow with #D77BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D77BBF.

Preview

Color preview on black background

This text has color #D77BBF on black background.


Color preview on white background

This text has color #D77BBF on white background.


Black color preview on #D77BBF background

This text has black color on #D77BBF background.


White color preview on #D77BBF background

This text has white color on #D77BBF background.


Related colors

Complementary color

Complementary color for #hex is #288440.


I love getcolorcode.com

Triadic colors

1 #BFD77B and #7BBFD7 with #D77BBF are triadic colors.

2 #BF7BD7 and #7BD7BF with #D77BBF are triadic colors.