COLOR #DA71DF

HEX: #DA71DF
RGB: (218,113,223)

Color info

#DA71DF contains mainly red and blue colors. Web safe color of #DA71DF is #CC66CC (or #C6C).

RGB color model

#DA71DF color RGB value is (218,113,223).

  • red value is 218;
  • green value is 113;
  • blue value is 223.
RGB:
(218,113,223)
(85%,44%,87%)

RGB channels and saturation

R 218 of 255 = 85%
G 113 of 255 = 44%
B 223 of 255 = 87%

218
113
223

R + G + B ~ 72%. #DA71DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 113 + 223 = 554 (100%)
R 218 of 554 ~ 39.35%
G 113 of 554 ~ 20.4%
B 223 of 554 ~ 40.25%

%39.35
%20.4
%40.25

CMYK color model

#DA71DF color CMYK value is (2,49,0,13).

  • cyan value is 2.24%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(2,49,0,13)
C2M49Y0K13 
(2%,49%,0%,13%)
(0.02/0.49/0.00/0.13)	

CMYK percentages

%2.24
%49.33
%0
%12.55

Codes

Color #DA71DF in popluar color models

DA71DF
RGB218113223
HSL297°63.22%65.88%
HSB/HSV297°49.33%87.45%
CMYK2.24%49.33%0.00%
12.55%

Color #DA71DF in popluar number systems.

HEXDA71DF
Decimal218113223
Binary11011010111000111011111
Octal332161337

Shades and tints

Shades of #DA71DF

#DA71DF
(218,113,223)
#C767CB
(199,103,203)
#B45DB7
(180,93,183)
#A153A3
(161,83,163)
#8E498F
(142,73,143)
#7B3F7B
(123,63,123)
#683567
(104,53,103)
#552B53
(85,43,83)
#42213F
(66,33,63)
#2F172B
(47,23,43)
#1C0D17
(28,13,23)
#000000
(0,0,0)

Tints of #DA71DF

#DA71DF
(218,113,223)
#DD7DE1
(221,125,225)
#E089E3
(224,137,227)
#E395E5
(227,149,229)
#E6A1E7
(230,161,231)
#E9ADE9
(233,173,233)
#ECB9EB
(236,185,235)
#EFC5ED
(239,197,237)
#F2D1EF
(242,209,239)
#F5DDF1
(245,221,241)
#F8E9F3
(248,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA71DF color. Also use rgb(218,113,223) instead hex code.

Text Font Color

.myTextColor { color: #DA71DF; }

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

This text font color is #DA71DF.


Background Color

.myBgColor { background-color: #DA71DF; }

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

This div background color is #DA71DF.


Border color

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

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

This div border color is #DA71DF.


Opacity

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

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

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

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

This text has shadow with #DA71DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA71DF on black background.


Color preview on white background

This text has color #DA71DF on white background.



Black color preview on #DA71DF background

This text has black color on #DA71DF background.


White color preview on #DA71DF background

This text has white color on #DA71DF background.