COLOR #D464A1

HEX: #D464A1
RGB: (212,100,161)

Color info

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

RGB color model

#D464A1 color RGB value is (212,100,161).

  • red value is 212;
  • green value is 100;
  • blue value is 161.
RGB:
(212,100,161)
(83%,39%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 100 of 255 = 39%
B 161 of 255 = 63%

212
100
161

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

Portions of RGB colors in percentages

R + G + B =
212 + 100 + 161 = 473 (100%)
R 212 of 473 ~ 44.82%
G 100 of 473 ~ 21.14%
B 161 of 473 ~ 34.04%

%44.82
%21.14
%34.04

CMYK color model

#D464A1 color CMYK value is (0,53,24,17).

  • cyan value is 0.00%
  • magenta value is 52.83%
  • yellow value is 24.06%
  • key color value is 16.86%
CMYK:
(0,53,24,17)
C0M53Y24K17 
(0%,53%,24%,17%)
(0.00/0.53/0.24/0.17)	

CMYK percentages

%0
%52.83
%24.06
%16.86

Codes

Color #D464A1 in popluar color models

D464A1
RGB212100161
HSL327°56.57%61.18%
HSB/HSV327°52.83%83.14%
CMYK0.00%52.83%24.06%
16.86%

Color #D464A1 in popluar number systems.

HEXD464A1
Decimal212100161
Binary11010100110010010100001
Octal324144241

Shades and tints

Shades of #D464A1

#D464A1
(212,100,161)
#C15B93
(193,91,147)
#AE5285
(174,82,133)
#9B4977
(155,73,119)
#884069
(136,64,105)
#75375B
(117,55,91)
#622E4D
(98,46,77)
#4F253F
(79,37,63)
#3C1C31
(60,28,49)
#291323
(41,19,35)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #D464A1

#D464A1
(212,100,161)
#D772A9
(215,114,169)
#DA80B1
(218,128,177)
#DD8EB9
(221,142,185)
#E09CC1
(224,156,193)
#E3AAC9
(227,170,201)
#E6B8D1
(230,184,209)
#E9C6D9
(233,198,217)
#ECD4E1
(236,212,225)
#EFE2E9
(239,226,233)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D464A1; }

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

This text font color is #D464A1.


Background Color

.myBgColor { background-color: #D464A1; }

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

This div background color is #D464A1.


Border color

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

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

This div border color is #D464A1.


Opacity

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

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

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

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

This text has shadow with #D464A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D464A1 on black background.


Color preview on white background

This text has color #D464A1 on white background.



Black color preview on #D464A1 background

This text has black color on #D464A1 background.


White color preview on #D464A1 background

This text has white color on #D464A1 background.