COLOR #D54A95

HEX: #D54A95 RGB: (213,74,149)

Color info

#D54A95 contains mainly red color. Web safe color of #D54A95 is #CC3399 (or #C39).

RGB color model

#D54A95 color RGB value is (213,74,149).

RGB: (213,74,149) (84%, 29%, 58%)

RGB channels and saturation

R 213 of 255 = 84%
G 74 of 255 = 29%
B 149 of 255 = 58%

213
74
149

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

Portions of RGB colors in percentages

R + G + B = 213 + 74 + 149 = 436 (100%)
R 213 of 436 ~ 48.85%
G 74 of 436 ~ 16.97%
B 149 of 436 ~ 34.17'%

%48.85
%16.97
%34.17

CMYK color model

#D54A95 color CMYK value is (0,65,30,16).

  • cyan value is 0.00%
  • magenta value is 65.26%
  • yellow value is 30.05%
  • key color value is 16.47%

CMYK: (0,65,30,16)
C0M65Y30K16 (0%, 65%, 30%, 16%)
(0.00 / 0.65 / 0.30 / 0.16)

CMYK percentages

%0
%65.26
%30.05
%16.47

Codes

Color #D54A95 in popluar color models

D5 4A 95
RGB 213 74 149
HSL 328° 62.33% 56.27%
HSB/HSV 328° 65.26% 83.53%
CMYK 0.00% 65.26% 30.05%
16.47%

Color #D54A95 in popluar number systems.

HEX D5 4A 95
Decimal 213 74 149
Binary 11010101 1001010 10010101
Octal 325 112 225

Shades and tints

Shades of #D54A95

#D54A95
(213,74,149)
#C24488
(194,68,136)
#AF3E7B
(175,62,123)
#9C386E
(156,56,110)
#893261
(137,50,97)
#762C54
(118,44,84)
#632647
(99,38,71)
#50203A
(80,32,58)
#3D1A2D
(61,26,45)
#2A1420
(42,20,32)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #D54A95

#D54A95
(213,74,149)
#D85A9E
(216,90,158)
#DB6AA7
(219,106,167)
#DE7AB0
(222,122,176)
#E18AB9
(225,138,185)
#E49AC2
(228,154,194)
#E7AACB
(231,170,203)
#EABAD4
(234,186,212)
#EDCADD
(237,202,221)
#F0DAE6
(240,218,230)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54A95 color. Also use rgb(213,74,149) instead hex code.

Text Font Color

.myTextColor { color: #D54A95; }

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

This text font color is #D54A95.

Background Color

.myBgColor { background-color: #D54A95; }

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

This div background color is #D54A95.

Border color

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

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

This div border color is #D54A95.

Opacity

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

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

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

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

This text has shadow with #D54A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D54A95.

Preview

Color preview on black background

This text has color #D54A95 on black background.


Color preview on white background

This text has color #D54A95 on white background.


Black color preview on #D54A95 background

This text has black color on #D54A95 background.


White color preview on #D54A95 background

This text has white color on #D54A95 background.


Related colors

Complementary color

Complementary color for #hex is #2AB56A.


I love getcolorcode.com

Triadic colors

1 #95D54A and #4A95D5 with #D54A95 are triadic colors.

2 #954AD5 and #4AD595 with #D54A95 are triadic colors.