COLOR #D55D6A

HEX: #D55D6A RGB: (213,93,106)

Color info

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

RGB color model

#D55D6A color RGB value is (213,93,106).

RGB: (213,93,106) (84%, 36%, 42%)

RGB channels and saturation

R 213 of 255 = 84%
G 93 of 255 = 36%
B 106 of 255 = 42%

213
93
106

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

Portions of RGB colors in percentages

R + G + B = 213 + 93 + 106 = 412 (100%)
R 213 of 412 ~ 51.7%
G 93 of 412 ~ 22.57%
B 106 of 412 ~ 25.73'%

%51.7
%22.57
%25.73

CMYK color model

#D55D6A color CMYK value is (0,56,50,16).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 50.23%
  • key color value is 16.47%

CMYK: (0,56,50,16)
C0M56Y50K16 (0%, 56%, 50%, 16%)
(0.00 / 0.56 / 0.50 / 0.16)

CMYK percentages

%0
%56.34
%50.23
%16.47

Codes

Color #D55D6A in popluar color models

D5 5D 6A
RGB 213 93 106
HSL 354° 58.82% 60.00%
HSB/HSV 354° 56.34% 83.53%
CMYK 0.00% 56.34% 50.23%
16.47%

Color #D55D6A in popluar number systems.

HEX D5 5D 6A
Decimal 213 93 106
Binary 11010101 1011101 1101010
Octal 325 135 152

Shades and tints

Shades of #D55D6A

#D55D6A
(213,93,106)
#C25561
(194,85,97)
#AF4D58
(175,77,88)
#9C454F
(156,69,79)
#893D46
(137,61,70)
#76353D
(118,53,61)
#632D34
(99,45,52)
#50252B
(80,37,43)
#3D1D22
(61,29,34)
#2A1519
(42,21,25)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #D55D6A

#D55D6A
(213,93,106)
#D86B77
(216,107,119)
#DB7984
(219,121,132)
#DE8791
(222,135,145)
#E1959E
(225,149,158)
#E4A3AB
(228,163,171)
#E7B1B8
(231,177,184)
#EABFC5
(234,191,197)
#EDCDD2
(237,205,210)
#F0DBDF
(240,219,223)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55D6A color. Also use rgb(213,93,106) instead hex code.

Text Font Color

.myTextColor { color: #D55D6A; }

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

This text font color is #D55D6A.

Background Color

.myBgColor { background-color: #D55D6A; }

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

This div background color is #D55D6A.

Border color

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

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

This div border color is #D55D6A.

Opacity

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

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

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

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

This text has shadow with #D55D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D55D6A.

Preview

Color preview on black background

This text has color #D55D6A on black background.


Color preview on white background

This text has color #D55D6A on white background.


Black color preview on #D55D6A background

This text has black color on #D55D6A background.


White color preview on #D55D6A background

This text has white color on #D55D6A background.


Related colors

Complementary color

Complementary color for #hex is #2AA295.


I love getcolorcode.com

Triadic colors

1 #6AD55D and #5D6AD5 with #D55D6A are triadic colors.

2 #6A5DD5 and #5DD56A with #D55D6A are triadic colors.