COLOR #DA19D0

HEX: #DA19D0
RGB: (218,25,208)

Color info

#DA19D0 contains mainly red and blue colors. Web safe color of #DA19D0 is #CC00CC (or #C0C).

RGB color model

#DA19D0 color RGB value is (218,25,208).

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

RGB channels and saturation

R 218 of 255 = 85%
G 25 of 255 = 10%
B 208 of 255 = 82%

218
25
208

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

Portions of RGB colors in percentages

R + G + B =
218 + 25 + 208 = 451 (100%)
R 218 of 451 ~ 48.34%
G 25 of 451 ~ 5.54%
B 208 of 451 ~ 46.12%

%48.34
%46.12

CMYK color model

#DA19D0 color CMYK value is (0,89,5,15).

  • cyan value is 0.00%
  • magenta value is 88.53%
  • yellow value is 4.59%
  • key color value is 14.51%
CMYK:
(0,89,5,15)
C0M89Y5K15 
(0%,89%,5%,15%)
(0.00/0.89/0.05/0.15)	

CMYK percentages

%0
%88.53
%4.59
%14.51

Codes

Color #DA19D0 in popluar color models

DA19D0
RGB21825208
HSL303°79.42%47.65%
HSB/HSV303°88.53%85.49%
CMYK0.00%88.53%4.59%
14.51%

Color #DA19D0 in popluar number systems.

HEXDA19D0
Decimal21825208
Binary110110101100111010000
Octal33231320

Shades and tints

Shades of #DA19D0

#DA19D0
(218,25,208)
#C717BE
(199,23,190)
#B415AC
(180,21,172)
#A1139A
(161,19,154)
#8E1188
(142,17,136)
#7B0F76
(123,15,118)
#680D64
(104,13,100)
#550B52
(85,11,82)
#420940
(66,9,64)
#2F072E
(47,7,46)
#1C051C
(28,5,28)
#000000
(0,0,0)

Tints of #DA19D0

#DA19D0
(218,25,208)
#DD2DD4
(221,45,212)
#E041D8
(224,65,216)
#E355DC
(227,85,220)
#E669E0
(230,105,224)
#E97DE4
(233,125,228)
#EC91E8
(236,145,232)
#EFA5EC
(239,165,236)
#F2B9F0
(242,185,240)
#F5CDF4
(245,205,244)
#F8E1F8
(248,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA19D0; }

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

This text font color is #DA19D0.


Background Color

.myBgColor { background-color: #DA19D0; }

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

This div background color is #DA19D0.


Border color

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

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

This div border color is #DA19D0.


Opacity

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

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

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

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

This text has shadow with #DA19D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA19D0 on black background.


Color preview on white background

This text has color #DA19D0 on white background.



Black color preview on #DA19D0 background

This text has black color on #DA19D0 background.


White color preview on #DA19D0 background

This text has white color on #DA19D0 background.