COLOR #D377DA

HEX: #D377DA RGB: (211,119,218)

Color info

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

RGB color model

#D377DA color RGB value is (211,119,218).

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

RGB channels and saturation

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

211
119
218

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

Portions of RGB colors in percentages

R + G + B = 211 + 119 + 218 = 548 (100%)
R 211 of 548 ~ 38.5%
G 119 of 548 ~ 21.72%
B 218 of 548 ~ 39.78'%

%38.5
%21.72
%39.78

CMYK color model

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

  • cyan value is 3.21%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 14.51%

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

CMYK percentages

%3.21
%45.41
%0
%14.51

Codes

Color #D377DA in popluar color models

D3 77 DA
RGB 211 119 218
HSL 296° 57.23% 66.08%
HSB/HSV 296° 45.41% 85.49%
CMYK 3.21% 45.41% 0.00%
14.51%

Color #D377DA in popluar number systems.

HEX D3 77 DA
Decimal 211 119 218
Binary 11010011 1110111 11011010
Octal 323 167 332

Shades and tints

Shades of #D377DA

#D377DA
(211,119,218)
#C06DC7
(192,109,199)
#AD63B4
(173,99,180)
#9A59A1
(154,89,161)
#874F8E
(135,79,142)
#74457B
(116,69,123)
#613B68
(97,59,104)
#4E3155
(78,49,85)
#3B2742
(59,39,66)
#281D2F
(40,29,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #D377DA

#D377DA
(211,119,218)
#D783DD
(215,131,221)
#DB8FE0
(219,143,224)
#DF9BE3
(223,155,227)
#E3A7E6
(227,167,230)
#E7B3E9
(231,179,233)
#EBBFEC
(235,191,236)
#EFCBEF
(239,203,239)
#F3D7F2
(243,215,242)
#F7E3F5
(247,227,245)
#FBEFF8
(251,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D377DA; }

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

This text font color is #D377DA.

Background Color

.myBgColor { background-color: #D377DA; }

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

This div background color is #D377DA.

Border color

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

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

This div border color is #D377DA.

Opacity

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

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

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

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

This text has shadow with #D377DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D377DA.

Preview

Color preview on black background

This text has color #D377DA on black background.


Color preview on white background

This text has color #D377DA on white background.


Black color preview on #D377DA background

This text has black color on #D377DA background.


White color preview on #D377DA background

This text has white color on #D377DA background.


Related colors

Complementary color

Complementary color for #hex is #2C8825.


I love getcolorcode.com

Triadic colors

1 #DAD377 and #77DAD3 with #D377DA are triadic colors.

2 #DA77D3 and #77D3DA with #D377DA are triadic colors.