COLOR #D385DD

HEX: #D385DD
RGB: (211,133,221)

Color info

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

RGB color model

#D385DD color RGB value is (211,133,221).

  • red value is 211;
  • green value is 133;
  • blue value is 221.
RGB:
(211,133,221)
(83%,52%,87%)

RGB channels and saturation

R 211 of 255 = 83%
G 133 of 255 = 52%
B 221 of 255 = 87%

211
133
221

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

Portions of RGB colors in percentages

R + G + B =
211 + 133 + 221 = 565 (100%)
R 211 of 565 ~ 37.35%
G 133 of 565 ~ 23.54%
B 221 of 565 ~ 39.12%

%37.35
%23.54
%39.12

CMYK color model

#D385DD color CMYK value is (5,40,0,13).

  • cyan value is 4.52%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,40,0,13)
C5M40Y0K13 
(5%,40%,0%,13%)
(0.05/0.40/0.00/0.13)	

CMYK percentages

%4.52
%39.82
%0
%13.33

Codes

Color #D385DD in popluar color models

D385DD
RGB211133221
HSL293°56.41%69.41%
HSB/HSV293°39.82%86.67%
CMYK4.52%39.82%0.00%
13.33%

Color #D385DD in popluar number systems.

HEXD385DD
Decimal211133221
Binary110100111000010111011101
Octal323205335

Shades and tints

Shades of #D385DD

#D385DD
(211,133,221)
#C079C9
(192,121,201)
#AD6DB5
(173,109,181)
#9A61A1
(154,97,161)
#87558D
(135,85,141)
#744979
(116,73,121)
#613D65
(97,61,101)
#4E3151
(78,49,81)
#3B253D
(59,37,61)
#281929
(40,25,41)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #D385DD

#D385DD
(211,133,221)
#D790E0
(215,144,224)
#DB9BE3
(219,155,227)
#DFA6E6
(223,166,230)
#E3B1E9
(227,177,233)
#E7BCEC
(231,188,236)
#EBC7EF
(235,199,239)
#EFD2F2
(239,210,242)
#F3DDF5
(243,221,245)
#F7E8F8
(247,232,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D385DD color. Also use rgb(211,133,221) instead hex code.

Text Font Color

.myTextColor { color: #D385DD; }

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

This text font color is #D385DD.


Background Color

.myBgColor { background-color: #D385DD; }

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

This div background color is #D385DD.


Border color

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

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

This div border color is #D385DD.


Opacity

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

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

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

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

This text has shadow with #D385DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D385DD on black background.


Color preview on white background

This text has color #D385DD on white background.



Black color preview on #D385DD background

This text has black color on #D385DD background.


White color preview on #D385DD background

This text has white color on #D385DD background.