COLOR #DF64A6

HEX: #DF64A6 RGB: (223,100,166)

Color info

#DF64A6 contains mainly red and blue colors. Web safe color of #DF64A6 is #CC6699 (or #C69).

RGB color model

#DF64A6 color RGB value is (223,100,166).

RGB: (223,100,166) (87%, 39%, 65%)

RGB channels and saturation

R 223 of 255 = 87%
G 100 of 255 = 39%
B 166 of 255 = 65%

223
100
166

R + G + B ~ 64%. #DF64A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 100 + 166 = 489 (100%)
R 223 of 489 ~ 45.6%
G 100 of 489 ~ 20.45%
B 166 of 489 ~ 33.95'%

%45.6
%20.45
%33.95

CMYK color model

#DF64A6 color CMYK value is (0,55,26,13).

  • cyan value is 0.00%
  • magenta value is 55.16%
  • yellow value is 25.56%
  • key color value is 12.55%

CMYK: (0,55,26,13)
C0M55Y26K13 (0%, 55%, 26%, 13%)
(0.00 / 0.55 / 0.26 / 0.13)

CMYK percentages

%0
%55.16
%25.56
%12.55

Codes

Color #DF64A6 in popluar color models

DF 64 A6
RGB 223 100 166
HSL 328° 65.78% 63.33%
HSB/HSV 328° 55.16% 87.45%
CMYK 0.00% 55.16% 25.56%
12.55%

Color #DF64A6 in popluar number systems.

HEX DF 64 A6
Decimal 223 100 166
Binary 11011111 1100100 10100110
Octal 337 144 246

Shades and tints

Shades of #DF64A6

#DF64A6
(223,100,166)
#CB5B97
(203,91,151)
#B75288
(183,82,136)
#A34979
(163,73,121)
#8F406A
(143,64,106)
#7B375B
(123,55,91)
#672E4C
(103,46,76)
#53253D
(83,37,61)
#3F1C2E
(63,28,46)
#2B131F
(43,19,31)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #DF64A6

#DF64A6
(223,100,166)
#E172AE
(225,114,174)
#E380B6
(227,128,182)
#E58EBE
(229,142,190)
#E79CC6
(231,156,198)
#E9AACE
(233,170,206)
#EBB8D6
(235,184,214)
#EDC6DE
(237,198,222)
#EFD4E6
(239,212,230)
#F1E2EE
(241,226,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF64A6 color. Also use rgb(223,100,166) instead hex code.

Text Font Color

.myTextColor { color: #DF64A6; }

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

This text font color is #DF64A6.

Background Color

.myBgColor { background-color: #DF64A6; }

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

This div background color is #DF64A6.

Border color

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

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

This div border color is #DF64A6.

Opacity

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

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

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

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

This text has shadow with #DF64A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF64A6.

Preview

Color preview on black background

This text has color #DF64A6 on black background.


Color preview on white background

This text has color #DF64A6 on white background.


Black color preview on #DF64A6 background

This text has black color on #DF64A6 background.


White color preview on #DF64A6 background

This text has white color on #DF64A6 background.


Related colors

Complementary color

Complementary color for #hex is #209B59.


I love getcolorcode.com

Triadic colors

1 #A6DF64 and #64A6DF with #DF64A6 are triadic colors.

2 #A664DF and #64DFA6 with #DF64A6 are triadic colors.