COLOR #D54F80

HEX: #D54F80
RGB: (213,79,128)

Color info

#D54F80 contains mainly red color. Web safe color of #D54F80 is #CC6666 (or #C66).

RGB color model

#D54F80 color RGB value is (213,79,128).

  • red value is 213;
  • green value is 79;
  • blue value is 128.
RGB:
(213,79,128)
(84%,31%,50%)

RGB channels and saturation

R 213 of 255 = 84%
G 79 of 255 = 31%
B 128 of 255 = 50%

213
79
128

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

Portions of RGB colors in percentages

R + G + B =
213 + 79 + 128 = 420 (100%)
R 213 of 420 ~ 50.71%
G 79 of 420 ~ 18.81%
B 128 of 420 ~ 30.48%

%50.71
%18.81
%30.48

CMYK color model

#D54F80 color CMYK value is (0,63,40,16).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 39.91%
  • key color value is 16.47%
CMYK:
(0,63,40,16)
C0M63Y40K16 
(0%,63%,40%,16%)
(0.00/0.63/0.40/0.16)	

CMYK percentages

%0
%62.91
%39.91
%16.47

Codes

Color #D54F80 in popluar color models

D54F80
RGB21379128
HSL338°61.47%57.25%
HSB/HSV338°62.91%83.53%
CMYK0.00%62.91%39.91%
16.47%

Color #D54F80 in popluar number systems.

HEXD54F80
Decimal21379128
Binary11010101100111110000000
Octal325117200

Shades and tints

Shades of #D54F80

#D54F80
(213,79,128)
#C24875
(194,72,117)
#AF416A
(175,65,106)
#9C3A5F
(156,58,95)
#893354
(137,51,84)
#762C49
(118,44,73)
#63253E
(99,37,62)
#501E33
(80,30,51)
#3D1728
(61,23,40)
#2A101D
(42,16,29)
#170912
(23,9,18)
#000000
(0,0,0)

Tints of #D54F80

#D54F80
(213,79,128)
#D85F8B
(216,95,139)
#DB6F96
(219,111,150)
#DE7FA1
(222,127,161)
#E18FAC
(225,143,172)
#E49FB7
(228,159,183)
#E7AFC2
(231,175,194)
#EABFCD
(234,191,205)
#EDCFD8
(237,207,216)
#F0DFE3
(240,223,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D54F80 color. Also use rgb(213,79,128) instead hex code.

Text Font Color

.myTextColor { color: #D54F80; }

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

This text font color is #D54F80.


Background Color

.myBgColor { background-color: #D54F80; }

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

This div background color is #D54F80.


Border color

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

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

This div border color is #D54F80.


Opacity

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

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

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

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

This text has shadow with #D54F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54F80 on black background.


Color preview on white background

This text has color #D54F80 on white background.



Black color preview on #D54F80 background

This text has black color on #D54F80 background.


White color preview on #D54F80 background

This text has white color on #D54F80 background.