COLOR #DA83AC

HEX: #DA83AC
RGB: (218,131,172)

Color info

#DA83AC contains mainly red and blue colors. Web safe color of #DA83AC is #CC9999 (or #C99).

RGB color model

#DA83AC color RGB value is (218,131,172).

  • red value is 218;
  • green value is 131;
  • blue value is 172.
RGB:
(218,131,172)
(85%,51%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 131 of 255 = 51%
B 172 of 255 = 67%

218
131
172

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

Portions of RGB colors in percentages

R + G + B =
218 + 131 + 172 = 521 (100%)
R 218 of 521 ~ 41.84%
G 131 of 521 ~ 25.14%
B 172 of 521 ~ 33.01%

%41.84
%25.14
%33.01

CMYK color model

#DA83AC color CMYK value is (0,40,21,15).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 21.10%
  • key color value is 14.51%
CMYK:
(0,40,21,15)
C0M40Y21K15 
(0%,40%,21%,15%)
(0.00/0.40/0.21/0.15)	

CMYK percentages

%0
%39.91
%21.1
%14.51

Codes

Color #DA83AC in popluar color models

DA83AC
RGB218131172
HSL332°54.04%68.43%
HSB/HSV332°39.91%85.49%
CMYK0.00%39.91%21.10%
14.51%

Color #DA83AC in popluar number systems.

HEXDA83AC
Decimal218131172
Binary110110101000001110101100
Octal332203254

Shades and tints

Shades of #DA83AC

#DA83AC
(218,131,172)
#C7789D
(199,120,157)
#B46D8E
(180,109,142)
#A1627F
(161,98,127)
#8E5770
(142,87,112)
#7B4C61
(123,76,97)
#684152
(104,65,82)
#553643
(85,54,67)
#422B34
(66,43,52)
#2F2025
(47,32,37)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #DA83AC

#DA83AC
(218,131,172)
#DD8EB3
(221,142,179)
#E099BA
(224,153,186)
#E3A4C1
(227,164,193)
#E6AFC8
(230,175,200)
#E9BACF
(233,186,207)
#ECC5D6
(236,197,214)
#EFD0DD
(239,208,221)
#F2DBE4
(242,219,228)
#F5E6EB
(245,230,235)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA83AC color. Also use rgb(218,131,172) instead hex code.

Text Font Color

.myTextColor { color: #DA83AC; }

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

This text font color is #DA83AC.


Background Color

.myBgColor { background-color: #DA83AC; }

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

This div background color is #DA83AC.


Border color

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

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

This div border color is #DA83AC.


Opacity

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

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

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

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

This text has shadow with #DA83AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA83AC on black background.


Color preview on white background

This text has color #DA83AC on white background.



Black color preview on #DA83AC background

This text has black color on #DA83AC background.


White color preview on #DA83AC background

This text has white color on #DA83AC background.