COLOR #D491E4

HEX: #D491E4
RGB: (212,145,228)

Color info

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

RGB color model

#D491E4 color RGB value is (212,145,228).

  • red value is 212;
  • green value is 145;
  • blue value is 228.
RGB:
(212,145,228)
(83%,57%,89%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 228 of 255 = 89%

212
145
228

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

Portions of RGB colors in percentages

R + G + B =
212 + 145 + 228 = 585 (100%)
R 212 of 585 ~ 36.24%
G 145 of 585 ~ 24.79%
B 228 of 585 ~ 38.97%

%36.24
%24.79
%38.97

CMYK color model

#D491E4 color CMYK value is (7,36,0,11).

  • cyan value is 7.02%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,36,0,11)
C7M36Y0K11 
(7%,36%,0%,11%)
(0.07/0.36/0.00/0.11)	

CMYK percentages

%7.02
%36.4
%0
%10.59

Codes

Color #D491E4 in popluar color models

D491E4
RGB212145228
HSL288°60.58%73.14%
HSB/HSV288°36.40%89.41%
CMYK7.02%36.40%0.00%
10.59%

Color #D491E4 in popluar number systems.

HEXD491E4
Decimal212145228
Binary110101001001000111100100
Octal324221344

Shades and tints

Shades of #D491E4

#D491E4
(212,145,228)
#C184D0
(193,132,208)
#AE77BC
(174,119,188)
#9B6AA8
(155,106,168)
#885D94
(136,93,148)
#755080
(117,80,128)
#62436C
(98,67,108)
#4F3658
(79,54,88)
#3C2944
(60,41,68)
#291C30
(41,28,48)
#160F1C
(22,15,28)
#000000
(0,0,0)

Tints of #D491E4

#D491E4
(212,145,228)
#D79BE6
(215,155,230)
#DAA5E8
(218,165,232)
#DDAFEA
(221,175,234)
#E0B9EC
(224,185,236)
#E3C3EE
(227,195,238)
#E6CDF0
(230,205,240)
#E9D7F2
(233,215,242)
#ECE1F4
(236,225,244)
#EFEBF6
(239,235,246)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D491E4 color. Also use rgb(212,145,228) instead hex code.

Text Font Color

.myTextColor { color: #D491E4; }

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

This text font color is #D491E4.


Background Color

.myBgColor { background-color: #D491E4; }

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

This div background color is #D491E4.


Border color

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

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

This div border color is #D491E4.


Opacity

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

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

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

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

This text has shadow with #D491E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D491E4 on black background.


Color preview on white background

This text has color #D491E4 on white background.



Black color preview on #D491E4 background

This text has black color on #D491E4 background.


White color preview on #D491E4 background

This text has white color on #D491E4 background.