COLOR #D464DA

HEX: #D464DA RGB: (212,100,218)

Color info

#D464DA contains mainly red and blue colors. Web safe color of #D464DA is #CC66CC (or #C6C).

RGB color model

#D464DA color RGB value is (212,100,218).

RGB: (212,100,218) (83%, 39%, 85%)

RGB channels and saturation

R 212 of 255 = 83%
G 100 of 255 = 39%
B 218 of 255 = 85%

212
100
218

R + G + B ~ 69%. #D464DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 100 + 218 = 530 (100%)
R 212 of 530 ~ 40%
G 100 of 530 ~ 18.87%
B 218 of 530 ~ 41.13'%

%40
%18.87
%41.13

CMYK color model

#D464DA color CMYK value is (3,54,0,15).

  • cyan value is 2.75%
  • magenta value is 54.13%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (3,54,0,15)
C3M54Y0K15 (3%, 54%, 0%, 15%)
(0.03 / 0.54 / 0.00 / 0.15)

CMYK percentages

%2.75
%54.13
%0
%14.51

Codes

Color #D464DA in popluar color models

D4 64 DA
RGB 212 100 218
HSL 297° 61.46% 62.35%
HSB/HSV 297° 54.13% 85.49%
CMYK 2.75% 54.13% 0.00%
14.51%

Color #D464DA in popluar number systems.

HEX D4 64 DA
Decimal 212 100 218
Binary 11010100 1100100 11011010
Octal 324 144 332

Shades and tints

Shades of #D464DA

#D464DA
(212,100,218)
#C15BC7
(193,91,199)
#AE52B4
(174,82,180)
#9B49A1
(155,73,161)
#88408E
(136,64,142)
#75377B
(117,55,123)
#622E68
(98,46,104)
#4F2555
(79,37,85)
#3C1C42
(60,28,66)
#29132F
(41,19,47)
#160A1C
(22,10,28)
#000000
(0,0,0)

Tints of #D464DA

#D464DA
(212,100,218)
#D772DD
(215,114,221)
#DA80E0
(218,128,224)
#DD8EE3
(221,142,227)
#E09CE6
(224,156,230)
#E3AAE9
(227,170,233)
#E6B8EC
(230,184,236)
#E9C6EF
(233,198,239)
#ECD4F2
(236,212,242)
#EFE2F5
(239,226,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D464DA color. Also use rgb(212,100,218) instead hex code.

Text Font Color

.myTextColor { color: #D464DA; }

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

This text font color is #D464DA.

Background Color

.myBgColor { background-color: #D464DA; }

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

This div background color is #D464DA.

Border color

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

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

This div border color is #D464DA.

Opacity

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

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

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

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

This text has shadow with #D464DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D464DA.

Preview

Color preview on black background

This text has color #D464DA on black background.


Color preview on white background

This text has color #D464DA on white background.


Black color preview on #D464DA background

This text has black color on #D464DA background.


White color preview on #D464DA background

This text has white color on #D464DA background.


Related colors

Complementary color

Complementary color for #hex is #2B9B25.


I love getcolorcode.com

Triadic colors

1 #DAD464 and #64DAD4 with #D464DA are triadic colors.

2 #DA64D4 and #64D4DA with #D464DA are triadic colors.