COLOR #D54B7F

HEX: #D54B7F
RGB: (213,75,127)

Color info

#D54B7F contains mainly red color. Web safe color of #D54B7F is #CC3366 (or #C36).

RGB color model

#D54B7F color RGB value is (213,75,127).

  • red value is 213;
  • green value is 75;
  • blue value is 127.
RGB:
(213,75,127)
(84%,29%,50%)

RGB channels and saturation

R 213 of 255 = 84%
G 75 of 255 = 29%
B 127 of 255 = 50%

213
75
127

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

Portions of RGB colors in percentages

R + G + B =
213 + 75 + 127 = 415 (100%)
R 213 of 415 ~ 51.33%
G 75 of 415 ~ 18.07%
B 127 of 415 ~ 30.6%

%51.33
%18.07
%30.6

CMYK color model

#D54B7F color CMYK value is (0,65,40,16).

  • cyan value is 0.00%
  • magenta value is 64.79%
  • yellow value is 40.38%
  • key color value is 16.47%
CMYK:
(0,65,40,16)
C0M65Y40K16 
(0%,65%,40%,16%)
(0.00/0.65/0.40/0.16)	

CMYK percentages

%0
%64.79
%40.38
%16.47

Codes

Color #D54B7F in popluar color models

D54B7F
RGB21375127
HSL337°62.16%56.47%
HSB/HSV337°64.79%83.53%
CMYK0.00%64.79%40.38%
16.47%

Color #D54B7F in popluar number systems.

HEXD54B7F
Decimal21375127
Binary1101010110010111111111
Octal325113177

Shades and tints

Shades of #D54B7F

#D54B7F
(213,75,127)
#C24574
(194,69,116)
#AF3F69
(175,63,105)
#9C395E
(156,57,94)
#893353
(137,51,83)
#762D48
(118,45,72)
#63273D
(99,39,61)
#502132
(80,33,50)
#3D1B27
(61,27,39)
#2A151C
(42,21,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #D54B7F

#D54B7F
(213,75,127)
#D85B8A
(216,91,138)
#DB6B95
(219,107,149)
#DE7BA0
(222,123,160)
#E18BAB
(225,139,171)
#E49BB6
(228,155,182)
#E7ABC1
(231,171,193)
#EABBCC
(234,187,204)
#EDCBD7
(237,203,215)
#F0DBE2
(240,219,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54B7F color. Also use rgb(213,75,127) instead hex code.

Text Font Color

.myTextColor { color: #D54B7F; }

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

This text font color is #D54B7F.


Background Color

.myBgColor { background-color: #D54B7F; }

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

This div background color is #D54B7F.


Border color

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

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

This div border color is #D54B7F.


Opacity

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

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

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

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

This text has shadow with #D54B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54B7F on black background.


Color preview on white background

This text has color #D54B7F on white background.



Black color preview on #D54B7F background

This text has black color on #D54B7F background.


White color preview on #D54B7F background

This text has white color on #D54B7F background.