COLOR #DA82D4

HEX: #DA82D4
RGB: (218,130,212)

Color info

#DA82D4 contains mainly red and blue colors. Web safe color of #DA82D4 is #CC99CC (or #C9C).

RGB color model

#DA82D4 color RGB value is (218,130,212).

  • red value is 218;
  • green value is 130;
  • blue value is 212.
RGB:
(218,130,212)
(85%,51%,83%)

RGB channels and saturation

R 218 of 255 = 85%
G 130 of 255 = 51%
B 212 of 255 = 83%

218
130
212

R + G + B ~ 73%. #DA82D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 130 + 212 = 560 (100%)
R 218 of 560 ~ 38.93%
G 130 of 560 ~ 23.21%
B 212 of 560 ~ 37.86%

%38.93
%23.21
%37.86

CMYK color model

#DA82D4 color CMYK value is (0,40,3,15).

  • cyan value is 0.00%
  • magenta value is 40.37%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(0,40,3,15)
C0M40Y3K15 
(0%,40%,3%,15%)
(0.00/0.40/0.03/0.15)	

CMYK percentages

%0
%40.37
%2.75
%14.51

Codes

Color #DA82D4 in popluar color models

DA82D4
RGB218130212
HSL304°54.32%68.24%
HSB/HSV304°40.37%85.49%
CMYK0.00%40.37%2.75%
14.51%

Color #DA82D4 in popluar number systems.

HEXDA82D4
Decimal218130212
Binary110110101000001011010100
Octal332202324

Shades and tints

Shades of #DA82D4

#DA82D4
(218,130,212)
#C777C1
(199,119,193)
#B46CAE
(180,108,174)
#A1619B
(161,97,155)
#8E5688
(142,86,136)
#7B4B75
(123,75,117)
#684062
(104,64,98)
#55354F
(85,53,79)
#422A3C
(66,42,60)
#2F1F29
(47,31,41)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DA82D4

#DA82D4
(218,130,212)
#DD8DD7
(221,141,215)
#E098DA
(224,152,218)
#E3A3DD
(227,163,221)
#E6AEE0
(230,174,224)
#E9B9E3
(233,185,227)
#ECC4E6
(236,196,230)
#EFCFE9
(239,207,233)
#F2DAEC
(242,218,236)
#F5E5EF
(245,229,239)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA82D4 color. Also use rgb(218,130,212) instead hex code.

Text Font Color

.myTextColor { color: #DA82D4; }

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

This text font color is #DA82D4.


Background Color

.myBgColor { background-color: #DA82D4; }

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

This div background color is #DA82D4.


Border color

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

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

This div border color is #DA82D4.


Opacity

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

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

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

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

This text has shadow with #DA82D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA82D4 on black background.


Color preview on white background

This text has color #DA82D4 on white background.



Black color preview on #DA82D4 background

This text has black color on #DA82D4 background.


White color preview on #DA82D4 background

This text has white color on #DA82D4 background.