COLOR #DA8EDA

HEX: #DA8EDA RGB: (218,142,218)

Color info

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

RGB color model

#DA8EDA color RGB value is (218,142,218).

RGB: (218,142,218) (85%, 56%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 142 of 255 = 56%
B 218 of 255 = 85%

218
142
218

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

Portions of RGB colors in percentages

R + G + B = 218 + 142 + 218 = 578 (100%)
R 218 of 578 ~ 37.72%
G 142 of 578 ~ 24.57%
B 218 of 578 ~ 37.72'%

%37.72
%24.57
%37.72

CMYK color model

#DA8EDA color CMYK value is (0,35,0,15).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (0,35,0,15)
C0M35Y0K15 (0%, 35%, 0%, 15%)
(0.00 / 0.35 / 0.00 / 0.15)

CMYK percentages

%0
%34.86
%0
%14.51

Codes

Color #DA8EDA in popluar color models

DA 8E DA
RGB 218 142 218
HSL 300° 50.67% 70.59%
HSB/HSV 300° 34.86% 85.49%
CMYK 0.00% 34.86% 0.00%
14.51%

Color #DA8EDA in popluar number systems.

HEX DA 8E DA
Decimal 218 142 218
Binary 11011010 10001110 11011010
Octal 332 216 332

Shades and tints

Shades of #DA8EDA

#DA8EDA
(218,142,218)
#C782C7
(199,130,199)
#B476B4
(180,118,180)
#A16AA1
(161,106,161)
#8E5E8E
(142,94,142)
#7B527B
(123,82,123)
#684668
(104,70,104)
#553A55
(85,58,85)
#422E42
(66,46,66)
#2F222F
(47,34,47)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #DA8EDA

#DA8EDA
(218,142,218)
#DD98DD
(221,152,221)
#E0A2E0
(224,162,224)
#E3ACE3
(227,172,227)
#E6B6E6
(230,182,230)
#E9C0E9
(233,192,233)
#ECCAEC
(236,202,236)
#EFD4EF
(239,212,239)
#F2DEF2
(242,222,242)
#F5E8F5
(245,232,245)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8EDA; }

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

This text font color is #DA8EDA.

Background Color

.myBgColor { background-color: #DA8EDA; }

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

This div background color is #DA8EDA.

Border color

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

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

This div border color is #DA8EDA.

Opacity

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

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

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

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

This text has shadow with #DA8EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA8EDA.

Preview

Color preview on black background

This text has color #DA8EDA on black background.


Color preview on white background

This text has color #DA8EDA on white background.


Black color preview on #DA8EDA background

This text has black color on #DA8EDA background.


White color preview on #DA8EDA background

This text has white color on #DA8EDA background.


Related colors

Complementary color

Complementary color for #hex is #257125.


I love getcolorcode.com

Triadic colors

1 #DADA8E and #8EDADA with #DA8EDA are triadic colors.

2 #DA8EDA and #8EDADA with #DA8EDA are triadic colors.