COLOR #D36ED7

HEX: #D36ED7
RGB: (211,110,215)

Color info

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

RGB color model

#D36ED7 color RGB value is (211,110,215).

  • red value is 211;
  • green value is 110;
  • blue value is 215.
RGB:
(211,110,215)
(83%,43%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 110 of 255 = 43%
B 215 of 255 = 84%

211
110
215

R + G + B ~ 70%. #D36ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 110 + 215 = 536 (100%)
R 211 of 536 ~ 39.37%
G 110 of 536 ~ 20.52%
B 215 of 536 ~ 40.11%

%39.37
%20.52
%40.11

CMYK color model

#D36ED7 color CMYK value is (2,49,0,16).

  • cyan value is 1.86%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(2,49,0,16)
C2M49Y0K16 
(2%,49%,0%,16%)
(0.02/0.49/0.00/0.16)	

CMYK percentages

%1.86
%48.84
%0
%15.69

Codes

Color #D36ED7 in popluar color models

D36ED7
RGB211110215
HSL298°56.76%63.73%
HSB/HSV298°48.84%84.31%
CMYK1.86%48.84%0.00%
15.69%

Color #D36ED7 in popluar number systems.

HEXD36ED7
Decimal211110215
Binary11010011110111011010111
Octal323156327

Shades and tints

Shades of #D36ED7

#D36ED7
(211,110,215)
#C064C4
(192,100,196)
#AD5AB1
(173,90,177)
#9A509E
(154,80,158)
#87468B
(135,70,139)
#743C78
(116,60,120)
#613265
(97,50,101)
#4E2852
(78,40,82)
#3B1E3F
(59,30,63)
#28142C
(40,20,44)
#150A19
(21,10,25)
#000000
(0,0,0)

Tints of #D36ED7

#D36ED7
(211,110,215)
#D77BDA
(215,123,218)
#DB88DD
(219,136,221)
#DF95E0
(223,149,224)
#E3A2E3
(227,162,227)
#E7AFE6
(231,175,230)
#EBBCE9
(235,188,233)
#EFC9EC
(239,201,236)
#F3D6EF
(243,214,239)
#F7E3F2
(247,227,242)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36ED7 color. Also use rgb(211,110,215) instead hex code.

Text Font Color

.myTextColor { color: #D36ED7; }

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

This text font color is #D36ED7.


Background Color

.myBgColor { background-color: #D36ED7; }

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

This div background color is #D36ED7.


Border color

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

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

This div border color is #D36ED7.


Opacity

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

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

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

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

This text has shadow with #D36ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36ED7 on black background.


Color preview on white background

This text has color #D36ED7 on white background.



Black color preview on #D36ED7 background

This text has black color on #D36ED7 background.


White color preview on #D36ED7 background

This text has white color on #D36ED7 background.