COLOR #D5A4F0

HEX: #D5A4F0
RGB: (213,164,240)

Color info

#D5A4F0 contains mainly red and blue colors. Web safe color of #D5A4F0 is #CC99FF (or #C9F).

RGB color model

#D5A4F0 color RGB value is (213,164,240).

  • red value is 213;
  • green value is 164;
  • blue value is 240.
RGB:
(213,164,240)
(84%,64%,94%)

RGB channels and saturation

R 213 of 255 = 84%
G 164 of 255 = 64%
B 240 of 255 = 94%

213
164
240

R + G + B ~ 81%. #D5A4F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 164 + 240 = 617 (100%)
R 213 of 617 ~ 34.52%
G 164 of 617 ~ 26.58%
B 240 of 617 ~ 38.9%

%34.52
%26.58
%38.9

CMYK color model

#D5A4F0 color CMYK value is (11,32,0,6).

  • cyan value is 11.25%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(11,32,0,6)
C11M32Y0K6 
(11%,32%,0%,6%)
(0.11/0.32/0.00/0.06)	

CMYK percentages

%11.25
%31.67
%0
%5.88

Codes

Color #D5A4F0 in popluar color models

D5A4F0
RGB213164240
HSL279°71.70%79.22%
HSB/HSV279°31.67%94.12%
CMYK11.25%31.67%0.00%
5.88%

Color #D5A4F0 in popluar number systems.

HEXD5A4F0
Decimal213164240
Binary110101011010010011110000
Octal325244360

Shades and tints

Shades of #D5A4F0

#D5A4F0
(213,164,240)
#C296DB
(194,150,219)
#AF88C6
(175,136,198)
#9C7AB1
(156,122,177)
#896C9C
(137,108,156)
#765E87
(118,94,135)
#635072
(99,80,114)
#50425D
(80,66,93)
#3D3448
(61,52,72)
#2A2633
(42,38,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #D5A4F0

#D5A4F0
(213,164,240)
#D8ACF1
(216,172,241)
#DBB4F2
(219,180,242)
#DEBCF3
(222,188,243)
#E1C4F4
(225,196,244)
#E4CCF5
(228,204,245)
#E7D4F6
(231,212,246)
#EADCF7
(234,220,247)
#EDE4F8
(237,228,248)
#F0ECF9
(240,236,249)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A4F0 color. Also use rgb(213,164,240) instead hex code.

Text Font Color

.myTextColor { color: #D5A4F0; }

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

This text font color is #D5A4F0.


Background Color

.myBgColor { background-color: #D5A4F0; }

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

This div background color is #D5A4F0.


Border color

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

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

This div border color is #D5A4F0.


Opacity

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

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

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

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

This text has shadow with #D5A4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A4F0 on black background.


Color preview on white background

This text has color #D5A4F0 on white background.



Black color preview on #D5A4F0 background

This text has black color on #D5A4F0 background.


White color preview on #D5A4F0 background

This text has white color on #D5A4F0 background.