COLOR #D28DD1

HEX: #D28DD1
RGB: (210,141,209)

Color info

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

RGB color model

#D28DD1 color RGB value is (210,141,209).

  • red value is 210;
  • green value is 141;
  • blue value is 209.
RGB:
(210,141,209)
(82%,55%,82%)

RGB channels and saturation

R 210 of 255 = 82%
G 141 of 255 = 55%
B 209 of 255 = 82%

210
141
209

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

Portions of RGB colors in percentages

R + G + B =
210 + 141 + 209 = 560 (100%)
R 210 of 560 ~ 37.5%
G 141 of 560 ~ 25.18%
B 209 of 560 ~ 37.32%

%37.5
%25.18
%37.32

CMYK color model

#D28DD1 color CMYK value is (0,33,0,18).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(0,33,0,18)
C0M33Y0K18 
(0%,33%,0%,18%)
(0.00/0.33/0.00/0.18)	

CMYK percentages

%0
%32.86
%0.48
%17.65

Codes

Color #D28DD1 in popluar color models

D28DD1
RGB210141209
HSL301°43.40%68.82%
HSB/HSV301°32.86%82.35%
CMYK0.00%32.86%0.48%
17.65%

Color #D28DD1 in popluar number systems.

HEXD28DD1
Decimal210141209
Binary110100101000110111010001
Octal322215321

Shades and tints

Shades of #D28DD1

#D28DD1
(210,141,209)
#BF81BE
(191,129,190)
#AC75AB
(172,117,171)
#996998
(153,105,152)
#865D85
(134,93,133)
#735172
(115,81,114)
#60455F
(96,69,95)
#4D394C
(77,57,76)
#3A2D39
(58,45,57)
#272126
(39,33,38)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #D28DD1

#D28DD1
(210,141,209)
#D697D5
(214,151,213)
#DAA1D9
(218,161,217)
#DEABDD
(222,171,221)
#E2B5E1
(226,181,225)
#E6BFE5
(230,191,229)
#EAC9E9
(234,201,233)
#EED3ED
(238,211,237)
#F2DDF1
(242,221,241)
#F6E7F5
(246,231,245)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28DD1; }

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

This text font color is #D28DD1.


Background Color

.myBgColor { background-color: #D28DD1; }

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

This div background color is #D28DD1.


Border color

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

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

This div border color is #D28DD1.


Opacity

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

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

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

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

This text has shadow with #D28DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28DD1 on black background.


Color preview on white background

This text has color #D28DD1 on white background.



Black color preview on #D28DD1 background

This text has black color on #D28DD1 background.


White color preview on #D28DD1 background

This text has white color on #D28DD1 background.