COLOR #D55C58

HEX: #D55C58
RGB: (213,92,88)

Color info

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

RGB color model

#D55C58 color RGB value is (213,92,88).

  • red value is 213;
  • green value is 92;
  • blue value is 88.
RGB:
(213,92,88)
(84%,36%,35%)

RGB channels and saturation

R 213 of 255 = 84%
G 92 of 255 = 36%
B 88 of 255 = 35%

213
92
88

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

Portions of RGB colors in percentages

R + G + B =
213 + 92 + 88 = 393 (100%)
R 213 of 393 ~ 54.2%
G 92 of 393 ~ 23.41%
B 88 of 393 ~ 22.39%

%54.2
%23.41
%22.39

CMYK color model

#D55C58 color CMYK value is (0,57,59,16).

  • cyan value is 0.00%
  • magenta value is 56.81%
  • yellow value is 58.69%
  • key color value is 16.47%
CMYK:
(0,57,59,16)
C0M57Y59K16 
(0%,57%,59%,16%)
(0.00/0.57/0.59/0.16)	

CMYK percentages

%0
%56.81
%58.69
%16.47

Codes

Color #D55C58 in popluar color models

D55C58
RGB2139288
HSL59.81%59.02%
HSB/HSV58.69%83.53%
CMYK0.00%56.81%58.69%
16.47%

Color #D55C58 in popluar number systems.

HEXD55C58
Decimal2139288
Binary1101010110111001011000
Octal325134130

Shades and tints

Shades of #D55C58

#D55C58
(213,92,88)
#C25450
(194,84,80)
#AF4C48
(175,76,72)
#9C4440
(156,68,64)
#893C38
(137,60,56)
#763430
(118,52,48)
#632C28
(99,44,40)
#502420
(80,36,32)
#3D1C18
(61,28,24)
#2A1410
(42,20,16)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #D55C58

#D55C58
(213,92,88)
#D86A67
(216,106,103)
#DB7876
(219,120,118)
#DE8685
(222,134,133)
#E19494
(225,148,148)
#E4A2A3
(228,162,163)
#E7B0B2
(231,176,178)
#EABEC1
(234,190,193)
#EDCCD0
(237,204,208)
#F0DADF
(240,218,223)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55C58 color. Also use rgb(213,92,88) instead hex code.

Text Font Color

.myTextColor { color: #D55C58; }

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

This text font color is #D55C58.


Background Color

.myBgColor { background-color: #D55C58; }

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

This div background color is #D55C58.


Border color

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

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

This div border color is #D55C58.


Opacity

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

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

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

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

This text has shadow with #D55C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55C58 on black background.


Color preview on white background

This text has color #D55C58 on white background.



Black color preview on #D55C58 background

This text has black color on #D55C58 background.


White color preview on #D55C58 background

This text has white color on #D55C58 background.