COLOR #D57FD5

HEX: #D57FD5
RGB: (213,127,213)

Color info

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

RGB color model

#D57FD5 color RGB value is (213,127,213).

  • red value is 213;
  • green value is 127;
  • blue value is 213.
RGB:
(213,127,213)
(84%,50%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 127 of 255 = 50%
B 213 of 255 = 84%

213
127
213

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

Portions of RGB colors in percentages

R + G + B =
213 + 127 + 213 = 553 (100%)
R 213 of 553 ~ 38.52%
G 127 of 553 ~ 22.97%
B 213 of 553 ~ 38.52%

%38.52
%22.97
%38.52

CMYK color model

#D57FD5 color CMYK value is (0,40,0,16).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(0,40,0,16)
C0M40Y0K16 
(0%,40%,0%,16%)
(0.00/0.40/0.00/0.16)	

CMYK percentages

%0
%40.38
%0
%16.47

Codes

Color #D57FD5 in popluar color models

D57FD5
RGB213127213
HSL300°50.59%66.67%
HSB/HSV300°40.38%83.53%
CMYK0.00%40.38%0.00%
16.47%

Color #D57FD5 in popluar number systems.

HEXD57FD5
Decimal213127213
Binary11010101111111111010101
Octal325177325

Shades and tints

Shades of #D57FD5

#D57FD5
(213,127,213)
#C274C2
(194,116,194)
#AF69AF
(175,105,175)
#9C5E9C
(156,94,156)
#895389
(137,83,137)
#764876
(118,72,118)
#633D63
(99,61,99)
#503250
(80,50,80)
#3D273D
(61,39,61)
#2A1C2A
(42,28,42)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #D57FD5

#D57FD5
(213,127,213)
#D88AD8
(216,138,216)
#DB95DB
(219,149,219)
#DEA0DE
(222,160,222)
#E1ABE1
(225,171,225)
#E4B6E4
(228,182,228)
#E7C1E7
(231,193,231)
#EACCEA
(234,204,234)
#EDD7ED
(237,215,237)
#F0E2F0
(240,226,240)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57FD5; }

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

This text font color is #D57FD5.


Background Color

.myBgColor { background-color: #D57FD5; }

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

This div background color is #D57FD5.


Border color

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

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

This div border color is #D57FD5.


Opacity

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

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

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

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

This text has shadow with #D57FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57FD5 on black background.


Color preview on white background

This text has color #D57FD5 on white background.



Black color preview on #D57FD5 background

This text has black color on #D57FD5 background.


White color preview on #D57FD5 background

This text has white color on #D57FD5 background.