COLOR #D377D9

HEX: #D377D9 RGB: (211,119,217)

Color info

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

RGB color model

#D377D9 color RGB value is (211,119,217).

RGB: (211,119,217) (83%, 47%, 85%)

RGB channels and saturation

R 211 of 255 = 83%
G 119 of 255 = 47%
B 217 of 255 = 85%

211
119
217

R + G + B ~ 72%. #D377D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 119 + 217 = 547 (100%)
R 211 of 547 ~ 38.57%
G 119 of 547 ~ 21.76%
B 217 of 547 ~ 39.67'%

%38.57
%21.76
%39.67

CMYK color model

#D377D9 color CMYK value is (3,45,0,15).

  • cyan value is 2.76%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (3,45,0,15)
C3M45Y0K15 (3%, 45%, 0%, 15%)
(0.03 / 0.45 / 0.00 / 0.15)

CMYK percentages

%2.76
%45.16
%0
%14.9

Codes

Color #D377D9 in popluar color models

D3 77 D9
RGB 211 119 217
HSL 296° 56.32% 65.88%
HSB/HSV 296° 45.16% 85.10%
CMYK 2.76% 45.16% 0.00%
14.90%

Color #D377D9 in popluar number systems.

HEX D3 77 D9
Decimal 211 119 217
Binary 11010011 1110111 11011001
Octal 323 167 331

Shades and tints

Shades of #D377D9

#D377D9
(211,119,217)
#C06DC6
(192,109,198)
#AD63B3
(173,99,179)
#9A59A0
(154,89,160)
#874F8D
(135,79,141)
#74457A
(116,69,122)
#613B67
(97,59,103)
#4E3154
(78,49,84)
#3B2741
(59,39,65)
#281D2E
(40,29,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #D377D9

#D377D9
(211,119,217)
#D783DC
(215,131,220)
#DB8FDF
(219,143,223)
#DF9BE2
(223,155,226)
#E3A7E5
(227,167,229)
#E7B3E8
(231,179,232)
#EBBFEB
(235,191,235)
#EFCBEE
(239,203,238)
#F3D7F1
(243,215,241)
#F7E3F4
(247,227,244)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D377D9 color. Also use rgb(211,119,217) instead hex code.

Text Font Color

.myTextColor { color: #D377D9; }

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

This text font color is #D377D9.

Background Color

.myBgColor { background-color: #D377D9; }

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

This div background color is #D377D9.

Border color

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

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

This div border color is #D377D9.

Opacity

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

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

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

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

This text has shadow with #D377D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D377D9.

Preview

Color preview on black background

This text has color #D377D9 on black background.


Color preview on white background

This text has color #D377D9 on white background.


Black color preview on #D377D9 background

This text has black color on #D377D9 background.


White color preview on #D377D9 background

This text has white color on #D377D9 background.


Related colors

Complementary color

Complementary color for #hex is #2C8826.


I love getcolorcode.com

Triadic colors

1 #D9D377 and #77D9D3 with #D377D9 are triadic colors.

2 #D977D3 and #77D3D9 with #D377D9 are triadic colors.