COLOR #D257AB

HEX: #D257AB
RGB: (210,87,171)

Color info

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

RGB color model

#D257AB color RGB value is (210,87,171).

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

RGB channels and saturation

R 210 of 255 = 82%
G 87 of 255 = 34%
B 171 of 255 = 67%

210
87
171

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

Portions of RGB colors in percentages

R + G + B =
210 + 87 + 171 = 468 (100%)
R 210 of 468 ~ 44.87%
G 87 of 468 ~ 18.59%
B 171 of 468 ~ 36.54%

%44.87
%18.59
%36.54

CMYK color model

#D257AB color CMYK value is (0,59,19,18).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(0,59,19,18)
C0M59Y19K18 
(0%,59%,19%,18%)
(0.00/0.59/0.19/0.18)	

CMYK percentages

%0
%58.57
%18.57
%17.65

Codes

Color #D257AB in popluar color models

D257AB
RGB21087171
HSL319°57.75%58.24%
HSB/HSV319°58.57%82.35%
CMYK0.00%58.57%18.57%
17.65%

Color #D257AB in popluar number systems.

HEXD257AB
Decimal21087171
Binary11010010101011110101011
Octal322127253

Shades and tints

Shades of #D257AB

#D257AB
(210,87,171)
#BF509C
(191,80,156)
#AC498D
(172,73,141)
#99427E
(153,66,126)
#863B6F
(134,59,111)
#733460
(115,52,96)
#602D51
(96,45,81)
#4D2642
(77,38,66)
#3A1F33
(58,31,51)
#271824
(39,24,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #D257AB

#D257AB
(210,87,171)
#D666B2
(214,102,178)
#DA75B9
(218,117,185)
#DE84C0
(222,132,192)
#E293C7
(226,147,199)
#E6A2CE
(230,162,206)
#EAB1D5
(234,177,213)
#EEC0DC
(238,192,220)
#F2CFE3
(242,207,227)
#F6DEEA
(246,222,234)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D257AB; }

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

This text font color is #D257AB.


Background Color

.myBgColor { background-color: #D257AB; }

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

This div background color is #D257AB.


Border color

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

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

This div border color is #D257AB.


Opacity

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

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

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

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

This text has shadow with #D257AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D257AB on black background.


Color preview on white background

This text has color #D257AB on white background.



Black color preview on #D257AB background

This text has black color on #D257AB background.


White color preview on #D257AB background

This text has white color on #D257AB background.