COLOR #D55E8E

HEX: #D55E8E
RGB: (213,94,142)

Color info

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

RGB color model

#D55E8E color RGB value is (213,94,142).

  • red value is 213;
  • green value is 94;
  • blue value is 142.
RGB:
(213,94,142)
(84%,37%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 94 of 255 = 37%
B 142 of 255 = 56%

213
94
142

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

Portions of RGB colors in percentages

R + G + B =
213 + 94 + 142 = 449 (100%)
R 213 of 449 ~ 47.44%
G 94 of 449 ~ 20.94%
B 142 of 449 ~ 31.63%

%47.44
%20.94
%31.63

CMYK color model

#D55E8E color CMYK value is (0,56,33,16).

  • cyan value is 0.00%
  • magenta value is 55.87%
  • yellow value is 33.33%
  • key color value is 16.47%
CMYK:
(0,56,33,16)
C0M56Y33K16 
(0%,56%,33%,16%)
(0.00/0.56/0.33/0.16)	

CMYK percentages

%0
%55.87
%33.33
%16.47

Codes

Color #D55E8E in popluar color models

D55E8E
RGB21394142
HSL336°58.62%60.20%
HSB/HSV336°55.87%83.53%
CMYK0.00%55.87%33.33%
16.47%

Color #D55E8E in popluar number systems.

HEXD55E8E
Decimal21394142
Binary11010101101111010001110
Octal325136216

Shades and tints

Shades of #D55E8E

#D55E8E
(213,94,142)
#C25682
(194,86,130)
#AF4E76
(175,78,118)
#9C466A
(156,70,106)
#893E5E
(137,62,94)
#763652
(118,54,82)
#632E46
(99,46,70)
#50263A
(80,38,58)
#3D1E2E
(61,30,46)
#2A1622
(42,22,34)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #D55E8E

#D55E8E
(213,94,142)
#D86C98
(216,108,152)
#DB7AA2
(219,122,162)
#DE88AC
(222,136,172)
#E196B6
(225,150,182)
#E4A4C0
(228,164,192)
#E7B2CA
(231,178,202)
#EAC0D4
(234,192,212)
#EDCEDE
(237,206,222)
#F0DCE8
(240,220,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55E8E color. Also use rgb(213,94,142) instead hex code.

Text Font Color

.myTextColor { color: #D55E8E; }

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

This text font color is #D55E8E.


Background Color

.myBgColor { background-color: #D55E8E; }

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

This div background color is #D55E8E.


Border color

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

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

This div border color is #D55E8E.


Opacity

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

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

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

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

This text has shadow with #D55E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55E8E on black background.


Color preview on white background

This text has color #D55E8E on white background.



Black color preview on #D55E8E background

This text has black color on #D55E8E background.


White color preview on #D55E8E background

This text has white color on #D55E8E background.