COLOR #DA87EA

HEX: #DA87EA RGB: (218,135,234)

Color info

#DA87EA contains mainly red and blue colors. Web safe color of #DA87EA is #CC99FF (or #C9F).

RGB color model

#DA87EA color RGB value is (218,135,234).

RGB: (218,135,234) (85%, 53%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 135 of 255 = 53%
B 234 of 255 = 92%

218
135
234

R + G + B ~ 77%. #DA87EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 135 + 234 = 587 (100%)
R 218 of 587 ~ 37.14%
G 135 of 587 ~ 23%
B 234 of 587 ~ 39.86'%

%37.14
%23
%39.86

CMYK color model

#DA87EA color CMYK value is (7,42,0,8).

  • cyan value is 6.84%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,42,0,8)
C7M42Y0K8 (7%, 42%, 0%, 8%)
(0.07 / 0.42 / 0.00 / 0.08)

CMYK percentages

%6.84
%42.31
%0
%8.24

Codes

Color #DA87EA in popluar color models

DA 87 EA
RGB 218 135 234
HSL 290° 70.21% 72.35%
HSB/HSV 290° 42.31% 91.76%
CMYK 6.84% 42.31% 0.00%
8.24%

Color #DA87EA in popluar number systems.

HEX DA 87 EA
Decimal 218 135 234
Binary 11011010 10000111 11101010
Octal 332 207 352

Shades and tints

Shades of #DA87EA

#DA87EA
(218,135,234)
#C77BD5
(199,123,213)
#B46FC0
(180,111,192)
#A163AB
(161,99,171)
#8E5796
(142,87,150)
#7B4B81
(123,75,129)
#683F6C
(104,63,108)
#553357
(85,51,87)
#422742
(66,39,66)
#2F1B2D
(47,27,45)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #DA87EA

#DA87EA
(218,135,234)
#DD91EB
(221,145,235)
#E09BEC
(224,155,236)
#E3A5ED
(227,165,237)
#E6AFEE
(230,175,238)
#E9B9EF
(233,185,239)
#ECC3F0
(236,195,240)
#EFCDF1
(239,205,241)
#F2D7F2
(242,215,242)
#F5E1F3
(245,225,243)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA87EA color. Also use rgb(218,135,234) instead hex code.

Text Font Color

.myTextColor { color: #DA87EA; }

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

This text font color is #DA87EA.

Background Color

.myBgColor { background-color: #DA87EA; }

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

This div background color is #DA87EA.

Border color

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

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

This div border color is #DA87EA.

Opacity

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

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

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

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

This text has shadow with #DA87EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA87EA.

Preview

Color preview on black background

This text has color #DA87EA on black background.


Color preview on white background

This text has color #DA87EA on white background.


Black color preview on #DA87EA background

This text has black color on #DA87EA background.


White color preview on #DA87EA background

This text has white color on #DA87EA background.


Related colors

Complementary color

Complementary color for #hex is #257815.


I love getcolorcode.com

Triadic colors

1 #EADA87 and #87EADA with #DA87EA are triadic colors.

2 #EA87DA and #87DAEA with #DA87EA are triadic colors.