COLOR #D28DDB

HEX: #D28DDB
RGB: (210,141,219)

Color info

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

RGB color model

#D28DDB color RGB value is (210,141,219).

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

RGB channels and saturation

R 210 of 255 = 82%
G 141 of 255 = 55%
B 219 of 255 = 86%

210
141
219

R + G + B ~ 74%. #D28DDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 141 + 219 = 570 (100%)
R 210 of 570 ~ 36.84%
G 141 of 570 ~ 24.74%
B 219 of 570 ~ 38.42%

%36.84
%24.74
%38.42

CMYK color model

#D28DDB color CMYK value is (4,36,0,14).

  • cyan value is 4.11%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(4,36,0,14)
C4M36Y0K14 
(4%,36%,0%,14%)
(0.04/0.36/0.00/0.14)	

CMYK percentages

%4.11
%35.62
%0
%14.12

Codes

Color #D28DDB in popluar color models

D28DDB
RGB210141219
HSL293°52.00%70.59%
HSB/HSV293°35.62%85.88%
CMYK4.11%35.62%0.00%
14.12%

Color #D28DDB in popluar number systems.

HEXD28DDB
Decimal210141219
Binary110100101000110111011011
Octal322215333

Shades and tints

Shades of #D28DDB

#D28DDB
(210,141,219)
#BF81C8
(191,129,200)
#AC75B5
(172,117,181)
#9969A2
(153,105,162)
#865D8F
(134,93,143)
#73517C
(115,81,124)
#604569
(96,69,105)
#4D3956
(77,57,86)
#3A2D43
(58,45,67)
#272130
(39,33,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #D28DDB

#D28DDB
(210,141,219)
#D697DE
(214,151,222)
#DAA1E1
(218,161,225)
#DEABE4
(222,171,228)
#E2B5E7
(226,181,231)
#E6BFEA
(230,191,234)
#EAC9ED
(234,201,237)
#EED3F0
(238,211,240)
#F2DDF3
(242,221,243)
#F6E7F6
(246,231,246)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28DDB; }

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

This text font color is #D28DDB.


Background Color

.myBgColor { background-color: #D28DDB; }

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

This div background color is #D28DDB.


Border color

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

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

This div border color is #D28DDB.


Opacity

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

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

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

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

This text has shadow with #D28DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28DDB on black background.


Color preview on white background

This text has color #D28DDB on white background.



Black color preview on #D28DDB background

This text has black color on #D28DDB background.


White color preview on #D28DDB background

This text has white color on #D28DDB background.