COLOR #D699F2

HEX: #D699F2
RGB: (214,153,242)

Color info

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

RGB color model

#D699F2 color RGB value is (214,153,242).

  • red value is 214;
  • green value is 153;
  • blue value is 242.
RGB:
(214,153,242)
(84%,60%,95%)

RGB channels and saturation

R 214 of 255 = 84%
G 153 of 255 = 60%
B 242 of 255 = 95%

214
153
242

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

Portions of RGB colors in percentages

R + G + B =
214 + 153 + 242 = 609 (100%)
R 214 of 609 ~ 35.14%
G 153 of 609 ~ 25.12%
B 242 of 609 ~ 39.74%

%35.14
%25.12
%39.74

CMYK color model

#D699F2 color CMYK value is (12,37,0,5).

  • cyan value is 11.57%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,37,0,5)
C12M37Y0K5 
(12%,37%,0%,5%)
(0.12/0.37/0.00/0.05)	

CMYK percentages

%11.57
%36.78
%0
%5.1

Codes

Color #D699F2 in popluar color models

D699F2
RGB214153242
HSL281°77.39%77.45%
HSB/HSV281°36.78%94.90%
CMYK11.57%36.78%0.00%
5.10%

Color #D699F2 in popluar number systems.

HEXD699F2
Decimal214153242
Binary110101101001100111110010
Octal326231362

Shades and tints

Shades of #D699F2

#D699F2
(214,153,242)
#C38CDC
(195,140,220)
#B07FC6
(176,127,198)
#9D72B0
(157,114,176)
#8A659A
(138,101,154)
#775884
(119,88,132)
#644B6E
(100,75,110)
#513E58
(81,62,88)
#3E3142
(62,49,66)
#2B242C
(43,36,44)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D699F2

#D699F2
(214,153,242)
#D9A2F3
(217,162,243)
#DCABF4
(220,171,244)
#DFB4F5
(223,180,245)
#E2BDF6
(226,189,246)
#E5C6F7
(229,198,247)
#E8CFF8
(232,207,248)
#EBD8F9
(235,216,249)
#EEE1FA
(238,225,250)
#F1EAFB
(241,234,251)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D699F2 color. Also use rgb(214,153,242) instead hex code.

Text Font Color

.myTextColor { color: #D699F2; }

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

This text font color is #D699F2.


Background Color

.myBgColor { background-color: #D699F2; }

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

This div background color is #D699F2.


Border color

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

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

This div border color is #D699F2.


Opacity

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

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

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

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

This text has shadow with #D699F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D699F2 on black background.


Color preview on white background

This text has color #D699F2 on white background.



Black color preview on #D699F2 background

This text has black color on #D699F2 background.


White color preview on #D699F2 background

This text has white color on #D699F2 background.