COLOR #DA70D6

HEX: #DA70D6
RGB: (218,112,214)

Color info

Color name is Orchid. #DA70D6 contains mainly red and blue colors. Web safe color of #DA70D6 is #CC66CC (or #C6C).

RGB color model

#DA70D6 color RGB value is (218,112,214).

  • red value is 218;
  • green value is 112;
  • blue value is 214.
RGB:
(218,112,214)
(85%,44%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 112 of 255 = 44%
B 214 of 255 = 84%

218
112
214

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

Portions of RGB colors in percentages

R + G + B =
218 + 112 + 214 = 544 (100%)
R 218 of 544 ~ 40.07%
G 112 of 544 ~ 20.59%
B 214 of 544 ~ 39.34%

%40.07
%20.59
%39.34

CMYK color model

#DA70D6 color CMYK value is (0,49,2,15).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(0,49,2,15)
C0M49Y2K15 
(0%,49%,2%,15%)
(0.00/0.49/0.02/0.15)	

CMYK percentages

%0
%48.62
%1.83
%14.51

Codes

Color #DA70D6 in popluar color models

DA70D6
RGB218112214
HSL302°58.89%64.71%
HSB/HSV302°48.62%85.49%
CMYK0.00%48.62%1.83%
14.51%

Color #DA70D6 in popluar number systems.

HEXDA70D6
Decimal218112214
Binary11011010111000011010110
Octal332160326

Shades and tints

Shades of #DA70D6

#DA70D6
(218,112,214)
#C766C3
(199,102,195)
#B45CB0
(180,92,176)
#A1529D
(161,82,157)
#8E488A
(142,72,138)
#7B3E77
(123,62,119)
#683464
(104,52,100)
#552A51
(85,42,81)
#42203E
(66,32,62)
#2F162B
(47,22,43)
#1C0C18
(28,12,24)
#000000
(0,0,0)

Tints of #DA70D6

#DA70D6
(218,112,214)
#DD7DD9
(221,125,217)
#E08ADC
(224,138,220)
#E397DF
(227,151,223)
#E6A4E2
(230,164,226)
#E9B1E5
(233,177,229)
#ECBEE8
(236,190,232)
#EFCBEB
(239,203,235)
#F2D8EE
(242,216,238)
#F5E5F1
(245,229,241)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA70D6 color. Also use rgb(218,112,214) instead hex code.

Text Font Color

.myTextColor { color: #DA70D6; }

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

This text font color is #DA70D6.


Background Color

.myBgColor { background-color: #DA70D6; }

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

This div background color is #DA70D6.


Border color

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

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

This div border color is #DA70D6.


Opacity

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

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

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

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

This text has shadow with #DA70D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA70D6 on black background.


Color preview on white background

This text has color #DA70D6 on white background.



Black color preview on #DA70D6 background

This text has black color on #DA70D6 background.


White color preview on #DA70D6 background

This text has white color on #DA70D6 background.