COLOR #D373E2

HEX: #D373E2
RGB: (211,115,226)

Color info

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

RGB color model

#D373E2 color RGB value is (211,115,226).

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

RGB channels and saturation

R 211 of 255 = 83%
G 115 of 255 = 45%
B 226 of 255 = 89%

211
115
226

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

Portions of RGB colors in percentages

R + G + B =
211 + 115 + 226 = 552 (100%)
R 211 of 552 ~ 38.22%
G 115 of 552 ~ 20.83%
B 226 of 552 ~ 40.94%

%38.22
%20.83
%40.94

CMYK color model

#D373E2 color CMYK value is (7,49,0,11).

  • cyan value is 6.64%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,49,0,11)
C7M49Y0K11 
(7%,49%,0%,11%)
(0.07/0.49/0.00/0.11)	

CMYK percentages

%6.64
%49.12
%0
%11.37

Codes

Color #D373E2 in popluar color models

D373E2
RGB211115226
HSL292°65.68%66.86%
HSB/HSV292°49.12%88.63%
CMYK6.64%49.12%0.00%
11.37%

Color #D373E2 in popluar number systems.

HEXD373E2
Decimal211115226
Binary11010011111001111100010
Octal323163342

Shades and tints

Shades of #D373E2

#D373E2
(211,115,226)
#C069CE
(192,105,206)
#AD5FBA
(173,95,186)
#9A55A6
(154,85,166)
#874B92
(135,75,146)
#74417E
(116,65,126)
#61376A
(97,55,106)
#4E2D56
(78,45,86)
#3B2342
(59,35,66)
#28192E
(40,25,46)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #D373E2

#D373E2
(211,115,226)
#D77FE4
(215,127,228)
#DB8BE6
(219,139,230)
#DF97E8
(223,151,232)
#E3A3EA
(227,163,234)
#E7AFEC
(231,175,236)
#EBBBEE
(235,187,238)
#EFC7F0
(239,199,240)
#F3D3F2
(243,211,242)
#F7DFF4
(247,223,244)
#FBEBF6
(251,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D373E2; }

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

This text font color is #D373E2.


Background Color

.myBgColor { background-color: #D373E2; }

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

This div background color is #D373E2.


Border color

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

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

This div border color is #D373E2.


Opacity

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

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

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

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

This text has shadow with #D373E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D373E2 on black background.


Color preview on white background

This text has color #D373E2 on white background.



Black color preview on #D373E2 background

This text has black color on #D373E2 background.


White color preview on #D373E2 background

This text has white color on #D373E2 background.