COLOR #D54F84

HEX: #D54F84
RGB: (213,79,132)

Color info

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

RGB color model

#D54F84 color RGB value is (213,79,132).

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

RGB channels and saturation

R 213 of 255 = 84%
G 79 of 255 = 31%
B 132 of 255 = 52%

213
79
132

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

Portions of RGB colors in percentages

R + G + B =
213 + 79 + 132 = 424 (100%)
R 213 of 424 ~ 50.24%
G 79 of 424 ~ 18.63%
B 132 of 424 ~ 31.13%

%50.24
%18.63
%31.13

CMYK color model

#D54F84 color CMYK value is (0,63,38,16).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 38.03%
  • key color value is 16.47%
CMYK:
(0,63,38,16)
C0M63Y38K16 
(0%,63%,38%,16%)
(0.00/0.63/0.38/0.16)	

CMYK percentages

%0
%62.91
%38.03
%16.47

Codes

Color #D54F84 in popluar color models

D54F84
RGB21379132
HSL336°61.47%57.25%
HSB/HSV336°62.91%83.53%
CMYK0.00%62.91%38.03%
16.47%

Color #D54F84 in popluar number systems.

HEXD54F84
Decimal21379132
Binary11010101100111110000100
Octal325117204

Shades and tints

Shades of #D54F84

#D54F84
(213,79,132)
#C24878
(194,72,120)
#AF416C
(175,65,108)
#9C3A60
(156,58,96)
#893354
(137,51,84)
#762C48
(118,44,72)
#63253C
(99,37,60)
#501E30
(80,30,48)
#3D1724
(61,23,36)
#2A1018
(42,16,24)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #D54F84

#D54F84
(213,79,132)
#D85F8F
(216,95,143)
#DB6F9A
(219,111,154)
#DE7FA5
(222,127,165)
#E18FB0
(225,143,176)
#E49FBB
(228,159,187)
#E7AFC6
(231,175,198)
#EABFD1
(234,191,209)
#EDCFDC
(237,207,220)
#F0DFE7
(240,223,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D54F84; }

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

This text font color is #D54F84.


Background Color

.myBgColor { background-color: #D54F84; }

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

This div background color is #D54F84.


Border color

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

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

This div border color is #D54F84.


Opacity

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

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

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

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

This text has shadow with #D54F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D54F84 on black background.


Color preview on white background

This text has color #D54F84 on white background.



Black color preview on #D54F84 background

This text has black color on #D54F84 background.


White color preview on #D54F84 background

This text has white color on #D54F84 background.