COLOR #DF4DA5

HEX: #DF4DA5 RGB: (223,77,165)

Color info

#DF4DA5 contains mainly red and blue colors. Web safe color of #DF4DA5 is #CC3399 (or #C39).

RGB color model

#DF4DA5 color RGB value is (223,77,165).

RGB: (223,77,165) (87%, 30%, 65%)

RGB channels and saturation

R 223 of 255 = 87%
G 77 of 255 = 30%
B 165 of 255 = 65%

223
77
165

R + G + B ~ 61%. #DF4DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 77 + 165 = 465 (100%)
R 223 of 465 ~ 47.96%
G 77 of 465 ~ 16.56%
B 165 of 465 ~ 35.48'%

%47.96
%16.56
%35.48

CMYK color model

#DF4DA5 color CMYK value is (0,65,26,13).

  • cyan value is 0.00%
  • magenta value is 65.47%
  • yellow value is 26.01%
  • key color value is 12.55%

CMYK: (0,65,26,13)
C0M65Y26K13 (0%, 65%, 26%, 13%)
(0.00 / 0.65 / 0.26 / 0.13)

CMYK percentages

%0
%65.47
%26.01
%12.55

Codes

Color #DF4DA5 in popluar color models

DF 4D A5
RGB 223 77 165
HSL 324° 69.52% 58.82%
HSB/HSV 324° 65.47% 87.45%
CMYK 0.00% 65.47% 26.01%
12.55%

Color #DF4DA5 in popluar number systems.

HEX DF 4D A5
Decimal 223 77 165
Binary 11011111 1001101 10100101
Octal 337 115 245

Shades and tints

Shades of #DF4DA5

#DF4DA5
(223,77,165)
#CB4696
(203,70,150)
#B73F87
(183,63,135)
#A33878
(163,56,120)
#8F3169
(143,49,105)
#7B2A5A
(123,42,90)
#67234B
(103,35,75)
#531C3C
(83,28,60)
#3F152D
(63,21,45)
#2B0E1E
(43,14,30)
#17070F
(23,7,15)
#000000
(0,0,0)

Tints of #DF4DA5

#DF4DA5
(223,77,165)
#E15DAD
(225,93,173)
#E36DB5
(227,109,181)
#E57DBD
(229,125,189)
#E78DC5
(231,141,197)
#E99DCD
(233,157,205)
#EBADD5
(235,173,213)
#EDBDDD
(237,189,221)
#EFCDE5
(239,205,229)
#F1DDED
(241,221,237)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4DA5 color. Also use rgb(223,77,165) instead hex code.

Text Font Color

.myTextColor { color: #DF4DA5; }

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

This text font color is #DF4DA5.

Background Color

.myBgColor { background-color: #DF4DA5; }

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

This div background color is #DF4DA5.

Border color

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

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

This div border color is #DF4DA5.

Opacity

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

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

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

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

This text has shadow with #DF4DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF4DA5.

Preview

Color preview on black background

This text has color #DF4DA5 on black background.


Color preview on white background

This text has color #DF4DA5 on white background.


Black color preview on #DF4DA5 background

This text has black color on #DF4DA5 background.


White color preview on #DF4DA5 background

This text has white color on #DF4DA5 background.


Related colors

Complementary color

Complementary color for #hex is #20B25A.


I love getcolorcode.com

Triadic colors

1 #A5DF4D and #4DA5DF with #DF4DA5 are triadic colors.

2 #A54DDF and #4DDFA5 with #DF4DA5 are triadic colors.