COLOR #DA6DB3

HEX: #DA6DB3
RGB: (218,109,179)

Color info

#DA6DB3 contains mainly red and blue colors. Web safe color of #DA6DB3 is #CC6699 (or #C69).

RGB color model

#DA6DB3 color RGB value is (218,109,179).

  • red value is 218;
  • green value is 109;
  • blue value is 179.
RGB:
(218,109,179)
(85%,43%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 109 of 255 = 43%
B 179 of 255 = 70%

218
109
179

R + G + B ~ 66%. #DA6DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 109 + 179 = 506 (100%)
R 218 of 506 ~ 43.08%
G 109 of 506 ~ 21.54%
B 179 of 506 ~ 35.38%

%43.08
%21.54
%35.38

CMYK color model

#DA6DB3 color CMYK value is (0,50,18,15).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(0,50,18,15)
C0M50Y18K15 
(0%,50%,18%,15%)
(0.00/0.50/0.18/0.15)	

CMYK percentages

%0
%50
%17.89
%14.51

Codes

Color #DA6DB3 in popluar color models

DA6DB3
RGB218109179
HSL321°59.56%64.12%
HSB/HSV321°50.00%85.49%
CMYK0.00%50.00%17.89%
14.51%

Color #DA6DB3 in popluar number systems.

HEXDA6DB3
Decimal218109179
Binary11011010110110110110011
Octal332155263

Shades and tints

Shades of #DA6DB3

#DA6DB3
(218,109,179)
#C764A3
(199,100,163)
#B45B93
(180,91,147)
#A15283
(161,82,131)
#8E4973
(142,73,115)
#7B4063
(123,64,99)
#683753
(104,55,83)
#552E43
(85,46,67)
#422533
(66,37,51)
#2F1C23
(47,28,35)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #DA6DB3

#DA6DB3
(218,109,179)
#DD7AB9
(221,122,185)
#E087BF
(224,135,191)
#E394C5
(227,148,197)
#E6A1CB
(230,161,203)
#E9AED1
(233,174,209)
#ECBBD7
(236,187,215)
#EFC8DD
(239,200,221)
#F2D5E3
(242,213,227)
#F5E2E9
(245,226,233)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA6DB3 color. Also use rgb(218,109,179) instead hex code.

Text Font Color

.myTextColor { color: #DA6DB3; }

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

This text font color is #DA6DB3.


Background Color

.myBgColor { background-color: #DA6DB3; }

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

This div background color is #DA6DB3.


Border color

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

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

This div border color is #DA6DB3.


Opacity

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

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

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

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

This text has shadow with #DA6DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA6DB3 on black background.


Color preview on white background

This text has color #DA6DB3 on white background.



Black color preview on #DA6DB3 background

This text has black color on #DA6DB3 background.


White color preview on #DA6DB3 background

This text has white color on #DA6DB3 background.