COLOR #DA13D7

HEX: #DA13D7
RGB: (218,19,215)

Color info

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

RGB color model

#DA13D7 color RGB value is (218,19,215).

  • red value is 218;
  • green value is 19;
  • blue value is 215.
RGB:
(218,19,215)
(85%,7%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 19 of 255 = 7%
B 215 of 255 = 84%

218
19
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 19 + 215 = 452 (100%)
R 218 of 452 ~ 48.23%
G 19 of 452 ~ 4.2%
B 215 of 452 ~ 47.57%

%48.23
%47.57

CMYK color model

#DA13D7 color CMYK value is (0,91,1,15).

  • cyan value is 0.00%
  • magenta value is 91.28%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,91,1,15)
C0M91Y1K15 
(0%,91%,1%,15%)
(0.00/0.91/0.01/0.15)	

CMYK percentages

%0
%91.28
%1.38
%14.51

Codes

Color #DA13D7 in popluar color models

DA13D7
RGB21819215
HSL301°83.97%46.47%
HSB/HSV301°91.28%85.49%
CMYK0.00%91.28%1.38%
14.51%

Color #DA13D7 in popluar number systems.

HEXDA13D7
Decimal21819215
Binary110110101001111010111
Octal33223327

Shades and tints

Shades of #DA13D7

#DA13D7
(218,19,215)
#C712C4
(199,18,196)
#B411B1
(180,17,177)
#A1109E
(161,16,158)
#8E0F8B
(142,15,139)
#7B0E78
(123,14,120)
#680D65
(104,13,101)
#550C52
(85,12,82)
#420B3F
(66,11,63)
#2F0A2C
(47,10,44)
#1C0919
(28,9,25)
#000000
(0,0,0)

Tints of #DA13D7

#DA13D7
(218,19,215)
#DD28DA
(221,40,218)
#E03DDD
(224,61,221)
#E352E0
(227,82,224)
#E667E3
(230,103,227)
#E97CE6
(233,124,230)
#EC91E9
(236,145,233)
#EFA6EC
(239,166,236)
#F2BBEF
(242,187,239)
#F5D0F2
(245,208,242)
#F8E5F5
(248,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA13D7 color. Also use rgb(218,19,215) instead hex code.

Text Font Color

.myTextColor { color: #DA13D7; }

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

This text font color is #DA13D7.


Background Color

.myBgColor { background-color: #DA13D7; }

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

This div background color is #DA13D7.


Border color

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

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

This div border color is #DA13D7.


Opacity

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

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

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

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

This text has shadow with #DA13D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA13D7 on black background.


Color preview on white background

This text has color #DA13D7 on white background.



Black color preview on #DA13D7 background

This text has black color on #DA13D7 background.


White color preview on #DA13D7 background

This text has white color on #DA13D7 background.