COLOR #DA6EBE

HEX: #DA6EBE RGB: (218,110,190)

Color info

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

RGB color model

#DA6EBE color RGB value is (218,110,190).

RGB: (218,110,190) (85%, 43%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 110 of 255 = 43%
B 190 of 255 = 75%

218
110
190

R + G + B ~ 68%. #DA6EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 110 + 190 = 518 (100%)
R 218 of 518 ~ 42.08%
G 110 of 518 ~ 21.24%
B 190 of 518 ~ 36.68'%

%42.08
%21.24
%36.68

CMYK color model

#DA6EBE color CMYK value is (0,50,13,15).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 12.84%
  • key color value is 14.51%

CMYK: (0,50,13,15)
C0M50Y13K15 (0%, 50%, 13%, 15%)
(0.00 / 0.50 / 0.13 / 0.15)

CMYK percentages

%0
%49.54
%12.84
%14.51

Codes

Color #DA6EBE in popluar color models

DA 6E BE
RGB 218 110 190
HSL 316° 59.34% 64.31%
HSB/HSV 316° 49.54% 85.49%
CMYK 0.00% 49.54% 12.84%
14.51%

Color #DA6EBE in popluar number systems.

HEX DA 6E BE
Decimal 218 110 190
Binary 11011010 1101110 10111110
Octal 332 156 276

Shades and tints

Shades of #DA6EBE

#DA6EBE
(218,110,190)
#C764AD
(199,100,173)
#B45A9C
(180,90,156)
#A1508B
(161,80,139)
#8E467A
(142,70,122)
#7B3C69
(123,60,105)
#683258
(104,50,88)
#552847
(85,40,71)
#421E36
(66,30,54)
#2F1425
(47,20,37)
#1C0A14
(28,10,20)
#000000
(0,0,0)

Tints of #DA6EBE

#DA6EBE
(218,110,190)
#DD7BC3
(221,123,195)
#E088C8
(224,136,200)
#E395CD
(227,149,205)
#E6A2D2
(230,162,210)
#E9AFD7
(233,175,215)
#ECBCDC
(236,188,220)
#EFC9E1
(239,201,225)
#F2D6E6
(242,214,230)
#F5E3EB
(245,227,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA6EBE; }

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

This text font color is #DA6EBE.

Background Color

.myBgColor { background-color: #DA6EBE; }

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

This div background color is #DA6EBE.

Border color

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

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

This div border color is #DA6EBE.

Opacity

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

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

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

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

This text has shadow with #DA6EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA6EBE.

Preview

Color preview on black background

This text has color #DA6EBE on black background.


Color preview on white background

This text has color #DA6EBE on white background.


Black color preview on #DA6EBE background

This text has black color on #DA6EBE background.


White color preview on #DA6EBE background

This text has white color on #DA6EBE background.


Related colors

Complementary color

Complementary color for #hex is #259141.


I love getcolorcode.com

Triadic colors

1 #BEDA6E and #6EBEDA with #DA6EBE are triadic colors.

2 #BE6EDA and #6EDABE with #DA6EBE are triadic colors.