COLOR #D388E2

HEX: #D388E2
RGB: (211,136,226)

Color info

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

RGB color model

#D388E2 color RGB value is (211,136,226).

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

RGB channels and saturation

R 211 of 255 = 83%
G 136 of 255 = 53%
B 226 of 255 = 89%

211
136
226

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

Portions of RGB colors in percentages

R + G + B =
211 + 136 + 226 = 573 (100%)
R 211 of 573 ~ 36.82%
G 136 of 573 ~ 23.73%
B 226 of 573 ~ 39.44%

%36.82
%23.73
%39.44

CMYK color model

#D388E2 color CMYK value is (7,40,0,11).

  • cyan value is 6.64%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,40,0,11)
C7M40Y0K11 
(7%,40%,0%,11%)
(0.07/0.40/0.00/0.11)	

CMYK percentages

%6.64
%39.82
%0
%11.37

Codes

Color #D388E2 in popluar color models

D388E2
RGB211136226
HSL290°60.81%70.98%
HSB/HSV290°39.82%88.63%
CMYK6.64%39.82%0.00%
11.37%

Color #D388E2 in popluar number systems.

HEXD388E2
Decimal211136226
Binary110100111000100011100010
Octal323210342

Shades and tints

Shades of #D388E2

#D388E2
(211,136,226)
#C07CCE
(192,124,206)
#AD70BA
(173,112,186)
#9A64A6
(154,100,166)
#875892
(135,88,146)
#744C7E
(116,76,126)
#61406A
(97,64,106)
#4E3456
(78,52,86)
#3B2842
(59,40,66)
#281C2E
(40,28,46)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #D388E2

#D388E2
(211,136,226)
#D792E4
(215,146,228)
#DB9CE6
(219,156,230)
#DFA6E8
(223,166,232)
#E3B0EA
(227,176,234)
#E7BAEC
(231,186,236)
#EBC4EE
(235,196,238)
#EFCEF0
(239,206,240)
#F3D8F2
(243,216,242)
#F7E2F4
(247,226,244)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D388E2; }

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

This text font color is #D388E2.


Background Color

.myBgColor { background-color: #D388E2; }

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

This div background color is #D388E2.


Border color

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

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

This div border color is #D388E2.


Opacity

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

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

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

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

This text has shadow with #D388E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D388E2 on black background.


Color preview on white background

This text has color #D388E2 on white background.



Black color preview on #D388E2 background

This text has black color on #D388E2 background.


White color preview on #D388E2 background

This text has white color on #D388E2 background.