COLOR #D11EA3

HEX: #D11EA3
RGB: (209,30,163)

Color info

#D11EA3 contains mainly red and blue colors. Web safe color of #D11EA3 is #CC3399 (or #C39).

RGB color model

#D11EA3 color RGB value is (209,30,163).

  • red value is 209;
  • green value is 30;
  • blue value is 163.
RGB:
(209,30,163)
(82%,12%,64%)

RGB channels and saturation

R 209 of 255 = 82%
G 30 of 255 = 12%
B 163 of 255 = 64%

209
30
163

R + G + B ~ 53%. #D11EA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 30 + 163 = 402 (100%)
R 209 of 402 ~ 51.99%
G 30 of 402 ~ 7.46%
B 163 of 402 ~ 40.55%

%51.99
%40.55

CMYK color model

#D11EA3 color CMYK value is (0,86,22,18).

  • cyan value is 0.00%
  • magenta value is 85.65%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(0,86,22,18)
C0M86Y22K18 
(0%,86%,22%,18%)
(0.00/0.86/0.22/0.18)	

CMYK percentages

%0
%85.65
%22.01
%18.04

Codes

Color #D11EA3 in popluar color models

D11EA3
RGB20930163
HSL315°74.90%46.86%
HSB/HSV315°85.65%81.96%
CMYK0.00%85.65%22.01%
18.04%

Color #D11EA3 in popluar number systems.

HEXD11EA3
Decimal20930163
Binary110100011111010100011
Octal32136243

Shades and tints

Shades of #D11EA3

#D11EA3
(209,30,163)
#BE1C95
(190,28,149)
#AB1A87
(171,26,135)
#981879
(152,24,121)
#85166B
(133,22,107)
#72145D
(114,20,93)
#5F124F
(95,18,79)
#4C1041
(76,16,65)
#390E33
(57,14,51)
#260C25
(38,12,37)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #D11EA3

#D11EA3
(209,30,163)
#D532AB
(213,50,171)
#D946B3
(217,70,179)
#DD5ABB
(221,90,187)
#E16EC3
(225,110,195)
#E582CB
(229,130,203)
#E996D3
(233,150,211)
#EDAADB
(237,170,219)
#F1BEE3
(241,190,227)
#F5D2EB
(245,210,235)
#F9E6F3
(249,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D11EA3 color. Also use rgb(209,30,163) instead hex code.

Text Font Color

.myTextColor { color: #D11EA3; }

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

This text font color is #D11EA3.


Background Color

.myBgColor { background-color: #D11EA3; }

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

This div background color is #D11EA3.


Border color

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

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

This div border color is #D11EA3.


Opacity

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

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

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

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

This text has shadow with #D11EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D11EA3 on black background.


Color preview on white background

This text has color #D11EA3 on white background.



Black color preview on #D11EA3 background

This text has black color on #D11EA3 background.


White color preview on #D11EA3 background

This text has white color on #D11EA3 background.