COLOR #DDA7F2

HEX: #DDA7F2
RGB: (221,167,242)

Color info

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

RGB color model

#DDA7F2 color RGB value is (221,167,242).

  • red value is 221;
  • green value is 167;
  • blue value is 242.
RGB:
(221,167,242)
(87%,65%,95%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 242 of 255 = 95%

221
167
242

R + G + B ~ 82%. #DDA7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 242 = 630 (100%)
R 221 of 630 ~ 35.08%
G 167 of 630 ~ 26.51%
B 242 of 630 ~ 38.41%

%35.08
%26.51
%38.41

CMYK color model

#DDA7F2 color CMYK value is (9,31,0,5).

  • cyan value is 8.68%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(9,31,0,5)
C9M31Y0K5 
(9%,31%,0%,5%)
(0.09/0.31/0.00/0.05)	

CMYK percentages

%8.68
%30.99
%0
%5.1

Codes

Color #DDA7F2 in popluar color models

DDA7F2
RGB221167242
HSL283°74.26%80.20%
HSB/HSV283°30.99%94.90%
CMYK8.68%30.99%0.00%
5.10%

Color #DDA7F2 in popluar number systems.

HEXDDA7F2
Decimal221167242
Binary110111011010011111110010
Octal335247362

Shades and tints

Shades of #DDA7F2

#DDA7F2
(221,167,242)
#C998DC
(201,152,220)
#B589C6
(181,137,198)
#A17AB0
(161,122,176)
#8D6B9A
(141,107,154)
#795C84
(121,92,132)
#654D6E
(101,77,110)
#513E58
(81,62,88)
#3D2F42
(61,47,66)
#29202C
(41,32,44)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #DDA7F2

#DDA7F2
(221,167,242)
#E0AFF3
(224,175,243)
#E3B7F4
(227,183,244)
#E6BFF5
(230,191,245)
#E9C7F6
(233,199,246)
#ECCFF7
(236,207,247)
#EFD7F8
(239,215,248)
#F2DFF9
(242,223,249)
#F5E7FA
(245,231,250)
#F8EFFB
(248,239,251)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA7F2 color. Also use rgb(221,167,242) instead hex code.

Text Font Color

.myTextColor { color: #DDA7F2; }

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

This text font color is #DDA7F2.


Background Color

.myBgColor { background-color: #DDA7F2; }

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

This div background color is #DDA7F2.


Border color

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

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

This div border color is #DDA7F2.


Opacity

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

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

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

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

This text has shadow with #DDA7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA7F2 on black background.


Color preview on white background

This text has color #DDA7F2 on white background.



Black color preview on #DDA7F2 background

This text has black color on #DDA7F2 background.


White color preview on #DDA7F2 background

This text has white color on #DDA7F2 background.