COLOR #D69FF0

HEX: #D69FF0
RGB: (214,159,240)

Color info

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

RGB color model

#D69FF0 color RGB value is (214,159,240).

  • red value is 214;
  • green value is 159;
  • blue value is 240.
RGB:
(214,159,240)
(84%,62%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 159 of 255 = 62%
B 240 of 255 = 94%

214
159
240

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

Portions of RGB colors in percentages

R + G + B =
214 + 159 + 240 = 613 (100%)
R 214 of 613 ~ 34.91%
G 159 of 613 ~ 25.94%
B 240 of 613 ~ 39.15%

%34.91
%25.94
%39.15

CMYK color model

#D69FF0 color CMYK value is (11,34,0,6).

  • cyan value is 10.83%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(11,34,0,6)
C11M34Y0K6 
(11%,34%,0%,6%)
(0.11/0.34/0.00/0.06)	

CMYK percentages

%10.83
%33.75
%0
%5.88

Codes

Color #D69FF0 in popluar color models

D69FF0
RGB214159240
HSL281°72.97%78.24%
HSB/HSV281°33.75%94.12%
CMYK10.83%33.75%0.00%
5.88%

Color #D69FF0 in popluar number systems.

HEXD69FF0
Decimal214159240
Binary110101101001111111110000
Octal326237360

Shades and tints

Shades of #D69FF0

#D69FF0
(214,159,240)
#C391DB
(195,145,219)
#B083C6
(176,131,198)
#9D75B1
(157,117,177)
#8A679C
(138,103,156)
#775987
(119,89,135)
#644B72
(100,75,114)
#513D5D
(81,61,93)
#3E2F48
(62,47,72)
#2B2133
(43,33,51)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #D69FF0

#D69FF0
(214,159,240)
#D9A7F1
(217,167,241)
#DCAFF2
(220,175,242)
#DFB7F3
(223,183,243)
#E2BFF4
(226,191,244)
#E5C7F5
(229,199,245)
#E8CFF6
(232,207,246)
#EBD7F7
(235,215,247)
#EEDFF8
(238,223,248)
#F1E7F9
(241,231,249)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69FF0 color. Also use rgb(214,159,240) instead hex code.

Text Font Color

.myTextColor { color: #D69FF0; }

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

This text font color is #D69FF0.


Background Color

.myBgColor { background-color: #D69FF0; }

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

This div background color is #D69FF0.


Border color

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

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

This div border color is #D69FF0.


Opacity

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

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

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

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

This text has shadow with #D69FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69FF0 on black background.


Color preview on white background

This text has color #D69FF0 on white background.



Black color preview on #D69FF0 background

This text has black color on #D69FF0 background.


White color preview on #D69FF0 background

This text has white color on #D69FF0 background.