COLOR #D391DA

HEX: #D391DA
RGB: (211,145,218)

Color info

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

RGB color model

#D391DA color RGB value is (211,145,218).

  • red value is 211;
  • green value is 145;
  • blue value is 218.
RGB:
(211,145,218)
(83%,57%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 145 of 255 = 57%
B 218 of 255 = 85%

211
145
218

R + G + B ~ 75%. #D391DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 145 + 218 = 574 (100%)
R 211 of 574 ~ 36.76%
G 145 of 574 ~ 25.26%
B 218 of 574 ~ 37.98%

%36.76
%25.26
%37.98

CMYK color model

#D391DA color CMYK value is (3,33,0,15).

  • cyan value is 3.21%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,33,0,15)
C3M33Y0K15 
(3%,33%,0%,15%)
(0.03/0.33/0.00/0.15)	

CMYK percentages

%3.21
%33.49
%0
%14.51

Codes

Color #D391DA in popluar color models

D391DA
RGB211145218
HSL294°49.66%71.18%
HSB/HSV294°33.49%85.49%
CMYK3.21%33.49%0.00%
14.51%

Color #D391DA in popluar number systems.

HEXD391DA
Decimal211145218
Binary110100111001000111011010
Octal323221332

Shades and tints

Shades of #D391DA

#D391DA
(211,145,218)
#C084C7
(192,132,199)
#AD77B4
(173,119,180)
#9A6AA1
(154,106,161)
#875D8E
(135,93,142)
#74507B
(116,80,123)
#614368
(97,67,104)
#4E3655
(78,54,85)
#3B2942
(59,41,66)
#281C2F
(40,28,47)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #D391DA

#D391DA
(211,145,218)
#D79BDD
(215,155,221)
#DBA5E0
(219,165,224)
#DFAFE3
(223,175,227)
#E3B9E6
(227,185,230)
#E7C3E9
(231,195,233)
#EBCDEC
(235,205,236)
#EFD7EF
(239,215,239)
#F3E1F2
(243,225,242)
#F7EBF5
(247,235,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D391DA; }

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

This text font color is #D391DA.


Background Color

.myBgColor { background-color: #D391DA; }

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

This div background color is #D391DA.


Border color

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

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

This div border color is #D391DA.


Opacity

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

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

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

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

This text has shadow with #D391DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D391DA on black background.


Color preview on white background

This text has color #D391DA on white background.



Black color preview on #D391DA background

This text has black color on #D391DA background.


White color preview on #D391DA background

This text has white color on #D391DA background.