COLOR #D380A6

HEX: #D380A6 RGB: (211,128,166)

Color info

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

RGB color model

#D380A6 color RGB value is (211,128,166).

RGB: (211,128,166) (83%, 50%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 128 of 255 = 50%
B 166 of 255 = 65%

211
128
166

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

Portions of RGB colors in percentages

R + G + B = 211 + 128 + 166 = 505 (100%)
R 211 of 505 ~ 41.78%
G 128 of 505 ~ 25.35%
B 166 of 505 ~ 32.87'%

%41.78
%25.35
%32.87

CMYK color model

#D380A6 color CMYK value is (0,39,21,17).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 21.33%
  • key color value is 17.25%

CMYK: (0,39,21,17)
C0M39Y21K17 (0%, 39%, 21%, 17%)
(0.00 / 0.39 / 0.21 / 0.17)

CMYK percentages

%0
%39.34
%21.33
%17.25

Codes

Color #D380A6 in popluar color models

D3 80 A6
RGB 211 128 166
HSL 333° 48.54% 66.47%
HSB/HSV 333° 39.34% 82.75%
CMYK 0.00% 39.34% 21.33%
17.25%

Color #D380A6 in popluar number systems.

HEX D3 80 A6
Decimal 211 128 166
Binary 11010011 10000000 10100110
Octal 323 200 246

Shades and tints

Shades of #D380A6

#D380A6
(211,128,166)
#C07597
(192,117,151)
#AD6A88
(173,106,136)
#9A5F79
(154,95,121)
#87546A
(135,84,106)
#74495B
(116,73,91)
#613E4C
(97,62,76)
#4E333D
(78,51,61)
#3B282E
(59,40,46)
#281D1F
(40,29,31)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #D380A6

#D380A6
(211,128,166)
#D78BAE
(215,139,174)
#DB96B6
(219,150,182)
#DFA1BE
(223,161,190)
#E3ACC6
(227,172,198)
#E7B7CE
(231,183,206)
#EBC2D6
(235,194,214)
#EFCDDE
(239,205,222)
#F3D8E6
(243,216,230)
#F7E3EE
(247,227,238)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D380A6 color. Also use rgb(211,128,166) instead hex code.

Text Font Color

.myTextColor { color: #D380A6; }

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

This text font color is #D380A6.

Background Color

.myBgColor { background-color: #D380A6; }

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

This div background color is #D380A6.

Border color

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

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

This div border color is #D380A6.

Opacity

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

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

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

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

This text has shadow with #D380A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D380A6.

Preview

Color preview on black background

This text has color #D380A6 on black background.


Color preview on white background

This text has color #D380A6 on white background.


Black color preview on #D380A6 background

This text has black color on #D380A6 background.


White color preview on #D380A6 background

This text has white color on #D380A6 background.


Related colors

Complementary color

Complementary color for #hex is #2C7F59.


I love getcolorcode.com

Triadic colors

1 #A6D380 and #80A6D3 with #D380A6 are triadic colors.

2 #A680D3 and #80D3A6 with #D380A6 are triadic colors.