COLOR #DA6CAA

HEX: #DA6CAA RGB: (218,108,170)

Color info

#DA6CAA contains mainly red and blue colors. Web safe color of #DA6CAA is #CC6699 (or #C69).

RGB color model

#DA6CAA color RGB value is (218,108,170).

RGB: (218,108,170) (85%, 42%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 108 of 255 = 42%
B 170 of 255 = 67%

218
108
170

R + G + B ~ 65%. #DA6CAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 108 + 170 = 496 (100%)
R 218 of 496 ~ 43.95%
G 108 of 496 ~ 21.77%
B 170 of 496 ~ 34.27'%

%43.95
%21.77
%34.27

CMYK color model

#DA6CAA color CMYK value is (0,50,22,15).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 22.02%
  • key color value is 14.51%
CMYK: (0,50,22,15) C0M50Y22K15 (0%,50%,22%,15%) (0.00/0.50/0.22/0.15) 

CMYK percentages

%0
%50.46
%22.02
%14.51

Codes

Color #DA6CAA in popluar color models

DA 6C AA
RGB 218 108 170
HSL 326° 59.78% 63.92%
HSB/HSV 326° 50.46% 85.49%
CMYK 0.00% 50.46% 22.02%
14.51%

Color #DA6CAA in popluar number systems.

HEX DA 6C AA
Decimal 218 108 170
Binary 11011010 1101100 10101010
Octal 332 154 252

Shades and tints

Shades of #DA6CAA

#DA6CAA
(218,108,170)
#C7639B
(199,99,155)
#B45A8C
(180,90,140)
#A1517D
(161,81,125)
#8E486E
(142,72,110)
#7B3F5F
(123,63,95)
#683650
(104,54,80)
#552D41
(85,45,65)
#422432
(66,36,50)
#2F1B23
(47,27,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #DA6CAA

#DA6CAA
(218,108,170)
#DD79B1
(221,121,177)
#E086B8
(224,134,184)
#E393BF
(227,147,191)
#E6A0C6
(230,160,198)
#E9ADCD
(233,173,205)
#ECBAD4
(236,186,212)
#EFC7DB
(239,199,219)
#F2D4E2
(242,212,226)
#F5E1E9
(245,225,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6CAA; }

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

This text font color is #DA6CAA.

Background Color

.myBgColor { background-color: #DA6CAA; }

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

This div background color is #DA6CAA.

Border color

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

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

This div border color is #DA6CAA.

Opacity

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

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

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

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

This text has shadow with #DA6CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6CAA.

Preview

Color preview on black background

This text has color #DA6CAA on black background.


Color preview on white background

This text has color #DA6CAA on white background.


Black color preview on #DA6CAA background

This text has black color on #DA6CAA background.


White color preview on #DA6CAA background

This text has white color on #DA6CAA background.


Related colors

Complementary color

Complementary color for #hex is #259355.


I love getcolorcode.com

Triadic colors

1 #AADA6C and #6CAADA with #DA6CAA are triadic colors.

2 #AA6CDA and #6CDAAA with #DA6CAA are triadic colors.