COLOR #DF87DE

HEX: #DF87DE
RGB: (223,135,222)

Color info

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

RGB color model

#DF87DE color RGB value is (223,135,222).

  • red value is 223;
  • green value is 135;
  • blue value is 222.
RGB:
(223,135,222)
(87%,53%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 135 of 255 = 53%
B 222 of 255 = 87%

223
135
222

R + G + B ~ 76%. #DF87DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 135 + 222 = 580 (100%)
R 223 of 580 ~ 38.45%
G 135 of 580 ~ 23.28%
B 222 of 580 ~ 38.28%

%38.45
%23.28
%38.28

CMYK color model

#DF87DE color CMYK value is (0,39,0,13).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(0,39,0,13)
C0M39Y0K13 
(0%,39%,0%,13%)
(0.00/0.39/0.00/0.13)	

CMYK percentages

%0
%39.46
%0.45
%12.55

Codes

Color #DF87DE in popluar color models

DF87DE
RGB223135222
HSL301°57.89%70.20%
HSB/HSV301°39.46%87.45%
CMYK0.00%39.46%0.45%
12.55%

Color #DF87DE in popluar number systems.

HEXDF87DE
Decimal223135222
Binary110111111000011111011110
Octal337207336

Shades and tints

Shades of #DF87DE

#DF87DE
(223,135,222)
#CB7BCA
(203,123,202)
#B76FB6
(183,111,182)
#A363A2
(163,99,162)
#8F578E
(143,87,142)
#7B4B7A
(123,75,122)
#673F66
(103,63,102)
#533352
(83,51,82)
#3F273E
(63,39,62)
#2B1B2A
(43,27,42)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #DF87DE

#DF87DE
(223,135,222)
#E191E1
(225,145,225)
#E39BE4
(227,155,228)
#E5A5E7
(229,165,231)
#E7AFEA
(231,175,234)
#E9B9ED
(233,185,237)
#EBC3F0
(235,195,240)
#EDCDF3
(237,205,243)
#EFD7F6
(239,215,246)
#F1E1F9
(241,225,249)
#F3EBFC
(243,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF87DE color. Also use rgb(223,135,222) instead hex code.

Text Font Color

.myTextColor { color: #DF87DE; }

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

This text font color is #DF87DE.


Background Color

.myBgColor { background-color: #DF87DE; }

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

This div background color is #DF87DE.


Border color

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

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

This div border color is #DF87DE.


Opacity

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

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

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

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

This text has shadow with #DF87DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF87DE on black background.


Color preview on white background

This text has color #DF87DE on white background.



Black color preview on #DF87DE background

This text has black color on #DF87DE background.


White color preview on #DF87DE background

This text has white color on #DF87DE background.