COLOR #DF19E1

HEX: #DF19E1 RGB: (223,25,225)

Color info

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

RGB color model

#DF19E1 color RGB value is (223,25,225).

RGB: (223,25,225) (87%, 10%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 25 of 255 = 10%
B 225 of 255 = 88%

223
25
225

R + G + B ~ 62%. #DF19E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 25 + 225 = 473 (100%)
R 223 of 473 ~ 47.15%
G 25 of 473 ~ 5.29%
B 225 of 473 ~ 47.57'%

%47.15
%47.57

CMYK color model

#DF19E1 color CMYK value is (1,89,0,12).

  • cyan value is 0.89%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (1,89,0,12)
C1M89Y0K12 (1%, 89%, 0%, 12%)
(0.01 / 0.89 / 0.00 / 0.12)

CMYK percentages

%0.89
%88.89
%0
%11.76

Codes

Color #DF19E1 in popluar color models

DF 19 E1
RGB 223 25 225
HSL 299° 80.00% 49.02%
HSB/HSV 299° 88.89% 88.24%
CMYK 0.89% 88.89% 0.00%
11.76%

Color #DF19E1 in popluar number systems.

HEX DF 19 E1
Decimal 223 25 225
Binary 11011111 11001 11100001
Octal 337 31 341

Shades and tints

Shades of #DF19E1

#DF19E1
(223,25,225)
#CB17CD
(203,23,205)
#B715B9
(183,21,185)
#A313A5
(163,19,165)
#8F1191
(143,17,145)
#7B0F7D
(123,15,125)
#670D69
(103,13,105)
#530B55
(83,11,85)
#3F0941
(63,9,65)
#2B072D
(43,7,45)
#170519
(23,5,25)
#000000
(0,0,0)

Tints of #DF19E1

#DF19E1
(223,25,225)
#E12DE3
(225,45,227)
#E341E5
(227,65,229)
#E555E7
(229,85,231)
#E769E9
(231,105,233)
#E97DEB
(233,125,235)
#EB91ED
(235,145,237)
#EDA5EF
(237,165,239)
#EFB9F1
(239,185,241)
#F1CDF3
(241,205,243)
#F3E1F5
(243,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF19E1 color. Also use rgb(223,25,225) instead hex code.

Text Font Color

.myTextColor { color: #DF19E1; }

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

This text font color is #DF19E1.

Background Color

.myBgColor { background-color: #DF19E1; }

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

This div background color is #DF19E1.

Border color

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

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

This div border color is #DF19E1.

Opacity

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

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

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

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

This text has shadow with #DF19E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF19E1.

Preview

Color preview on black background

This text has color #DF19E1 on black background.


Color preview on white background

This text has color #DF19E1 on white background.


Black color preview on #DF19E1 background

This text has black color on #DF19E1 background.


White color preview on #DF19E1 background

This text has white color on #DF19E1 background.


Related colors

Complementary color

Complementary color for #hex is #20E61E.


I love getcolorcode.com

Triadic colors

1 #E1DF19 and #19E1DF with #DF19E1 are triadic colors.

2 #E119DF and #19DFE1 with #DF19E1 are triadic colors.