COLOR #D277B1

HEX: #D277B1 RGB: (210,119,177)

Color info

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

RGB color model

#D277B1 color RGB value is (210,119,177).

RGB: (210,119,177) (82%, 47%, 69%)

RGB channels and saturation

R 210 of 255 = 82%
G 119 of 255 = 47%
B 177 of 255 = 69%

210
119
177

R + G + B ~ 66%. #D277B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 119 + 177 = 506 (100%)
R 210 of 506 ~ 41.5%
G 119 of 506 ~ 23.52%
B 177 of 506 ~ 34.98'%

%41.5
%23.52
%34.98

CMYK color model

#D277B1 color CMYK value is (0,43,16,18).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 15.71%
  • key color value is 17.65%

CMYK: (0,43,16,18)
C0M43Y16K18 (0%, 43%, 16%, 18%)
(0.00 / 0.43 / 0.16 / 0.18)

CMYK percentages

%0
%43.33
%15.71
%17.65

Codes

Color #D277B1 in popluar color models

D2 77 B1
RGB 210 119 177
HSL 322° 50.28% 64.51%
HSB/HSV 322° 43.33% 82.35%
CMYK 0.00% 43.33% 15.71%
17.65%

Color #D277B1 in popluar number systems.

HEX D2 77 B1
Decimal 210 119 177
Binary 11010010 1110111 10110001
Octal 322 167 261

Shades and tints

Shades of #D277B1

#D277B1
(210,119,177)
#BF6DA1
(191,109,161)
#AC6391
(172,99,145)
#995981
(153,89,129)
#864F71
(134,79,113)
#734561
(115,69,97)
#603B51
(96,59,81)
#4D3141
(77,49,65)
#3A2731
(58,39,49)
#271D21
(39,29,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #D277B1

#D277B1
(210,119,177)
#D683B8
(214,131,184)
#DA8FBF
(218,143,191)
#DE9BC6
(222,155,198)
#E2A7CD
(226,167,205)
#E6B3D4
(230,179,212)
#EABFDB
(234,191,219)
#EECBE2
(238,203,226)
#F2D7E9
(242,215,233)
#F6E3F0
(246,227,240)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D277B1 color. Also use rgb(210,119,177) instead hex code.

Text Font Color

.myTextColor { color: #D277B1; }

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

This text font color is #D277B1.

Background Color

.myBgColor { background-color: #D277B1; }

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

This div background color is #D277B1.

Border color

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

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

This div border color is #D277B1.

Opacity

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

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

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

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

This text has shadow with #D277B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D277B1.

Preview

Color preview on black background

This text has color #D277B1 on black background.


Color preview on white background

This text has color #D277B1 on white background.


Black color preview on #D277B1 background

This text has black color on #D277B1 background.


White color preview on #D277B1 background

This text has white color on #D277B1 background.


Related colors

Complementary color

Complementary color for #hex is #2D884E.


I love getcolorcode.com

Triadic colors

1 #B1D277 and #77B1D2 with #D277B1 are triadic colors.

2 #B177D2 and #77D2B1 with #D277B1 are triadic colors.