COLOR #D28AD2

HEX: #D28AD2
RGB: (210,138,210)

Color info

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

RGB color model

#D28AD2 color RGB value is (210,138,210).

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

RGB channels and saturation

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

210
138
210

R + G + B ~ 73%. #D28AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 138 + 210 = 558 (100%)
R 210 of 558 ~ 37.63%
G 138 of 558 ~ 24.73%
B 210 of 558 ~ 37.63%

%37.63
%24.73
%37.63

CMYK color model

#D28AD2 color CMYK value is (0,34,0,18).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(0,34,0,18)
C0M34Y0K18 
(0%,34%,0%,18%)
(0.00/0.34/0.00/0.18)	

CMYK percentages

%0
%34.29
%0
%17.65

Codes

Color #D28AD2 in popluar color models

D28AD2
RGB210138210
HSL300°44.44%68.24%
HSB/HSV300°34.29%82.35%
CMYK0.00%34.29%0.00%
17.65%

Color #D28AD2 in popluar number systems.

HEXD28AD2
Decimal210138210
Binary110100101000101011010010
Octal322212322

Shades and tints

Shades of #D28AD2

#D28AD2
(210,138,210)
#BF7EBF
(191,126,191)
#AC72AC
(172,114,172)
#996699
(153,102,153)
#865A86
(134,90,134)
#734E73
(115,78,115)
#604260
(96,66,96)
#4D364D
(77,54,77)
#3A2A3A
(58,42,58)
#271E27
(39,30,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D28AD2

#D28AD2
(210,138,210)
#D694D6
(214,148,214)
#DA9EDA
(218,158,218)
#DEA8DE
(222,168,222)
#E2B2E2
(226,178,226)
#E6BCE6
(230,188,230)
#EAC6EA
(234,198,234)
#EED0EE
(238,208,238)
#F2DAF2
(242,218,242)
#F6E4F6
(246,228,246)
#FAEEFA
(250,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28AD2; }

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

This text font color is #D28AD2.


Background Color

.myBgColor { background-color: #D28AD2; }

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

This div background color is #D28AD2.


Border color

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

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

This div border color is #D28AD2.


Opacity

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

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

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

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

This text has shadow with #D28AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28AD2 on black background.


Color preview on white background

This text has color #D28AD2 on white background.



Black color preview on #D28AD2 background

This text has black color on #D28AD2 background.


White color preview on #D28AD2 background

This text has white color on #D28AD2 background.