COLOR #D593E1

HEX: #D593E1
RGB: (213,147,225)

Color info

#D593E1 contains mainly red and blue colors. Web safe color of #D593E1 is #CC99CC (or #C9C).

RGB color model

#D593E1 color RGB value is (213,147,225).

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

RGB channels and saturation

R 213 of 255 = 84%
G 147 of 255 = 58%
B 225 of 255 = 88%

213
147
225

R + G + B ~ 77%. #D593E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 147 + 225 = 585 (100%)
R 213 of 585 ~ 36.41%
G 147 of 585 ~ 25.13%
B 225 of 585 ~ 38.46%

%36.41
%25.13
%38.46

CMYK color model

#D593E1 color CMYK value is (5,35,0,12).

  • cyan value is 5.33%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(5,35,0,12)
C5M35Y0K12 
(5%,35%,0%,12%)
(0.05/0.35/0.00/0.12)	

CMYK percentages

%5.33
%34.67
%0
%11.76

Codes

Color #D593E1 in popluar color models

D593E1
RGB213147225
HSL291°56.52%72.94%
HSB/HSV291°34.67%88.24%
CMYK5.33%34.67%0.00%
11.76%

Color #D593E1 in popluar number systems.

HEXD593E1
Decimal213147225
Binary110101011001001111100001
Octal325223341

Shades and tints

Shades of #D593E1

#D593E1
(213,147,225)
#C286CD
(194,134,205)
#AF79B9
(175,121,185)
#9C6CA5
(156,108,165)
#895F91
(137,95,145)
#76527D
(118,82,125)
#634569
(99,69,105)
#503855
(80,56,85)
#3D2B41
(61,43,65)
#2A1E2D
(42,30,45)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #D593E1

#D593E1
(213,147,225)
#D89CE3
(216,156,227)
#DBA5E5
(219,165,229)
#DEAEE7
(222,174,231)
#E1B7E9
(225,183,233)
#E4C0EB
(228,192,235)
#E7C9ED
(231,201,237)
#EAD2EF
(234,210,239)
#EDDBF1
(237,219,241)
#F0E4F3
(240,228,243)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D593E1; }

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

This text font color is #D593E1.


Background Color

.myBgColor { background-color: #D593E1; }

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

This div background color is #D593E1.


Border color

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

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

This div border color is #D593E1.


Opacity

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

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

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

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

This text has shadow with #D593E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D593E1 on black background.


Color preview on white background

This text has color #D593E1 on white background.



Black color preview on #D593E1 background

This text has black color on #D593E1 background.


White color preview on #D593E1 background

This text has white color on #D593E1 background.