COLOR #D37EC6

HEX: #D37EC6
RGB: (211,126,198)

Color info

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

RGB color model

#D37EC6 color RGB value is (211,126,198).

  • red value is 211;
  • green value is 126;
  • blue value is 198.
RGB:
(211,126,198)
(83%,49%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 126 of 255 = 49%
B 198 of 255 = 78%

211
126
198

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

Portions of RGB colors in percentages

R + G + B =
211 + 126 + 198 = 535 (100%)
R 211 of 535 ~ 39.44%
G 126 of 535 ~ 23.55%
B 198 of 535 ~ 37.01%

%39.44
%23.55
%37.01

CMYK color model

#D37EC6 color CMYK value is (0,40,6,17).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 6.16%
  • key color value is 17.25%
CMYK:
(0,40,6,17)
C0M40Y6K17 
(0%,40%,6%,17%)
(0.00/0.40/0.06/0.17)	

CMYK percentages

%0
%40.28
%6.16
%17.25

Codes

Color #D37EC6 in popluar color models

D37EC6
RGB211126198
HSL309°49.13%66.08%
HSB/HSV309°40.28%82.75%
CMYK0.00%40.28%6.16%
17.25%

Color #D37EC6 in popluar number systems.

HEXD37EC6
Decimal211126198
Binary11010011111111011000110
Octal323176306

Shades and tints

Shades of #D37EC6

#D37EC6
(211,126,198)
#C073B4
(192,115,180)
#AD68A2
(173,104,162)
#9A5D90
(154,93,144)
#87527E
(135,82,126)
#74476C
(116,71,108)
#613C5A
(97,60,90)
#4E3148
(78,49,72)
#3B2636
(59,38,54)
#281B24
(40,27,36)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #D37EC6

#D37EC6
(211,126,198)
#D789CB
(215,137,203)
#DB94D0
(219,148,208)
#DF9FD5
(223,159,213)
#E3AADA
(227,170,218)
#E7B5DF
(231,181,223)
#EBC0E4
(235,192,228)
#EFCBE9
(239,203,233)
#F3D6EE
(243,214,238)
#F7E1F3
(247,225,243)
#FBECF8
(251,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37EC6 color. Also use rgb(211,126,198) instead hex code.

Text Font Color

.myTextColor { color: #D37EC6; }

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

This text font color is #D37EC6.


Background Color

.myBgColor { background-color: #D37EC6; }

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

This div background color is #D37EC6.


Border color

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

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

This div border color is #D37EC6.


Opacity

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

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

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

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

This text has shadow with #D37EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37EC6 on black background.


Color preview on white background

This text has color #D37EC6 on white background.



Black color preview on #D37EC6 background

This text has black color on #D37EC6 background.


White color preview on #D37EC6 background

This text has white color on #D37EC6 background.