COLOR #D28FA5

HEX: #D28FA5
RGB: (210,143,165)

Color info

#D28FA5 contains mainly red and blue colors. Web safe color of #D28FA5 is #CC9999 (or #C99).

RGB color model

#D28FA5 color RGB value is (210,143,165).

  • red value is 210;
  • green value is 143;
  • blue value is 165.
RGB:
(210,143,165)
(82%,56%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 143 of 255 = 56%
B 165 of 255 = 65%

210
143
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 143 + 165 = 518 (100%)
R 210 of 518 ~ 40.54%
G 143 of 518 ~ 27.61%
B 165 of 518 ~ 31.85%

%40.54
%27.61
%31.85

CMYK color model

#D28FA5 color CMYK value is (0,32,21,18).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 21.43%
  • key color value is 17.65%
CMYK:
(0,32,21,18)
C0M32Y21K18 
(0%,32%,21%,18%)
(0.00/0.32/0.21/0.18)	

CMYK percentages

%0
%31.9
%21.43
%17.65

Codes

Color #D28FA5 in popluar color models

D28FA5
RGB210143165
HSL340°42.68%69.22%
HSB/HSV340°31.90%82.35%
CMYK0.00%31.90%21.43%
17.65%

Color #D28FA5 in popluar number systems.

HEXD28FA5
Decimal210143165
Binary110100101000111110100101
Octal322217245

Shades and tints

Shades of #D28FA5

#D28FA5
(210,143,165)
#BF8296
(191,130,150)
#AC7587
(172,117,135)
#996878
(153,104,120)
#865B69
(134,91,105)
#734E5A
(115,78,90)
#60414B
(96,65,75)
#4D343C
(77,52,60)
#3A272D
(58,39,45)
#271A1E
(39,26,30)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #D28FA5

#D28FA5
(210,143,165)
#D699AD
(214,153,173)
#DAA3B5
(218,163,181)
#DEADBD
(222,173,189)
#E2B7C5
(226,183,197)
#E6C1CD
(230,193,205)
#EACBD5
(234,203,213)
#EED5DD
(238,213,221)
#F2DFE5
(242,223,229)
#F6E9ED
(246,233,237)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28FA5 color. Also use rgb(210,143,165) instead hex code.

Text Font Color

.myTextColor { color: #D28FA5; }

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

This text font color is #D28FA5.


Background Color

.myBgColor { background-color: #D28FA5; }

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

This div background color is #D28FA5.


Border color

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

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

This div border color is #D28FA5.


Opacity

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

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

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

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

This text has shadow with #D28FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28FA5 on black background.


Color preview on white background

This text has color #D28FA5 on white background.



Black color preview on #D28FA5 background

This text has black color on #D28FA5 background.


White color preview on #D28FA5 background

This text has white color on #D28FA5 background.