COLOR #D493E1

HEX: #D493E1 RGB: (212,147,225)

Color info

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

RGB color model

#D493E1 color RGB value is (212,147,225).

RGB: (212,147,225) (83%, 58%, 88%)

RGB channels and saturation

R 212 of 255 = 83%
G 147 of 255 = 58%
B 225 of 255 = 88%

212
147
225

R + G + B ~ 76%. #D493E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 147 + 225 = 584 (100%)
R 212 of 584 ~ 36.3%
G 147 of 584 ~ 25.17%
B 225 of 584 ~ 38.53'%

%36.3
%25.17
%38.53

CMYK color model

#D493E1 color CMYK value is (6,35,0,12).

  • cyan value is 5.78%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (6,35,0,12) C6M35Y0K12 (6%,35%,0%,12%) (0.06/0.35/0.00/0.12) 

CMYK percentages

%5.78
%34.67
%0
%11.76

Codes

Color #D493E1 in popluar color models

D4 93 E1
RGB 212 147 225
HSL 290° 56.52% 72.94%
HSB/HSV 290° 34.67% 88.24%
CMYK 5.78% 34.67% 0.00%
11.76%

Color #D493E1 in popluar number systems.

HEX D4 93 E1
Decimal 212 147 225
Binary 11010100 10010011 11100001
Octal 324 223 341

Shades and tints

Shades of #D493E1

#D493E1
(212,147,225)
#C186CD
(193,134,205)
#AE79B9
(174,121,185)
#9B6CA5
(155,108,165)
#885F91
(136,95,145)
#75527D
(117,82,125)
#624569
(98,69,105)
#4F3855
(79,56,85)
#3C2B41
(60,43,65)
#291E2D
(41,30,45)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #D493E1

#D493E1
(212,147,225)
#D79CE3
(215,156,227)
#DAA5E5
(218,165,229)
#DDAEE7
(221,174,231)
#E0B7E9
(224,183,233)
#E3C0EB
(227,192,235)
#E6C9ED
(230,201,237)
#E9D2EF
(233,210,239)
#ECDBF1
(236,219,241)
#EFE4F3
(239,228,243)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D493E1 color. Also use rgb(212,147,225) instead hex code.

Text Font Color

.myTextColor { color: #D493E1; }

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

This text font color is #D493E1.

Background Color

.myBgColor { background-color: #D493E1; }

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

This div background color is #D493E1.

Border color

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

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

This div border color is #D493E1.

Opacity

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

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

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

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

This text has shadow with #D493E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D493E1.

Preview

Color preview on black background

This text has color #D493E1 on black background.


Color preview on white background

This text has color #D493E1 on white background.


Black color preview on #D493E1 background

This text has black color on #D493E1 background.


White color preview on #D493E1 background

This text has white color on #D493E1 background.


Related colors

Complementary color

Complementary color for #hex is #2B6C1E.


I love getcolorcode.com

Triadic colors

1 #E1D493 and #93E1D4 with #D493E1 are triadic colors.

2 #E193D4 and #93D4E1 with #D493E1 are triadic colors.