COLOR #D37EC4

HEX: #D37EC4 RGB: (211,126,196)

Color info

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

RGB color model

#D37EC4 color RGB value is (211,126,196).

RGB: (211,126,196) (83%, 49%, 77%)

RGB channels and saturation

R 211 of 255 = 83%
G 126 of 255 = 49%
B 196 of 255 = 77%

211
126
196

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

Portions of RGB colors in percentages

R + G + B = 211 + 126 + 196 = 533 (100%)
R 211 of 533 ~ 39.59%
G 126 of 533 ~ 23.64%
B 196 of 533 ~ 36.77'%

%39.59
%23.64
%36.77

CMYK color model

#D37EC4 color CMYK value is (0,40,7,17).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 7.11%
  • key color value is 17.25%
CMYK: (0,40,7,17) C0M40Y7K17 (0%,40%,7%,17%) (0.00/0.40/0.07/0.17) 

CMYK percentages

%0
%40.28
%7.11
%17.25

Codes

Color #D37EC4 in popluar color models

D3 7E C4
RGB 211 126 196
HSL 311° 49.13% 66.08%
HSB/HSV 311° 40.28% 82.75%
CMYK 0.00% 40.28% 7.11%
17.25%

Color #D37EC4 in popluar number systems.

HEX D3 7E C4
Decimal 211 126 196
Binary 11010011 1111110 11000100
Octal 323 176 304

Shades and tints

Shades of #D37EC4

#D37EC4
(211,126,196)
#C073B3
(192,115,179)
#AD68A2
(173,104,162)
#9A5D91
(154,93,145)
#875280
(135,82,128)
#74476F
(116,71,111)
#613C5E
(97,60,94)
#4E314D
(78,49,77)
#3B263C
(59,38,60)
#281B2B
(40,27,43)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #D37EC4

#D37EC4
(211,126,196)
#D789C9
(215,137,201)
#DB94CE
(219,148,206)
#DF9FD3
(223,159,211)
#E3AAD8
(227,170,216)
#E7B5DD
(231,181,221)
#EBC0E2
(235,192,226)
#EFCBE7
(239,203,231)
#F3D6EC
(243,214,236)
#F7E1F1
(247,225,241)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D37EC4; }

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

This text font color is #D37EC4.

Background Color

.myBgColor { background-color: #D37EC4; }

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

This div background color is #D37EC4.

Border color

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

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

This div border color is #D37EC4.

Opacity

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

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

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

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

This text has shadow with #D37EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37EC4.

Preview

Color preview on black background

This text has color #D37EC4 on black background.


Color preview on white background

This text has color #D37EC4 on white background.


Black color preview on #D37EC4 background

This text has black color on #D37EC4 background.


White color preview on #D37EC4 background

This text has white color on #D37EC4 background.


Related colors

Complementary color

Complementary color for #hex is #2C813B.


I love getcolorcode.com

Triadic colors

1 #C4D37E and #7EC4D3 with #D37EC4 are triadic colors.

2 #C47ED3 and #7ED3C4 with #D37EC4 are triadic colors.