COLOR #D37AE1

HEX: #D37AE1 RGB: (211,122,225)

Color info

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

RGB color model

#D37AE1 color RGB value is (211,122,225).

RGB: (211,122,225) (83%, 48%, 88%)

RGB channels and saturation

R 211 of 255 = 83%
G 122 of 255 = 48%
B 225 of 255 = 88%

211
122
225

R + G + B ~ 73%. #D37AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 122 + 225 = 558 (100%)
R 211 of 558 ~ 37.81%
G 122 of 558 ~ 21.86%
B 225 of 558 ~ 40.32'%

%37.81
%21.86
%40.32

CMYK color model

#D37AE1 color CMYK value is (6,46,0,12).

  • cyan value is 6.22%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (6,46,0,12)
C6M46Y0K12 (6%, 46%, 0%, 12%)
(0.06 / 0.46 / 0.00 / 0.12)

CMYK percentages

%6.22
%45.78
%0
%11.76

Codes

Color #D37AE1 in popluar color models

D3 7A E1
RGB 211 122 225
HSL 292° 63.19% 68.04%
HSB/HSV 292° 45.78% 88.24%
CMYK 6.22% 45.78% 0.00%
11.76%

Color #D37AE1 in popluar number systems.

HEX D3 7A E1
Decimal 211 122 225
Binary 11010011 1111010 11100001
Octal 323 172 341

Shades and tints

Shades of #D37AE1

#D37AE1
(211,122,225)
#C06FCD
(192,111,205)
#AD64B9
(173,100,185)
#9A59A5
(154,89,165)
#874E91
(135,78,145)
#74437D
(116,67,125)
#613869
(97,56,105)
#4E2D55
(78,45,85)
#3B2241
(59,34,65)
#28172D
(40,23,45)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #D37AE1

#D37AE1
(211,122,225)
#D786E3
(215,134,227)
#DB92E5
(219,146,229)
#DF9EE7
(223,158,231)
#E3AAE9
(227,170,233)
#E7B6EB
(231,182,235)
#EBC2ED
(235,194,237)
#EFCEEF
(239,206,239)
#F3DAF1
(243,218,241)
#F7E6F3
(247,230,243)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37AE1 color. Also use rgb(211,122,225) instead hex code.

Text Font Color

.myTextColor { color: #D37AE1; }

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

This text font color is #D37AE1.

Background Color

.myBgColor { background-color: #D37AE1; }

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

This div background color is #D37AE1.

Border color

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

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

This div border color is #D37AE1.

Opacity

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

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

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

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

This text has shadow with #D37AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D37AE1.

Preview

Color preview on black background

This text has color #D37AE1 on black background.


Color preview on white background

This text has color #D37AE1 on white background.


Black color preview on #D37AE1 background

This text has black color on #D37AE1 background.


White color preview on #D37AE1 background

This text has white color on #D37AE1 background.


Related colors

Complementary color

Complementary color for #hex is #2C851E.


I love getcolorcode.com

Triadic colors

1 #E1D37A and #7AE1D3 with #D37AE1 are triadic colors.

2 #E17AD3 and #7AD3E1 with #D37AE1 are triadic colors.