COLOR #D5547D

HEX: #D5547D
RGB: (213,84,125)

Color info

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

RGB color model

#D5547D color RGB value is (213,84,125).

  • red value is 213;
  • green value is 84;
  • blue value is 125.
RGB:
(213,84,125)
(84%,33%,49%)

RGB channels and saturation

R 213 of 255 = 84%
G 84 of 255 = 33%
B 125 of 255 = 49%

213
84
125

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

Portions of RGB colors in percentages

R + G + B =
213 + 84 + 125 = 422 (100%)
R 213 of 422 ~ 50.47%
G 84 of 422 ~ 19.91%
B 125 of 422 ~ 29.62%

%50.47
%19.91
%29.62

CMYK color model

#D5547D color CMYK value is (0,61,41,16).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK:
(0,61,41,16)
C0M61Y41K16 
(0%,61%,41%,16%)
(0.00/0.61/0.41/0.16)	

CMYK percentages

%0
%60.56
%41.31
%16.47

Codes

Color #D5547D in popluar color models

D5547D
RGB21384125
HSL341°60.56%58.24%
HSB/HSV341°60.56%83.53%
CMYK0.00%60.56%41.31%
16.47%

Color #D5547D in popluar number systems.

HEXD5547D
Decimal21384125
Binary1101010110101001111101
Octal325124175

Shades and tints

Shades of #D5547D

#D5547D
(213,84,125)
#C24D72
(194,77,114)
#AF4667
(175,70,103)
#9C3F5C
(156,63,92)
#893851
(137,56,81)
#763146
(118,49,70)
#632A3B
(99,42,59)
#502330
(80,35,48)
#3D1C25
(61,28,37)
#2A151A
(42,21,26)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #D5547D

#D5547D
(213,84,125)
#D86388
(216,99,136)
#DB7293
(219,114,147)
#DE819E
(222,129,158)
#E190A9
(225,144,169)
#E49FB4
(228,159,180)
#E7AEBF
(231,174,191)
#EABDCA
(234,189,202)
#EDCCD5
(237,204,213)
#F0DBE0
(240,219,224)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5547D color. Also use rgb(213,84,125) instead hex code.

Text Font Color

.myTextColor { color: #D5547D; }

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

This text font color is #D5547D.


Background Color

.myBgColor { background-color: #D5547D; }

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

This div background color is #D5547D.


Border color

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

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

This div border color is #D5547D.


Opacity

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

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

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

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

This text has shadow with #D5547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5547D on black background.


Color preview on white background

This text has color #D5547D on white background.



Black color preview on #D5547D background

This text has black color on #D5547D background.


White color preview on #D5547D background

This text has white color on #D5547D background.