COLOR #D42EAB

HEX: #D42EAB
RGB: (212,46,171)

Color info

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

RGB color model

#D42EAB color RGB value is (212,46,171).

  • red value is 212;
  • green value is 46;
  • blue value is 171.
RGB:
(212,46,171)
(83%,18%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 46 of 255 = 18%
B 171 of 255 = 67%

212
46
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 46 + 171 = 429 (100%)
R 212 of 429 ~ 49.42%
G 46 of 429 ~ 10.72%
B 171 of 429 ~ 39.86%

%49.42
%10.72
%39.86

CMYK color model

#D42EAB color CMYK value is (0,78,19,17).

  • cyan value is 0.00%
  • magenta value is 78.30%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,78,19,17)
C0M78Y19K17 
(0%,78%,19%,17%)
(0.00/0.78/0.19/0.17)	

CMYK percentages

%0
%78.3
%19.34
%16.86

Codes

Color #D42EAB in popluar color models

D42EAB
RGB21246171
HSL315°65.87%50.59%
HSB/HSV315°78.30%83.14%
CMYK0.00%78.30%19.34%
16.86%

Color #D42EAB in popluar number systems.

HEXD42EAB
Decimal21246171
Binary1101010010111010101011
Octal32456253

Shades and tints

Shades of #D42EAB

#D42EAB
(212,46,171)
#C12A9C
(193,42,156)
#AE268D
(174,38,141)
#9B227E
(155,34,126)
#881E6F
(136,30,111)
#751A60
(117,26,96)
#621651
(98,22,81)
#4F1242
(79,18,66)
#3C0E33
(60,14,51)
#290A24
(41,10,36)
#160615
(22,6,21)
#000000
(0,0,0)

Tints of #D42EAB

#D42EAB
(212,46,171)
#D741B2
(215,65,178)
#DA54B9
(218,84,185)
#DD67C0
(221,103,192)
#E07AC7
(224,122,199)
#E38DCE
(227,141,206)
#E6A0D5
(230,160,213)
#E9B3DC
(233,179,220)
#ECC6E3
(236,198,227)
#EFD9EA
(239,217,234)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D42EAB color. Also use rgb(212,46,171) instead hex code.

Text Font Color

.myTextColor { color: #D42EAB; }

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

This text font color is #D42EAB.


Background Color

.myBgColor { background-color: #D42EAB; }

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

This div background color is #D42EAB.


Border color

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

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

This div border color is #D42EAB.


Opacity

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

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

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

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

This text has shadow with #D42EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D42EAB on black background.


Color preview on white background

This text has color #D42EAB on white background.



Black color preview on #D42EAB background

This text has black color on #D42EAB background.


White color preview on #D42EAB background

This text has white color on #D42EAB background.