COLOR #D864DD

HEX: #D864DD
RGB: (216,100,221)

Color info

#D864DD contains mainly red and blue colors. Web safe color of #D864DD is #CC66CC (or #C6C).

RGB color model

#D864DD color RGB value is (216,100,221).

  • red value is 216;
  • green value is 100;
  • blue value is 221.
RGB:
(216,100,221)
(85%,39%,87%)

RGB channels and saturation

R 216 of 255 = 85%
G 100 of 255 = 39%
B 221 of 255 = 87%

216
100
221

R + G + B ~ 70%. #D864DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 100 + 221 = 537 (100%)
R 216 of 537 ~ 40.22%
G 100 of 537 ~ 18.62%
B 221 of 537 ~ 41.15%

%40.22
%18.62
%41.15

CMYK color model

#D864DD color CMYK value is (2,55,0,13).

  • cyan value is 2.26%
  • magenta value is 54.75%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,55,0,13)
C2M55Y0K13 
(2%,55%,0%,13%)
(0.02/0.55/0.00/0.13)	

CMYK percentages

%2.26
%54.75
%0
%13.33

Codes

Color #D864DD in popluar color models

D864DD
RGB216100221
HSL298°64.02%62.94%
HSB/HSV298°54.75%86.67%
CMYK2.26%54.75%0.00%
13.33%

Color #D864DD in popluar number systems.

HEXD864DD
Decimal216100221
Binary11011000110010011011101
Octal330144335

Shades and tints

Shades of #D864DD

#D864DD
(216,100,221)
#C55BC9
(197,91,201)
#B252B5
(178,82,181)
#9F49A1
(159,73,161)
#8C408D
(140,64,141)
#793779
(121,55,121)
#662E65
(102,46,101)
#532551
(83,37,81)
#401C3D
(64,28,61)
#2D1329
(45,19,41)
#1A0A15
(26,10,21)
#000000
(0,0,0)

Tints of #D864DD

#D864DD
(216,100,221)
#DB72E0
(219,114,224)
#DE80E3
(222,128,227)
#E18EE6
(225,142,230)
#E49CE9
(228,156,233)
#E7AAEC
(231,170,236)
#EAB8EF
(234,184,239)
#EDC6F2
(237,198,242)
#F0D4F5
(240,212,245)
#F3E2F8
(243,226,248)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D864DD color. Also use rgb(216,100,221) instead hex code.

Text Font Color

.myTextColor { color: #D864DD; }

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

This text font color is #D864DD.


Background Color

.myBgColor { background-color: #D864DD; }

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

This div background color is #D864DD.


Border color

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

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

This div border color is #D864DD.


Opacity

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

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

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

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

This text has shadow with #D864DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D864DD on black background.


Color preview on white background

This text has color #D864DD on white background.



Black color preview on #D864DD background

This text has black color on #D864DD background.


White color preview on #D864DD background

This text has white color on #D864DD background.