COLOR #D373DA

HEX: #D373DA
RGB: (211,115,218)

Color info

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

RGB color model

#D373DA color RGB value is (211,115,218).

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

RGB channels and saturation

R 211 of 255 = 83%
G 115 of 255 = 45%
B 218 of 255 = 85%

211
115
218

R + G + B ~ 71%. #D373DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 115 + 218 = 544 (100%)
R 211 of 544 ~ 38.79%
G 115 of 544 ~ 21.14%
B 218 of 544 ~ 40.07%

%38.79
%21.14
%40.07

CMYK color model

#D373DA color CMYK value is (3,47,0,15).

  • cyan value is 3.21%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,47,0,15)
C3M47Y0K15 
(3%,47%,0%,15%)
(0.03/0.47/0.00/0.15)	

CMYK percentages

%3.21
%47.25
%0
%14.51

Codes

Color #D373DA in popluar color models

D373DA
RGB211115218
HSL296°58.19%65.29%
HSB/HSV296°47.25%85.49%
CMYK3.21%47.25%0.00%
14.51%

Color #D373DA in popluar number systems.

HEXD373DA
Decimal211115218
Binary11010011111001111011010
Octal323163332

Shades and tints

Shades of #D373DA

#D373DA
(211,115,218)
#C069C7
(192,105,199)
#AD5FB4
(173,95,180)
#9A55A1
(154,85,161)
#874B8E
(135,75,142)
#74417B
(116,65,123)
#613768
(97,55,104)
#4E2D55
(78,45,85)
#3B2342
(59,35,66)
#28192F
(40,25,47)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #D373DA

#D373DA
(211,115,218)
#D77FDD
(215,127,221)
#DB8BE0
(219,139,224)
#DF97E3
(223,151,227)
#E3A3E6
(227,163,230)
#E7AFE9
(231,175,233)
#EBBBEC
(235,187,236)
#EFC7EF
(239,199,239)
#F3D3F2
(243,211,242)
#F7DFF5
(247,223,245)
#FBEBF8
(251,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D373DA; }

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

This text font color is #D373DA.


Background Color

.myBgColor { background-color: #D373DA; }

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

This div background color is #D373DA.


Border color

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

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

This div border color is #D373DA.


Opacity

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

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

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

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

This text has shadow with #D373DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D373DA on black background.


Color preview on white background

This text has color #D373DA on white background.



Black color preview on #D373DA background

This text has black color on #D373DA background.


White color preview on #D373DA background

This text has white color on #D373DA background.