COLOR #D58EC3

HEX: #D58EC3
RGB: (213,142,195)

Color info

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

RGB color model

#D58EC3 color RGB value is (213,142,195).

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

RGB channels and saturation

R 213 of 255 = 84%
G 142 of 255 = 56%
B 195 of 255 = 76%

213
142
195

R + G + B ~ 72%. #D58EC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 142 + 195 = 550 (100%)
R 213 of 550 ~ 38.73%
G 142 of 550 ~ 25.82%
B 195 of 550 ~ 35.45%

%38.73
%25.82
%35.45

CMYK color model

#D58EC3 color CMYK value is (0,33,8,16).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(0,33,8,16)
C0M33Y8K16 
(0%,33%,8%,16%)
(0.00/0.33/0.08/0.16)	

CMYK percentages

%0
%33.33
%8.45
%16.47

Codes

Color #D58EC3 in popluar color models

D58EC3
RGB213142195
HSL315°45.81%69.61%
HSB/HSV315°33.33%83.53%
CMYK0.00%33.33%8.45%
16.47%

Color #D58EC3 in popluar number systems.

HEXD58EC3
Decimal213142195
Binary110101011000111011000011
Octal325216303

Shades and tints

Shades of #D58EC3

#D58EC3
(213,142,195)
#C282B2
(194,130,178)
#AF76A1
(175,118,161)
#9C6A90
(156,106,144)
#895E7F
(137,94,127)
#76526E
(118,82,110)
#63465D
(99,70,93)
#503A4C
(80,58,76)
#3D2E3B
(61,46,59)
#2A222A
(42,34,42)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #D58EC3

#D58EC3
(213,142,195)
#D898C8
(216,152,200)
#DBA2CD
(219,162,205)
#DEACD2
(222,172,210)
#E1B6D7
(225,182,215)
#E4C0DC
(228,192,220)
#E7CAE1
(231,202,225)
#EAD4E6
(234,212,230)
#EDDEEB
(237,222,235)
#F0E8F0
(240,232,240)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D58EC3; }

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

This text font color is #D58EC3.


Background Color

.myBgColor { background-color: #D58EC3; }

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

This div background color is #D58EC3.


Border color

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

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

This div border color is #D58EC3.


Opacity

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

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

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

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

This text has shadow with #D58EC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58EC3 on black background.


Color preview on white background

This text has color #D58EC3 on white background.



Black color preview on #D58EC3 background

This text has black color on #D58EC3 background.


White color preview on #D58EC3 background

This text has white color on #D58EC3 background.