COLOR #D669DD

HEX: #D669DD
RGB: (214,105,221)

Color info

#D669DD contains mainly red and blue colors. Web safe color of #D669DD is #CC66CC (or #C6C).

RGB color model

#D669DD color RGB value is (214,105,221).

  • red value is 214;
  • green value is 105;
  • blue value is 221.
RGB:
(214,105,221)
(84%,41%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 105 of 255 = 41%
B 221 of 255 = 87%

214
105
221

R + G + B ~ 71%. #D669DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 105 + 221 = 540 (100%)
R 214 of 540 ~ 39.63%
G 105 of 540 ~ 19.44%
B 221 of 540 ~ 40.93%

%39.63
%19.44
%40.93

CMYK color model

#D669DD color CMYK value is (3,52,0,13).

  • cyan value is 3.17%
  • magenta value is 52.49%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,52,0,13)
C3M52Y0K13 
(3%,52%,0%,13%)
(0.03/0.52/0.00/0.13)	

CMYK percentages

%3.17
%52.49
%0
%13.33

Codes

Color #D669DD in popluar color models

D669DD
RGB214105221
HSL296°63.04%63.92%
HSB/HSV296°52.49%86.67%
CMYK3.17%52.49%0.00%
13.33%

Color #D669DD in popluar number systems.

HEXD669DD
Decimal214105221
Binary11010110110100111011101
Octal326151335

Shades and tints

Shades of #D669DD

#D669DD
(214,105,221)
#C360C9
(195,96,201)
#B057B5
(176,87,181)
#9D4EA1
(157,78,161)
#8A458D
(138,69,141)
#773C79
(119,60,121)
#643365
(100,51,101)
#512A51
(81,42,81)
#3E213D
(62,33,61)
#2B1829
(43,24,41)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #D669DD

#D669DD
(214,105,221)
#D976E0
(217,118,224)
#DC83E3
(220,131,227)
#DF90E6
(223,144,230)
#E29DE9
(226,157,233)
#E5AAEC
(229,170,236)
#E8B7EF
(232,183,239)
#EBC4F2
(235,196,242)
#EED1F5
(238,209,245)
#F1DEF8
(241,222,248)
#F4EBFB
(244,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D669DD color. Also use rgb(214,105,221) instead hex code.

Text Font Color

.myTextColor { color: #D669DD; }

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

This text font color is #D669DD.


Background Color

.myBgColor { background-color: #D669DD; }

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

This div background color is #D669DD.


Border color

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

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

This div border color is #D669DD.


Opacity

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

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

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

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

This text has shadow with #D669DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D669DD on black background.


Color preview on white background

This text has color #D669DD on white background.



Black color preview on #D669DD background

This text has black color on #D669DD background.


White color preview on #D669DD background

This text has white color on #D669DD background.