COLOR #D28CDF

HEX: #D28CDF
RGB: (210,140,223)

Color info

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

RGB color model

#D28CDF color RGB value is (210,140,223).

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

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 223 of 255 = 87%

210
140
223

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 223 = 573 (100%)
R 210 of 573 ~ 36.65%
G 140 of 573 ~ 24.43%
B 223 of 573 ~ 38.92%

%36.65
%24.43
%38.92

CMYK color model

#D28CDF color CMYK value is (6,37,0,13).

  • cyan value is 5.83%
  • magenta value is 37.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,37,0,13)
C6M37Y0K13 
(6%,37%,0%,13%)
(0.06/0.37/0.00/0.13)	

CMYK percentages

%5.83
%37.22
%0
%12.55

Codes

Color #D28CDF in popluar color models

D28CDF
RGB210140223
HSL291°56.46%71.18%
HSB/HSV291°37.22%87.45%
CMYK5.83%37.22%0.00%
12.55%

Color #D28CDF in popluar number systems.

HEXD28CDF
Decimal210140223
Binary110100101000110011011111
Octal322214337

Shades and tints

Shades of #D28CDF

#D28CDF
(210,140,223)
#BF80CB
(191,128,203)
#AC74B7
(172,116,183)
#9968A3
(153,104,163)
#865C8F
(134,92,143)
#73507B
(115,80,123)
#604467
(96,68,103)
#4D3853
(77,56,83)
#3A2C3F
(58,44,63)
#27202B
(39,32,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #D28CDF

#D28CDF
(210,140,223)
#D696E1
(214,150,225)
#DAA0E3
(218,160,227)
#DEAAE5
(222,170,229)
#E2B4E7
(226,180,231)
#E6BEE9
(230,190,233)
#EAC8EB
(234,200,235)
#EED2ED
(238,210,237)
#F2DCEF
(242,220,239)
#F6E6F1
(246,230,241)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28CDF; }

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

This text font color is #D28CDF.


Background Color

.myBgColor { background-color: #D28CDF; }

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

This div background color is #D28CDF.


Border color

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

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

This div border color is #D28CDF.


Opacity

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

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

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

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

This text has shadow with #D28CDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28CDF on black background.


Color preview on white background

This text has color #D28CDF on white background.



Black color preview on #D28CDF background

This text has black color on #D28CDF background.


White color preview on #D28CDF background

This text has white color on #D28CDF background.