COLOR #D28AE1

HEX: #D28AE1
RGB: (210,138,225)

Color info

#D28AE1 contains mainly red and blue colors. Web safe color of #D28AE1 is #CC99CC (or #C9C).

RGB color model

#D28AE1 color RGB value is (210,138,225).

  • red value is 210;
  • green value is 138;
  • blue value is 225.
RGB:
(210,138,225)
(82%,54%,88%)

RGB channels and saturation

R 210 of 255 = 82%
G 138 of 255 = 54%
B 225 of 255 = 88%

210
138
225

R + G + B ~ 75%. #D28AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 225 = 573 (100%)
R 210 of 573 ~ 36.65%
G 138 of 573 ~ 24.08%
B 225 of 573 ~ 39.27%

%36.65
%24.08
%39.27

CMYK color model

#D28AE1 color CMYK value is (7,39,0,12).

  • cyan value is 6.67%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(7,39,0,12)
C7M39Y0K12 
(7%,39%,0%,12%)
(0.07/0.39/0.00/0.12)	

CMYK percentages

%6.67
%38.67
%0
%11.76

Codes

Color #D28AE1 in popluar color models

D28AE1
RGB210138225
HSL290°59.18%71.18%
HSB/HSV290°38.67%88.24%
CMYK6.67%38.67%0.00%
11.76%

Color #D28AE1 in popluar number systems.

HEXD28AE1
Decimal210138225
Binary110100101000101011100001
Octal322212341

Shades and tints

Shades of #D28AE1

#D28AE1
(210,138,225)
#BF7ECD
(191,126,205)
#AC72B9
(172,114,185)
#9966A5
(153,102,165)
#865A91
(134,90,145)
#734E7D
(115,78,125)
#604269
(96,66,105)
#4D3655
(77,54,85)
#3A2A41
(58,42,65)
#271E2D
(39,30,45)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #D28AE1

#D28AE1
(210,138,225)
#D694E3
(214,148,227)
#DA9EE5
(218,158,229)
#DEA8E7
(222,168,231)
#E2B2E9
(226,178,233)
#E6BCEB
(230,188,235)
#EAC6ED
(234,198,237)
#EED0EF
(238,208,239)
#F2DAF1
(242,218,241)
#F6E4F3
(246,228,243)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28AE1 color. Also use rgb(210,138,225) instead hex code.

Text Font Color

.myTextColor { color: #D28AE1; }

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

This text font color is #D28AE1.


Background Color

.myBgColor { background-color: #D28AE1; }

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

This div background color is #D28AE1.


Border color

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

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

This div border color is #D28AE1.


Opacity

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

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

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

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

This text has shadow with #D28AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28AE1 on black background.


Color preview on white background

This text has color #D28AE1 on white background.



Black color preview on #D28AE1 background

This text has black color on #D28AE1 background.


White color preview on #D28AE1 background

This text has white color on #D28AE1 background.