COLOR #DF4AD1

HEX: #DF4AD1
RGB: (223,74,209)

Color info

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

RGB color model

#DF4AD1 color RGB value is (223,74,209).

  • red value is 223;
  • green value is 74;
  • blue value is 209.
RGB:
(223,74,209)
(87%,29%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 74 of 255 = 29%
B 209 of 255 = 82%

223
74
209

R + G + B ~ 66%. #DF4AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 74 + 209 = 506 (100%)
R 223 of 506 ~ 44.07%
G 74 of 506 ~ 14.62%
B 209 of 506 ~ 41.3%

%44.07
%14.62
%41.3

CMYK color model

#DF4AD1 color CMYK value is (0,67,6,13).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(0,67,6,13)
C0M67Y6K13 
(0%,67%,6%,13%)
(0.00/0.67/0.06/0.13)	

CMYK percentages

%0
%66.82
%6.28
%12.55

Codes

Color #DF4AD1 in popluar color models

DF4AD1
RGB22374209
HSL306°69.95%58.24%
HSB/HSV306°66.82%87.45%
CMYK0.00%66.82%6.28%
12.55%

Color #DF4AD1 in popluar number systems.

HEXDF4AD1
Decimal22374209
Binary11011111100101011010001
Octal337112321

Shades and tints

Shades of #DF4AD1

#DF4AD1
(223,74,209)
#CB44BE
(203,68,190)
#B73EAB
(183,62,171)
#A33898
(163,56,152)
#8F3285
(143,50,133)
#7B2C72
(123,44,114)
#67265F
(103,38,95)
#53204C
(83,32,76)
#3F1A39
(63,26,57)
#2B1426
(43,20,38)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #DF4AD1

#DF4AD1
(223,74,209)
#E15AD5
(225,90,213)
#E36AD9
(227,106,217)
#E57ADD
(229,122,221)
#E78AE1
(231,138,225)
#E99AE5
(233,154,229)
#EBAAE9
(235,170,233)
#EDBAED
(237,186,237)
#EFCAF1
(239,202,241)
#F1DAF5
(241,218,245)
#F3EAF9
(243,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4AD1 color. Also use rgb(223,74,209) instead hex code.

Text Font Color

.myTextColor { color: #DF4AD1; }

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

This text font color is #DF4AD1.


Background Color

.myBgColor { background-color: #DF4AD1; }

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

This div background color is #DF4AD1.


Border color

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

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

This div border color is #DF4AD1.


Opacity

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

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

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

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

This text has shadow with #DF4AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF4AD1 on black background.


Color preview on white background

This text has color #DF4AD1 on white background.



Black color preview on #DF4AD1 background

This text has black color on #DF4AD1 background.


White color preview on #DF4AD1 background

This text has white color on #DF4AD1 background.