COLOR #D389C7

HEX: #D389C7 RGB: (211,137,199)

Color info

#D389C7 contains mainly red and blue colors. Web safe color of #D389C7 is #CC99CC (or #C9C).

RGB color model

#D389C7 color RGB value is (211,137,199).

RGB: (211,137,199) (83%, 54%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 199 of 255 = 78%

211
137
199

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

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 199 = 547 (100%)
R 211 of 547 ~ 38.57%
G 137 of 547 ~ 25.05%
B 199 of 547 ~ 36.38'%

%38.57
%25.05
%36.38

CMYK color model

#D389C7 color CMYK value is (0,35,6,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 5.69%
  • key color value is 17.25%

CMYK: (0,35,6,17)
C0M35Y6K17 (0%, 35%, 6%, 17%)
(0.00 / 0.35 / 0.06 / 0.17)

CMYK percentages

%0
%35.07
%5.69
%17.25

Codes

Color #D389C7 in popluar color models

D3 89 C7
RGB 211 137 199
HSL 310° 45.68% 68.24%
HSB/HSV 310° 35.07% 82.75%
CMYK 0.00% 35.07% 5.69%
17.25%

Color #D389C7 in popluar number systems.

HEX D3 89 C7
Decimal 211 137 199
Binary 11010011 10001001 11000111
Octal 323 211 307

Shades and tints

Shades of #D389C7

#D389C7
(211,137,199)
#C07DB5
(192,125,181)
#AD71A3
(173,113,163)
#9A6591
(154,101,145)
#87597F
(135,89,127)
#744D6D
(116,77,109)
#61415B
(97,65,91)
#4E3549
(78,53,73)
#3B2937
(59,41,55)
#281D25
(40,29,37)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D389C7

#D389C7
(211,137,199)
#D793CC
(215,147,204)
#DB9DD1
(219,157,209)
#DFA7D6
(223,167,214)
#E3B1DB
(227,177,219)
#E7BBE0
(231,187,224)
#EBC5E5
(235,197,229)
#EFCFEA
(239,207,234)
#F3D9EF
(243,217,239)
#F7E3F4
(247,227,244)
#FBEDF9
(251,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D389C7 color. Also use rgb(211,137,199) instead hex code.

Text Font Color

.myTextColor { color: #D389C7; }

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

This text font color is #D389C7.

Background Color

.myBgColor { background-color: #D389C7; }

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

This div background color is #D389C7.

Border color

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

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

This div border color is #D389C7.

Opacity

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

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

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

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

This text has shadow with #D389C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D389C7.

Preview

Color preview on black background

This text has color #D389C7 on black background.


Color preview on white background

This text has color #D389C7 on white background.


Black color preview on #D389C7 background

This text has black color on #D389C7 background.


White color preview on #D389C7 background

This text has white color on #D389C7 background.


Related colors

Complementary color

Complementary color for #hex is #2C7638.


I love getcolorcode.com

Triadic colors

1 #C7D389 and #89C7D3 with #D389C7 are triadic colors.

2 #C789D3 and #89D3C7 with #D389C7 are triadic colors.