COLOR #DA6AD9

HEX: #DA6AD9 RGB: (218,106,217)

Color info

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

RGB color model

#DA6AD9 color RGB value is (218,106,217).

RGB: (218,106,217) (85%, 42%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 106 of 255 = 42%
B 217 of 255 = 85%

218
106
217

R + G + B ~ 71%. #DA6AD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 106 + 217 = 541 (100%)
R 218 of 541 ~ 40.3%
G 106 of 541 ~ 19.59%
B 217 of 541 ~ 40.11'%

%40.3
%19.59
%40.11

CMYK color model

#DA6AD9 color CMYK value is (0,51,0,15).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 0.46%
  • key color value is 14.51%
CMYK: (0,51,0,15) C0M51Y0K15 (0%,51%,0%,15%) (0.00/0.51/0.00/0.15) 

CMYK percentages

%0
%51.38
%0.46
%14.51

Codes

Color #DA6AD9 in popluar color models

DA 6A D9
RGB 218 106 217
HSL 301° 60.22% 63.53%
HSB/HSV 301° 51.38% 85.49%
CMYK 0.00% 51.38% 0.46%
14.51%

Color #DA6AD9 in popluar number systems.

HEX DA 6A D9
Decimal 218 106 217
Binary 11011010 1101010 11011001
Octal 332 152 331

Shades and tints

Shades of #DA6AD9

#DA6AD9
(218,106,217)
#C761C6
(199,97,198)
#B458B3
(180,88,179)
#A14FA0
(161,79,160)
#8E468D
(142,70,141)
#7B3D7A
(123,61,122)
#683467
(104,52,103)
#552B54
(85,43,84)
#422241
(66,34,65)
#2F192E
(47,25,46)
#1C101B
(28,16,27)
#000000
(0,0,0)

Tints of #DA6AD9

#DA6AD9
(218,106,217)
#DD77DC
(221,119,220)
#E084DF
(224,132,223)
#E391E2
(227,145,226)
#E69EE5
(230,158,229)
#E9ABE8
(233,171,232)
#ECB8EB
(236,184,235)
#EFC5EE
(239,197,238)
#F2D2F1
(242,210,241)
#F5DFF4
(245,223,244)
#F8ECF7
(248,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6AD9; }

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

This text font color is #DA6AD9.

Background Color

.myBgColor { background-color: #DA6AD9; }

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

This div background color is #DA6AD9.

Border color

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

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

This div border color is #DA6AD9.

Opacity

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

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

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

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

This text has shadow with #DA6AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6AD9.

Preview

Color preview on black background

This text has color #DA6AD9 on black background.


Color preview on white background

This text has color #DA6AD9 on white background.


Black color preview on #DA6AD9 background

This text has black color on #DA6AD9 background.


White color preview on #DA6AD9 background

This text has white color on #DA6AD9 background.


Related colors

Complementary color

Complementary color for #hex is #259526.


I love getcolorcode.com

Triadic colors

1 #D9DA6A and #6AD9DA with #DA6AD9 are triadic colors.

2 #D96ADA and #6ADAD9 with #DA6AD9 are triadic colors.