COLOR #DD7BF7

HEX: #DD7BF7 RGB: (221,123,247)

Color info

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

RGB color model

#DD7BF7 color RGB value is (221,123,247).

RGB: (221,123,247) (87%, 48%, 97%)

RGB channels and saturation

R 221 of 255 = 87%
G 123 of 255 = 48%
B 247 of 255 = 97%

221
123
247

R + G + B ~ 77%. #DD7BF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 123 + 247 = 591 (100%)
R 221 of 591 ~ 37.39%
G 123 of 591 ~ 20.81%
B 247 of 591 ~ 41.79'%

%37.39
%20.81
%41.79

CMYK color model

#DD7BF7 color CMYK value is (11,50,0,3).

  • cyan value is 10.53%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,50,0,3)
C11M50Y0K3 (11%, 50%, 0%, 3%)
(0.11 / 0.50 / 0.00 / 0.03)

CMYK percentages

%10.53
%50.2
%0
%3.14

Codes

Color #DD7BF7 in popluar color models

DD 7B F7
RGB 221 123 247
HSL 287° 88.57% 72.55%
HSB/HSV 287° 50.20% 96.86%
CMYK 10.53% 50.20% 0.00%
3.14%

Color #DD7BF7 in popluar number systems.

HEX DD 7B F7
Decimal 221 123 247
Binary 11011101 1111011 11110111
Octal 335 173 367

Shades and tints

Shades of #DD7BF7

#DD7BF7
(221,123,247)
#C970E1
(201,112,225)
#B565CB
(181,101,203)
#A15AB5
(161,90,181)
#8D4F9F
(141,79,159)
#794489
(121,68,137)
#653973
(101,57,115)
#512E5D
(81,46,93)
#3D2347
(61,35,71)
#291831
(41,24,49)
#150D1B
(21,13,27)
#000000
(0,0,0)

Tints of #DD7BF7

#DD7BF7
(221,123,247)
#E087F7
(224,135,247)
#E393F7
(227,147,247)
#E69FF7
(230,159,247)
#E9ABF7
(233,171,247)
#ECB7F7
(236,183,247)
#EFC3F7
(239,195,247)
#F2CFF7
(242,207,247)
#F5DBF7
(245,219,247)
#F8E7F7
(248,231,247)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD7BF7 color. Also use rgb(221,123,247) instead hex code.

Text Font Color

.myTextColor { color: #DD7BF7; }

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

This text font color is #DD7BF7.

Background Color

.myBgColor { background-color: #DD7BF7; }

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

This div background color is #DD7BF7.

Border color

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

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

This div border color is #DD7BF7.

Opacity

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

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

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

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

This text has shadow with #DD7BF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD7BF7.

Preview

Color preview on black background

This text has color #DD7BF7 on black background.


Color preview on white background

This text has color #DD7BF7 on white background.


Black color preview on #DD7BF7 background

This text has black color on #DD7BF7 background.


White color preview on #DD7BF7 background

This text has white color on #DD7BF7 background.


Related colors

Complementary color

Complementary color for #hex is #228408.


I love getcolorcode.com

Triadic colors

1 #F7DD7B and #7BF7DD with #DD7BF7 are triadic colors.

2 #F77BDD and #7BDDF7 with #DD7BF7 are triadic colors.