COLOR #DA19A7

HEX: #DA19A7
RGB: (218,25,167)

Color info

#DA19A7 contains mainly red and blue colors. Web safe color of #DA19A7 is #CC0099 (or #C09).

RGB color model

#DA19A7 color RGB value is (218,25,167).

  • red value is 218;
  • green value is 25;
  • blue value is 167.
RGB:
(218,25,167)
(85%,10%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 25 of 255 = 10%
B 167 of 255 = 65%

218
25
167

R + G + B ~ 53%. #DA19A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 25 + 167 = 410 (100%)
R 218 of 410 ~ 53.17%
G 25 of 410 ~ 6.1%
B 167 of 410 ~ 40.73%

%53.17
%40.73

CMYK color model

#DA19A7 color CMYK value is (0,89,23,15).

  • cyan value is 0.00%
  • magenta value is 88.53%
  • yellow value is 23.39%
  • key color value is 14.51%
CMYK:
(0,89,23,15)
C0M89Y23K15 
(0%,89%,23%,15%)
(0.00/0.89/0.23/0.15)	

CMYK percentages

%0
%88.53
%23.39
%14.51

Codes

Color #DA19A7 in popluar color models

DA19A7
RGB21825167
HSL316°79.42%47.65%
HSB/HSV316°88.53%85.49%
CMYK0.00%88.53%23.39%
14.51%

Color #DA19A7 in popluar number systems.

HEXDA19A7
Decimal21825167
Binary110110101100110100111
Octal33231247

Shades and tints

Shades of #DA19A7

#DA19A7
(218,25,167)
#C71798
(199,23,152)
#B41589
(180,21,137)
#A1137A
(161,19,122)
#8E116B
(142,17,107)
#7B0F5C
(123,15,92)
#680D4D
(104,13,77)
#550B3E
(85,11,62)
#42092F
(66,9,47)
#2F0720
(47,7,32)
#1C0511
(28,5,17)
#000000
(0,0,0)

Tints of #DA19A7

#DA19A7
(218,25,167)
#DD2DAF
(221,45,175)
#E041B7
(224,65,183)
#E355BF
(227,85,191)
#E669C7
(230,105,199)
#E97DCF
(233,125,207)
#EC91D7
(236,145,215)
#EFA5DF
(239,165,223)
#F2B9E7
(242,185,231)
#F5CDEF
(245,205,239)
#F8E1F7
(248,225,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA19A7 color. Also use rgb(218,25,167) instead hex code.

Text Font Color

.myTextColor { color: #DA19A7; }

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

This text font color is #DA19A7.


Background Color

.myBgColor { background-color: #DA19A7; }

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

This div background color is #DA19A7.


Border color

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

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

This div border color is #DA19A7.


Opacity

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

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

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

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

This text has shadow with #DA19A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA19A7 on black background.


Color preview on white background

This text has color #DA19A7 on white background.



Black color preview on #DA19A7 background

This text has black color on #DA19A7 background.


White color preview on #DA19A7 background

This text has white color on #DA19A7 background.