COLOR #DA82B6

HEX: #DA82B6
RGB: (218,130,182)

Color info

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

RGB color model

#DA82B6 color RGB value is (218,130,182).

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

RGB channels and saturation

R 218 of 255 = 85%
G 130 of 255 = 51%
B 182 of 255 = 71%

218
130
182

R + G + B ~ 69%. #DA82B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 130 + 182 = 530 (100%)
R 218 of 530 ~ 41.13%
G 130 of 530 ~ 24.53%
B 182 of 530 ~ 34.34%

%41.13
%24.53
%34.34

CMYK color model

#DA82B6 color CMYK value is (0,40,17,15).

  • cyan value is 0.00%
  • magenta value is 40.37%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,40,17,15)
C0M40Y17K15 
(0%,40%,17%,15%)
(0.00/0.40/0.17/0.15)	

CMYK percentages

%0
%40.37
%16.51
%14.51

Codes

Color #DA82B6 in popluar color models

DA82B6
RGB218130182
HSL325°54.32%68.24%
HSB/HSV325°40.37%85.49%
CMYK0.00%40.37%16.51%
14.51%

Color #DA82B6 in popluar number systems.

HEXDA82B6
Decimal218130182
Binary110110101000001010110110
Octal332202266

Shades and tints

Shades of #DA82B6

#DA82B6
(218,130,182)
#C777A6
(199,119,166)
#B46C96
(180,108,150)
#A16186
(161,97,134)
#8E5676
(142,86,118)
#7B4B66
(123,75,102)
#684056
(104,64,86)
#553546
(85,53,70)
#422A36
(66,42,54)
#2F1F26
(47,31,38)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DA82B6

#DA82B6
(218,130,182)
#DD8DBC
(221,141,188)
#E098C2
(224,152,194)
#E3A3C8
(227,163,200)
#E6AECE
(230,174,206)
#E9B9D4
(233,185,212)
#ECC4DA
(236,196,218)
#EFCFE0
(239,207,224)
#F2DAE6
(242,218,230)
#F5E5EC
(245,229,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA82B6; }

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

This text font color is #DA82B6.


Background Color

.myBgColor { background-color: #DA82B6; }

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

This div background color is #DA82B6.


Border color

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

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

This div border color is #DA82B6.


Opacity

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

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

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

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

This text has shadow with #DA82B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA82B6 on black background.


Color preview on white background

This text has color #DA82B6 on white background.



Black color preview on #DA82B6 background

This text has black color on #DA82B6 background.


White color preview on #DA82B6 background

This text has white color on #DA82B6 background.