COLOR #D55578

HEX: #D55578 RGB: (213,85,120)

Color info

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

RGB color model

#D55578 color RGB value is (213,85,120).

RGB: (213,85,120) (84%, 33%, 47%)

RGB channels and saturation

R 213 of 255 = 84%
G 85 of 255 = 33%
B 120 of 255 = 47%

213
85
120

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

Portions of RGB colors in percentages

R + G + B = 213 + 85 + 120 = 418 (100%)
R 213 of 418 ~ 50.96%
G 85 of 418 ~ 20.33%
B 120 of 418 ~ 28.71'%

%50.96
%20.33
%28.71

CMYK color model

#D55578 color CMYK value is (0,60,44,16).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 43.66%
  • key color value is 16.47%

CMYK: (0,60,44,16)
C0M60Y44K16 (0%, 60%, 44%, 16%)
(0.00 / 0.60 / 0.44 / 0.16)

CMYK percentages

%0
%60.09
%43.66
%16.47

Codes

Color #D55578 in popluar color models

D5 55 78
RGB 213 85 120
HSL 344° 60.38% 58.43%
HSB/HSV 344° 60.09% 83.53%
CMYK 0.00% 60.09% 43.66%
16.47%

Color #D55578 in popluar number systems.

HEX D5 55 78
Decimal 213 85 120
Binary 11010101 1010101 1111000
Octal 325 125 170

Shades and tints

Shades of #D55578

#D55578
(213,85,120)
#C24E6E
(194,78,110)
#AF4764
(175,71,100)
#9C405A
(156,64,90)
#893950
(137,57,80)
#763246
(118,50,70)
#632B3C
(99,43,60)
#502432
(80,36,50)
#3D1D28
(61,29,40)
#2A161E
(42,22,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #D55578

#D55578
(213,85,120)
#D86484
(216,100,132)
#DB7390
(219,115,144)
#DE829C
(222,130,156)
#E191A8
(225,145,168)
#E4A0B4
(228,160,180)
#E7AFC0
(231,175,192)
#EABECC
(234,190,204)
#EDCDD8
(237,205,216)
#F0DCE4
(240,220,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55578 color. Also use rgb(213,85,120) instead hex code.

Text Font Color

.myTextColor { color: #D55578; }

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

This text font color is #D55578.

Background Color

.myBgColor { background-color: #D55578; }

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

This div background color is #D55578.

Border color

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

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

This div border color is #D55578.

Opacity

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

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

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

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

This text has shadow with #D55578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D55578.

Preview

Color preview on black background

This text has color #D55578 on black background.


Color preview on white background

This text has color #D55578 on white background.


Black color preview on #D55578 background

This text has black color on #D55578 background.


White color preview on #D55578 background

This text has white color on #D55578 background.


Related colors

Complementary color

Complementary color for #hex is #2AAA87.


I love getcolorcode.com

Triadic colors

1 #78D555 and #5578D5 with #D55578 are triadic colors.

2 #7855D5 and #55D578 with #D55578 are triadic colors.