COLOR #D99AF0

HEX: #D99AF0
RGB: (217,154,240)

Color info

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

RGB color model

#D99AF0 color RGB value is (217,154,240).

  • red value is 217;
  • green value is 154;
  • blue value is 240.
RGB:
(217,154,240)
(85%,60%,94%)

RGB channels and saturation

R 217 of 255 = 85%
G 154 of 255 = 60%
B 240 of 255 = 94%

217
154
240

R + G + B ~ 80%. #D99AF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 154 + 240 = 611 (100%)
R 217 of 611 ~ 35.52%
G 154 of 611 ~ 25.2%
B 240 of 611 ~ 39.28%

%35.52
%25.2
%39.28

CMYK color model

#D99AF0 color CMYK value is (10,36,0,6).

  • cyan value is 9.58%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,36,0,6)
C10M36Y0K6 
(10%,36%,0%,6%)
(0.10/0.36/0.00/0.06)	

CMYK percentages

%9.58
%35.83
%0
%5.88

Codes

Color #D99AF0 in popluar color models

D99AF0
RGB217154240
HSL284°74.14%77.25%
HSB/HSV284°35.83%94.12%
CMYK9.58%35.83%0.00%
5.88%

Color #D99AF0 in popluar number systems.

HEXD99AF0
Decimal217154240
Binary110110011001101011110000
Octal331232360

Shades and tints

Shades of #D99AF0

#D99AF0
(217,154,240)
#C68CDB
(198,140,219)
#B37EC6
(179,126,198)
#A070B1
(160,112,177)
#8D629C
(141,98,156)
#7A5487
(122,84,135)
#674672
(103,70,114)
#54385D
(84,56,93)
#412A48
(65,42,72)
#2E1C33
(46,28,51)
#1B0E1E
(27,14,30)
#000000
(0,0,0)

Tints of #D99AF0

#D99AF0
(217,154,240)
#DCA3F1
(220,163,241)
#DFACF2
(223,172,242)
#E2B5F3
(226,181,243)
#E5BEF4
(229,190,244)
#E8C7F5
(232,199,245)
#EBD0F6
(235,208,246)
#EED9F7
(238,217,247)
#F1E2F8
(241,226,248)
#F4EBF9
(244,235,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99AF0 color. Also use rgb(217,154,240) instead hex code.

Text Font Color

.myTextColor { color: #D99AF0; }

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

This text font color is #D99AF0.


Background Color

.myBgColor { background-color: #D99AF0; }

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

This div background color is #D99AF0.


Border color

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

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

This div border color is #D99AF0.


Opacity

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

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

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

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

This text has shadow with #D99AF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99AF0 on black background.


Color preview on white background

This text has color #D99AF0 on white background.



Black color preview on #D99AF0 background

This text has black color on #D99AF0 background.


White color preview on #D99AF0 background

This text has white color on #D99AF0 background.