COLOR #DA8BDE

HEX: #DA8BDE RGB: (218,139,222)

Color info

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

RGB color model

#DA8BDE color RGB value is (218,139,222).

RGB: (218,139,222) (85%, 55%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 139 of 255 = 55%
B 222 of 255 = 87%

218
139
222

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

Portions of RGB colors in percentages

R + G + B = 218 + 139 + 222 = 579 (100%)
R 218 of 579 ~ 37.65%
G 139 of 579 ~ 24.01%
B 222 of 579 ~ 38.34'%

%37.65
%24.01
%38.34

CMYK color model

#DA8BDE color CMYK value is (2,37,0,13).

  • cyan value is 1.80%
  • magenta value is 37.39%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (2,37,0,13) C2M37Y0K13 (2%,37%,0%,13%) (0.02/0.37/0.00/0.13) 

CMYK percentages

%1.8
%37.39
%0
%12.94

Codes

Color #DA8BDE in popluar color models

DA 8B DE
RGB 218 139 222
HSL 297° 55.70% 70.78%
HSB/HSV 297° 37.39% 87.06%
CMYK 1.80% 37.39% 0.00%
12.94%

Color #DA8BDE in popluar number systems.

HEX DA 8B DE
Decimal 218 139 222
Binary 11011010 10001011 11011110
Octal 332 213 336

Shades and tints

Shades of #DA8BDE

#DA8BDE
(218,139,222)
#C77FCA
(199,127,202)
#B473B6
(180,115,182)
#A167A2
(161,103,162)
#8E5B8E
(142,91,142)
#7B4F7A
(123,79,122)
#684366
(104,67,102)
#553752
(85,55,82)
#422B3E
(66,43,62)
#2F1F2A
(47,31,42)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #DA8BDE

#DA8BDE
(218,139,222)
#DD95E1
(221,149,225)
#E09FE4
(224,159,228)
#E3A9E7
(227,169,231)
#E6B3EA
(230,179,234)
#E9BDED
(233,189,237)
#ECC7F0
(236,199,240)
#EFD1F3
(239,209,243)
#F2DBF6
(242,219,246)
#F5E5F9
(245,229,249)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA8BDE; }

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

This text font color is #DA8BDE.

Background Color

.myBgColor { background-color: #DA8BDE; }

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

This div background color is #DA8BDE.

Border color

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

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

This div border color is #DA8BDE.

Opacity

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

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

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

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

This text has shadow with #DA8BDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA8BDE.

Preview

Color preview on black background

This text has color #DA8BDE on black background.


Color preview on white background

This text has color #DA8BDE on white background.


Black color preview on #DA8BDE background

This text has black color on #DA8BDE background.


White color preview on #DA8BDE background

This text has white color on #DA8BDE background.


Related colors

Complementary color

Complementary color for #hex is #257421.


I love getcolorcode.com

Triadic colors

1 #DEDA8B and #8BDEDA with #DA8BDE are triadic colors.

2 #DE8BDA and #8BDADE with #DA8BDE are triadic colors.