COLOR #D57FB2

HEX: #D57FB2
RGB: (213,127,178)

Color info

#D57FB2 contains mainly red and blue colors. Web safe color of #D57FB2 is #CC6699 (or #C69).

RGB color model

#D57FB2 color RGB value is (213,127,178).

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

RGB channels and saturation

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

213
127
178

R + G + B ~ 68%. #D57FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 127 + 178 = 518 (100%)
R 213 of 518 ~ 41.12%
G 127 of 518 ~ 24.52%
B 178 of 518 ~ 34.36%

%41.12
%24.52
%34.36

CMYK color model

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

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

CMYK percentages

%0
%40.38
%16.43
%16.47

Codes

Color #D57FB2 in popluar color models

D57FB2
RGB213127178
HSL324°50.59%66.67%
HSB/HSV324°40.38%83.53%
CMYK0.00%40.38%16.43%
16.47%

Color #D57FB2 in popluar number systems.

HEXD57FB2
Decimal213127178
Binary11010101111111110110010
Octal325177262

Shades and tints

Shades of #D57FB2

#D57FB2
(213,127,178)
#C274A2
(194,116,162)
#AF6992
(175,105,146)
#9C5E82
(156,94,130)
#895372
(137,83,114)
#764862
(118,72,98)
#633D52
(99,61,82)
#503242
(80,50,66)
#3D2732
(61,39,50)
#2A1C22
(42,28,34)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D57FB2

#D57FB2
(213,127,178)
#D88AB9
(216,138,185)
#DB95C0
(219,149,192)
#DEA0C7
(222,160,199)
#E1ABCE
(225,171,206)
#E4B6D5
(228,182,213)
#E7C1DC
(231,193,220)
#EACCE3
(234,204,227)
#EDD7EA
(237,215,234)
#F0E2F1
(240,226,241)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57FB2; }

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

This text font color is #D57FB2.


Background Color

.myBgColor { background-color: #D57FB2; }

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

This div background color is #D57FB2.


Border color

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

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

This div border color is #D57FB2.


Opacity

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

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

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

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

This text has shadow with #D57FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57FB2 on black background.


Color preview on white background

This text has color #D57FB2 on white background.



Black color preview on #D57FB2 background

This text has black color on #D57FB2 background.


White color preview on #D57FB2 background

This text has white color on #D57FB2 background.