COLOR #DA4AC6

HEX: #DA4AC6
RGB: (218,74,198)

Color info

#DA4AC6 contains mainly red and blue colors. Web safe color of #DA4AC6 is #CC33CC (or #C3C).

RGB color model

#DA4AC6 color RGB value is (218,74,198).

  • red value is 218;
  • green value is 74;
  • blue value is 198.
RGB:
(218,74,198)
(85%,29%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 74 of 255 = 29%
B 198 of 255 = 78%

218
74
198

R + G + B ~ 64%. #DA4AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 74 + 198 = 490 (100%)
R 218 of 490 ~ 44.49%
G 74 of 490 ~ 15.1%
B 198 of 490 ~ 40.41%

%44.49
%15.1
%40.41

CMYK color model

#DA4AC6 color CMYK value is (0,66,9,15).

  • cyan value is 0.00%
  • magenta value is 66.06%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(0,66,9,15)
C0M66Y9K15 
(0%,66%,9%,15%)
(0.00/0.66/0.09/0.15)	

CMYK percentages

%0
%66.06
%9.17
%14.51

Codes

Color #DA4AC6 in popluar color models

DA4AC6
RGB21874198
HSL308°66.06%57.25%
HSB/HSV308°66.06%85.49%
CMYK0.00%66.06%9.17%
14.51%

Color #DA4AC6 in popluar number systems.

HEXDA4AC6
Decimal21874198
Binary11011010100101011000110
Octal332112306

Shades and tints

Shades of #DA4AC6

#DA4AC6
(218,74,198)
#C744B4
(199,68,180)
#B43EA2
(180,62,162)
#A13890
(161,56,144)
#8E327E
(142,50,126)
#7B2C6C
(123,44,108)
#68265A
(104,38,90)
#552048
(85,32,72)
#421A36
(66,26,54)
#2F1424
(47,20,36)
#1C0E12
(28,14,18)
#000000
(0,0,0)

Tints of #DA4AC6

#DA4AC6
(218,74,198)
#DD5ACB
(221,90,203)
#E06AD0
(224,106,208)
#E37AD5
(227,122,213)
#E68ADA
(230,138,218)
#E99ADF
(233,154,223)
#ECAAE4
(236,170,228)
#EFBAE9
(239,186,233)
#F2CAEE
(242,202,238)
#F5DAF3
(245,218,243)
#F8EAF8
(248,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA4AC6 color. Also use rgb(218,74,198) instead hex code.

Text Font Color

.myTextColor { color: #DA4AC6; }

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

This text font color is #DA4AC6.


Background Color

.myBgColor { background-color: #DA4AC6; }

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

This div background color is #DA4AC6.


Border color

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

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

This div border color is #DA4AC6.


Opacity

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

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

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

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

This text has shadow with #DA4AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA4AC6 on black background.


Color preview on white background

This text has color #DA4AC6 on white background.



Black color preview on #DA4AC6 background

This text has black color on #DA4AC6 background.


White color preview on #DA4AC6 background

This text has white color on #DA4AC6 background.