COLOR #D28CD5

HEX: #D28CD5
RGB: (210,140,213)

Color info

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

RGB color model

#D28CD5 color RGB value is (210,140,213).

  • red value is 210;
  • green value is 140;
  • blue value is 213.
RGB:
(210,140,213)
(82%,55%,84%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 213 of 255 = 84%

210
140
213

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 213 = 563 (100%)
R 210 of 563 ~ 37.3%
G 140 of 563 ~ 24.87%
B 213 of 563 ~ 37.83%

%37.3
%24.87
%37.83

CMYK color model

#D28CD5 color CMYK value is (1,34,0,16).

  • cyan value is 1.41%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(1,34,0,16)
C1M34Y0K16 
(1%,34%,0%,16%)
(0.01/0.34/0.00/0.16)	

CMYK percentages

%1.41
%34.27
%0
%16.47

Codes

Color #D28CD5 in popluar color models

D28CD5
RGB210140213
HSL298°46.50%69.22%
HSB/HSV298°34.27%83.53%
CMYK1.41%34.27%0.00%
16.47%

Color #D28CD5 in popluar number systems.

HEXD28CD5
Decimal210140213
Binary110100101000110011010101
Octal322214325

Shades and tints

Shades of #D28CD5

#D28CD5
(210,140,213)
#BF80C2
(191,128,194)
#AC74AF
(172,116,175)
#99689C
(153,104,156)
#865C89
(134,92,137)
#735076
(115,80,118)
#604463
(96,68,99)
#4D3850
(77,56,80)
#3A2C3D
(58,44,61)
#27202A
(39,32,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #D28CD5

#D28CD5
(210,140,213)
#D696D8
(214,150,216)
#DAA0DB
(218,160,219)
#DEAADE
(222,170,222)
#E2B4E1
(226,180,225)
#E6BEE4
(230,190,228)
#EAC8E7
(234,200,231)
#EED2EA
(238,210,234)
#F2DCED
(242,220,237)
#F6E6F0
(246,230,240)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28CD5; }

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

This text font color is #D28CD5.


Background Color

.myBgColor { background-color: #D28CD5; }

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

This div background color is #D28CD5.


Border color

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

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

This div border color is #D28CD5.


Opacity

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

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

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

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

This text has shadow with #D28CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28CD5 on black background.


Color preview on white background

This text has color #D28CD5 on white background.



Black color preview on #D28CD5 background

This text has black color on #D28CD5 background.


White color preview on #D28CD5 background

This text has white color on #D28CD5 background.