COLOR #D389F3

HEX: #D389F3
RGB: (211,137,243)

Color info

#D389F3 contains mainly red and blue colors. Web safe color of #D389F3 is #CC99FF (or #C9F).

RGB color model

#D389F3 color RGB value is (211,137,243).

  • red value is 211;
  • green value is 137;
  • blue value is 243.
RGB:
(211,137,243)
(83%,54%,95%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 243 of 255 = 95%

211
137
243

R + G + B ~ 77%. #D389F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 137 + 243 = 591 (100%)
R 211 of 591 ~ 35.7%
G 137 of 591 ~ 23.18%
B 243 of 591 ~ 41.12%

%35.7
%23.18
%41.12

CMYK color model

#D389F3 color CMYK value is (13,44,0,5).

  • cyan value is 13.17%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(13,44,0,5)
C13M44Y0K5 
(13%,44%,0%,5%)
(0.13/0.44/0.00/0.05)	

CMYK percentages

%13.17
%43.62
%0
%4.71

Codes

Color #D389F3 in popluar color models

D389F3
RGB211137243
HSL282°81.54%74.51%
HSB/HSV282°43.62%95.29%
CMYK13.17%43.62%0.00%
4.71%

Color #D389F3 in popluar number systems.

HEXD389F3
Decimal211137243
Binary110100111000100111110011
Octal323211363

Shades and tints

Shades of #D389F3

#D389F3
(211,137,243)
#C07DDD
(192,125,221)
#AD71C7
(173,113,199)
#9A65B1
(154,101,177)
#87599B
(135,89,155)
#744D85
(116,77,133)
#61416F
(97,65,111)
#4E3559
(78,53,89)
#3B2943
(59,41,67)
#281D2D
(40,29,45)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #D389F3

#D389F3
(211,137,243)
#D793F4
(215,147,244)
#DB9DF5
(219,157,245)
#DFA7F6
(223,167,246)
#E3B1F7
(227,177,247)
#E7BBF8
(231,187,248)
#EBC5F9
(235,197,249)
#EFCFFA
(239,207,250)
#F3D9FB
(243,217,251)
#F7E3FC
(247,227,252)
#FBEDFD
(251,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D389F3; }

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

This text font color is #D389F3.


Background Color

.myBgColor { background-color: #D389F3; }

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

This div background color is #D389F3.


Border color

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

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

This div border color is #D389F3.


Opacity

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

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

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

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

This text has shadow with #D389F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D389F3 on black background.


Color preview on white background

This text has color #D389F3 on white background.



Black color preview on #D389F3 background

This text has black color on #D389F3 background.


White color preview on #D389F3 background

This text has white color on #D389F3 background.