COLOR #DC7AD7

HEX: #DC7AD7 RGB: (220,122,215)

Color info

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

RGB color model

#DC7AD7 color RGB value is (220,122,215).

RGB: (220,122,215) (86%, 48%, 84%)

RGB channels and saturation

R 220 of 255 = 86%
G 122 of 255 = 48%
B 215 of 255 = 84%

220
122
215

R + G + B ~ 73%. #DC7AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 122 + 215 = 557 (100%)
R 220 of 557 ~ 39.5%
G 122 of 557 ~ 21.9%
B 215 of 557 ~ 38.6'%

%39.5
%21.9
%38.6

CMYK color model

#DC7AD7 color CMYK value is (0,45,2,14).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK: (0,45,2,14) C0M45Y2K14 (0%,45%,2%,14%) (0.00/0.45/0.02/0.14) 

CMYK percentages

%0
%44.55
%2.27
%13.73

Codes

Color #DC7AD7 in popluar color models

DC 7A D7
RGB 220 122 215
HSL 303° 58.33% 67.06%
HSB/HSV 303° 44.55% 86.27%
CMYK 0.00% 44.55% 2.27%
13.73%

Color #DC7AD7 in popluar number systems.

HEX DC 7A D7
Decimal 220 122 215
Binary 11011100 1111010 11010111
Octal 334 172 327

Shades and tints

Shades of #DC7AD7

#DC7AD7
(220,122,215)
#C86FC4
(200,111,196)
#B464B1
(180,100,177)
#A0599E
(160,89,158)
#8C4E8B
(140,78,139)
#784378
(120,67,120)
#643865
(100,56,101)
#502D52
(80,45,82)
#3C223F
(60,34,63)
#28172C
(40,23,44)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #DC7AD7

#DC7AD7
(220,122,215)
#DF86DA
(223,134,218)
#E292DD
(226,146,221)
#E59EE0
(229,158,224)
#E8AAE3
(232,170,227)
#EBB6E6
(235,182,230)
#EEC2E9
(238,194,233)
#F1CEEC
(241,206,236)
#F4DAEF
(244,218,239)
#F7E6F2
(247,230,242)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7AD7 color. Also use rgb(220,122,215) instead hex code.

Text Font Color

.myTextColor { color: #DC7AD7; }

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

This text font color is #DC7AD7.

Background Color

.myBgColor { background-color: #DC7AD7; }

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

This div background color is #DC7AD7.

Border color

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

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

This div border color is #DC7AD7.

Opacity

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

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

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

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

This text has shadow with #DC7AD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC7AD7.

Preview

Color preview on black background

This text has color #DC7AD7 on black background.


Color preview on white background

This text has color #DC7AD7 on white background.


Black color preview on #DC7AD7 background

This text has black color on #DC7AD7 background.


White color preview on #DC7AD7 background

This text has white color on #DC7AD7 background.


Related colors

Complementary color

Complementary color for #hex is #238528.


I love getcolorcode.com

Triadic colors

1 #D7DC7A and #7AD7DC with #DC7AD7 are triadic colors.

2 #D77ADC and #7ADCD7 with #DC7AD7 are triadic colors.