COLOR #D55993

HEX: #D55993
RGB: (213,89,147)

Color info

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

RGB color model

#D55993 color RGB value is (213,89,147).

  • red value is 213;
  • green value is 89;
  • blue value is 147.
RGB:
(213,89,147)
(84%,35%,58%)

RGB channels and saturation

R 213 of 255 = 84%
G 89 of 255 = 35%
B 147 of 255 = 58%

213
89
147

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

Portions of RGB colors in percentages

R + G + B =
213 + 89 + 147 = 449 (100%)
R 213 of 449 ~ 47.44%
G 89 of 449 ~ 19.82%
B 147 of 449 ~ 32.74%

%47.44
%19.82
%32.74

CMYK color model

#D55993 color CMYK value is (0,58,31,16).

  • cyan value is 0.00%
  • magenta value is 58.22%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,58,31,16)
C0M58Y31K16 
(0%,58%,31%,16%)
(0.00/0.58/0.31/0.16)	

CMYK percentages

%0
%58.22
%30.99
%16.47

Codes

Color #D55993 in popluar color models

D55993
RGB21389147
HSL332°59.62%59.22%
HSB/HSV332°58.22%83.53%
CMYK0.00%58.22%30.99%
16.47%

Color #D55993 in popluar number systems.

HEXD55993
Decimal21389147
Binary11010101101100110010011
Octal325131223

Shades and tints

Shades of #D55993

#D55993
(213,89,147)
#C25186
(194,81,134)
#AF4979
(175,73,121)
#9C416C
(156,65,108)
#89395F
(137,57,95)
#763152
(118,49,82)
#632945
(99,41,69)
#502138
(80,33,56)
#3D192B
(61,25,43)
#2A111E
(42,17,30)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #D55993

#D55993
(213,89,147)
#D8689C
(216,104,156)
#DB77A5
(219,119,165)
#DE86AE
(222,134,174)
#E195B7
(225,149,183)
#E4A4C0
(228,164,192)
#E7B3C9
(231,179,201)
#EAC2D2
(234,194,210)
#EDD1DB
(237,209,219)
#F0E0E4
(240,224,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55993 color. Also use rgb(213,89,147) instead hex code.

Text Font Color

.myTextColor { color: #D55993; }

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

This text font color is #D55993.


Background Color

.myBgColor { background-color: #D55993; }

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

This div background color is #D55993.


Border color

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

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

This div border color is #D55993.


Opacity

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

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

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

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

This text has shadow with #D55993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55993 on black background.


Color preview on white background

This text has color #D55993 on white background.



Black color preview on #D55993 background

This text has black color on #D55993 background.


White color preview on #D55993 background

This text has white color on #D55993 background.