COLOR #DD6DF8

HEX: #DD6DF8
RGB: (221,109,248)

Color info

#DD6DF8 contains mainly red and blue colors. Web safe color of #DD6DF8 is #CC66FF (or #C6F).

RGB color model

#DD6DF8 color RGB value is (221,109,248).

  • red value is 221;
  • green value is 109;
  • blue value is 248.
RGB:
(221,109,248)
(87%,43%,97%)

RGB channels and saturation

R 221 of 255 = 87%
G 109 of 255 = 43%
B 248 of 255 = 97%

221
109
248

R + G + B ~ 76%. #DD6DF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 109 + 248 = 578 (100%)
R 221 of 578 ~ 38.24%
G 109 of 578 ~ 18.86%
B 248 of 578 ~ 42.91%

%38.24
%18.86
%42.91

CMYK color model

#DD6DF8 color CMYK value is (11,56,0,3).

  • cyan value is 10.89%
  • magenta value is 56.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(11,56,0,3)
C11M56Y0K3 
(11%,56%,0%,3%)
(0.11/0.56/0.00/0.03)	

CMYK percentages

%10.89
%56.05
%0
%2.75

Codes

Color #DD6DF8 in popluar color models

DD6DF8
RGB221109248
HSL288°90.85%70.00%
HSB/HSV288°56.05%97.25%
CMYK10.89%56.05%0.00%
2.75%

Color #DD6DF8 in popluar number systems.

HEXDD6DF8
Decimal221109248
Binary11011101110110111111000
Octal335155370

Shades and tints

Shades of #DD6DF8

#DD6DF8
(221,109,248)
#C964E2
(201,100,226)
#B55BCC
(181,91,204)
#A152B6
(161,82,182)
#8D49A0
(141,73,160)
#79408A
(121,64,138)
#653774
(101,55,116)
#512E5E
(81,46,94)
#3D2548
(61,37,72)
#291C32
(41,28,50)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #DD6DF8

#DD6DF8
(221,109,248)
#E07AF8
(224,122,248)
#E387F8
(227,135,248)
#E694F8
(230,148,248)
#E9A1F8
(233,161,248)
#ECAEF8
(236,174,248)
#EFBBF8
(239,187,248)
#F2C8F8
(242,200,248)
#F5D5F8
(245,213,248)
#F8E2F8
(248,226,248)
#FBEFF8
(251,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD6DF8 color. Also use rgb(221,109,248) instead hex code.

Text Font Color

.myTextColor { color: #DD6DF8; }

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

This text font color is #DD6DF8.


Background Color

.myBgColor { background-color: #DD6DF8; }

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

This div background color is #DD6DF8.


Border color

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

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

This div border color is #DD6DF8.


Opacity

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

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

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

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

This text has shadow with #DD6DF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD6DF8 on black background.


Color preview on white background

This text has color #DD6DF8 on white background.



Black color preview on #DD6DF8 background

This text has black color on #DD6DF8 background.


White color preview on #DD6DF8 background

This text has white color on #DD6DF8 background.