COLOR #D54E94

HEX: #D54E94 RGB: (213,78,148)

Color info

#D54E94 contains mainly red color. Web safe color of #D54E94 is #CC6699 (or #C69).

RGB color model

#D54E94 color RGB value is (213,78,148).

RGB: (213,78,148) (84%, 31%, 58%)

RGB channels and saturation

R 213 of 255 = 84%
G 78 of 255 = 31%
B 148 of 255 = 58%

213
78
148

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

Portions of RGB colors in percentages

R + G + B = 213 + 78 + 148 = 439 (100%)
R 213 of 439 ~ 48.52%
G 78 of 439 ~ 17.77%
B 148 of 439 ~ 33.71'%

%48.52
%17.77
%33.71

CMYK color model

#D54E94 color CMYK value is (0,63,31,16).

  • cyan value is 0.00%
  • magenta value is 63.38%
  • yellow value is 30.52%
  • key color value is 16.47%

CMYK: (0,63,31,16)
C0M63Y31K16 (0%, 63%, 31%, 16%)
(0.00 / 0.63 / 0.31 / 0.16)

CMYK percentages

%0
%63.38
%30.52
%16.47

Codes

Color #D54E94 in popluar color models

D5 4E 94
RGB 213 78 148
HSL 329° 61.64% 57.06%
HSB/HSV 329° 63.38% 83.53%
CMYK 0.00% 63.38% 30.52%
16.47%

Color #D54E94 in popluar number systems.

HEX D5 4E 94
Decimal 213 78 148
Binary 11010101 1001110 10010100
Octal 325 116 224

Shades and tints

Shades of #D54E94

#D54E94
(213,78,148)
#C24787
(194,71,135)
#AF407A
(175,64,122)
#9C396D
(156,57,109)
#893260
(137,50,96)
#762B53
(118,43,83)
#632446
(99,36,70)
#501D39
(80,29,57)
#3D162C
(61,22,44)
#2A0F1F
(42,15,31)
#170812
(23,8,18)
#000000
(0,0,0)

Tints of #D54E94

#D54E94
(213,78,148)
#D85E9D
(216,94,157)
#DB6EA6
(219,110,166)
#DE7EAF
(222,126,175)
#E18EB8
(225,142,184)
#E49EC1
(228,158,193)
#E7AECA
(231,174,202)
#EABED3
(234,190,211)
#EDCEDC
(237,206,220)
#F0DEE5
(240,222,229)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54E94 color. Also use rgb(213,78,148) instead hex code.

Text Font Color

.myTextColor { color: #D54E94; }

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

This text font color is #D54E94.

Background Color

.myBgColor { background-color: #D54E94; }

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

This div background color is #D54E94.

Border color

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

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

This div border color is #D54E94.

Opacity

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

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

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

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

This text has shadow with #D54E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D54E94.

Preview

Color preview on black background

This text has color #D54E94 on black background.


Color preview on white background

This text has color #D54E94 on white background.


Black color preview on #D54E94 background

This text has black color on #D54E94 background.


White color preview on #D54E94 background

This text has white color on #D54E94 background.


Related colors

Complementary color

Complementary color for #hex is #2AB16B.


I love getcolorcode.com

Triadic colors

1 #94D54E and #4E94D5 with #D54E94 are triadic colors.

2 #944ED5 and #4ED594 with #D54E94 are triadic colors.