COLOR #D57CDE

HEX: #D57CDE
RGB: (213,124,222)

Color info

#D57CDE contains mainly red and blue colors. Web safe color of #D57CDE is #CC66CC (or #C6C).

RGB color model

#D57CDE color RGB value is (213,124,222).

  • red value is 213;
  • green value is 124;
  • blue value is 222.
RGB:
(213,124,222)
(84%,49%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 124 of 255 = 49%
B 222 of 255 = 87%

213
124
222

R + G + B ~ 73%. #D57CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 124 + 222 = 559 (100%)
R 213 of 559 ~ 38.1%
G 124 of 559 ~ 22.18%
B 222 of 559 ~ 39.71%

%38.1
%22.18
%39.71

CMYK color model

#D57CDE color CMYK value is (4,44,0,13).

  • cyan value is 4.05%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,44,0,13)
C4M44Y0K13 
(4%,44%,0%,13%)
(0.04/0.44/0.00/0.13)	

CMYK percentages

%4.05
%44.14
%0
%12.94

Codes

Color #D57CDE in popluar color models

D57CDE
RGB213124222
HSL294°59.76%67.84%
HSB/HSV294°44.14%87.06%
CMYK4.05%44.14%0.00%
12.94%

Color #D57CDE in popluar number systems.

HEXD57CDE
Decimal213124222
Binary11010101111110011011110
Octal325174336

Shades and tints

Shades of #D57CDE

#D57CDE
(213,124,222)
#C271CA
(194,113,202)
#AF66B6
(175,102,182)
#9C5BA2
(156,91,162)
#89508E
(137,80,142)
#76457A
(118,69,122)
#633A66
(99,58,102)
#502F52
(80,47,82)
#3D243E
(61,36,62)
#2A192A
(42,25,42)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #D57CDE

#D57CDE
(213,124,222)
#D887E1
(216,135,225)
#DB92E4
(219,146,228)
#DE9DE7
(222,157,231)
#E1A8EA
(225,168,234)
#E4B3ED
(228,179,237)
#E7BEF0
(231,190,240)
#EAC9F3
(234,201,243)
#EDD4F6
(237,212,246)
#F0DFF9
(240,223,249)
#F3EAFC
(243,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57CDE color. Also use rgb(213,124,222) instead hex code.

Text Font Color

.myTextColor { color: #D57CDE; }

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

This text font color is #D57CDE.


Background Color

.myBgColor { background-color: #D57CDE; }

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

This div background color is #D57CDE.


Border color

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

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

This div border color is #D57CDE.


Opacity

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

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

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

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

This text has shadow with #D57CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57CDE on black background.


Color preview on white background

This text has color #D57CDE on white background.



Black color preview on #D57CDE background

This text has black color on #D57CDE background.


White color preview on #D57CDE background

This text has white color on #D57CDE background.