COLOR #DA60E7

HEX: #DA60E7 RGB: (218,96,231)

Color info

#DA60E7 contains mainly red and blue colors. Web safe color of #DA60E7 is #CC66FF (or #C6F).

RGB color model

#DA60E7 color RGB value is (218,96,231).

RGB: (218,96,231) (85%, 38%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 96 of 255 = 38%
B 231 of 255 = 91%

218
96
231

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

Portions of RGB colors in percentages

R + G + B = 218 + 96 + 231 = 545 (100%)
R 218 of 545 ~ 40%
G 96 of 545 ~ 17.61%
B 231 of 545 ~ 42.39'%

%40
%17.61
%42.39

CMYK color model

#DA60E7 color CMYK value is (6,58,0,9).

  • cyan value is 5.63%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (6,58,0,9) C6M58Y0K9 (6%,58%,0%,9%) (0.06/0.58/0.00/0.09) 

CMYK percentages

%5.63
%58.44
%0
%9.41

Codes

Color #DA60E7 in popluar color models

DA 60 E7
RGB 218 96 231
HSL 294° 73.77% 64.12%
HSB/HSV 294° 58.44% 90.59%
CMYK 5.63% 58.44% 0.00%
9.41%

Color #DA60E7 in popluar number systems.

HEX DA 60 E7
Decimal 218 96 231
Binary 11011010 1100000 11100111
Octal 332 140 347

Shades and tints

Shades of #DA60E7

#DA60E7
(218,96,231)
#C758D2
(199,88,210)
#B450BD
(180,80,189)
#A148A8
(161,72,168)
#8E4093
(142,64,147)
#7B387E
(123,56,126)
#683069
(104,48,105)
#552854
(85,40,84)
#42203F
(66,32,63)
#2F182A
(47,24,42)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #DA60E7

#DA60E7
(218,96,231)
#DD6EE9
(221,110,233)
#E07CEB
(224,124,235)
#E38AED
(227,138,237)
#E698EF
(230,152,239)
#E9A6F1
(233,166,241)
#ECB4F3
(236,180,243)
#EFC2F5
(239,194,245)
#F2D0F7
(242,208,247)
#F5DEF9
(245,222,249)
#F8ECFB
(248,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA60E7; }

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

This text font color is #DA60E7.

Background Color

.myBgColor { background-color: #DA60E7; }

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

This div background color is #DA60E7.

Border color

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

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

This div border color is #DA60E7.

Opacity

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

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

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

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

This text has shadow with #DA60E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA60E7.

Preview

Color preview on black background

This text has color #DA60E7 on black background.


Color preview on white background

This text has color #DA60E7 on white background.


Black color preview on #DA60E7 background

This text has black color on #DA60E7 background.


White color preview on #DA60E7 background

This text has white color on #DA60E7 background.


Related colors

Complementary color

Complementary color for #hex is #259F18.


I love getcolorcode.com

Triadic colors

1 #E7DA60 and #60E7DA with #DA60E7 are triadic colors.

2 #E760DA and #60DAE7 with #DA60E7 are triadic colors.