COLOR #D457AB

HEX: #D457AB
RGB: (212,87,171)

Color info

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

RGB color model

#D457AB color RGB value is (212,87,171).

  • red value is 212;
  • green value is 87;
  • blue value is 171.
RGB:
(212,87,171)
(83%,34%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 87 of 255 = 34%
B 171 of 255 = 67%

212
87
171

R + G + B ~ 61%. #D457AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 87 + 171 = 470 (100%)
R 212 of 470 ~ 45.11%
G 87 of 470 ~ 18.51%
B 171 of 470 ~ 36.38%

%45.11
%18.51
%36.38

CMYK color model

#D457AB color CMYK value is (0,59,19,17).

  • cyan value is 0.00%
  • magenta value is 58.96%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,59,19,17)
C0M59Y19K17 
(0%,59%,19%,17%)
(0.00/0.59/0.19/0.17)	

CMYK percentages

%0
%58.96
%19.34
%16.86

Codes

Color #D457AB in popluar color models

D457AB
RGB21287171
HSL320°59.24%58.63%
HSB/HSV320°58.96%83.14%
CMYK0.00%58.96%19.34%
16.86%

Color #D457AB in popluar number systems.

HEXD457AB
Decimal21287171
Binary11010100101011110101011
Octal324127253

Shades and tints

Shades of #D457AB

#D457AB
(212,87,171)
#C1509C
(193,80,156)
#AE498D
(174,73,141)
#9B427E
(155,66,126)
#883B6F
(136,59,111)
#753460
(117,52,96)
#622D51
(98,45,81)
#4F2642
(79,38,66)
#3C1F33
(60,31,51)
#291824
(41,24,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #D457AB

#D457AB
(212,87,171)
#D766B2
(215,102,178)
#DA75B9
(218,117,185)
#DD84C0
(221,132,192)
#E093C7
(224,147,199)
#E3A2CE
(227,162,206)
#E6B1D5
(230,177,213)
#E9C0DC
(233,192,220)
#ECCFE3
(236,207,227)
#EFDEEA
(239,222,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D457AB color. Also use rgb(212,87,171) instead hex code.

Text Font Color

.myTextColor { color: #D457AB; }

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

This text font color is #D457AB.


Background Color

.myBgColor { background-color: #D457AB; }

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

This div background color is #D457AB.


Border color

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

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

This div border color is #D457AB.


Opacity

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

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

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

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

This text has shadow with #D457AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D457AB on black background.


Color preview on white background

This text has color #D457AB on white background.



Black color preview on #D457AB background

This text has black color on #D457AB background.


White color preview on #D457AB background

This text has white color on #D457AB background.