COLOR #DC59CE

HEX: #DC59CE RGB: (220,89,206)

Color info

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

RGB color model

#DC59CE color RGB value is (220,89,206).

RGB: (220,89,206) (86%, 35%, 81%)

RGB channels and saturation

R 220 of 255 = 86%
G 89 of 255 = 35%
B 206 of 255 = 81%

220
89
206

R + G + B ~ 67%. #DC59CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 89 + 206 = 515 (100%)
R 220 of 515 ~ 42.72%
G 89 of 515 ~ 17.28%
B 206 of 515 ~ 40'%

%42.72
%17.28
%40

CMYK color model

#DC59CE color CMYK value is (0,60,6,14).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK: (0,60,6,14) C0M60Y6K14 (0%,60%,6%,14%) (0.00/0.60/0.06/0.14) 

CMYK percentages

%0
%59.55
%6.36
%13.73

Codes

Color #DC59CE in popluar color models

DC 59 CE
RGB 220 89 206
HSL 306° 65.17% 60.59%
HSB/HSV 306° 59.55% 86.27%
CMYK 0.00% 59.55% 6.36%
13.73%

Color #DC59CE in popluar number systems.

HEX DC 59 CE
Decimal 220 89 206
Binary 11011100 1011001 11001110
Octal 334 131 316

Shades and tints

Shades of #DC59CE

#DC59CE
(220,89,206)
#C851BC
(200,81,188)
#B449AA
(180,73,170)
#A04198
(160,65,152)
#8C3986
(140,57,134)
#783174
(120,49,116)
#642962
(100,41,98)
#502150
(80,33,80)
#3C193E
(60,25,62)
#28112C
(40,17,44)
#14091A
(20,9,26)
#000000
(0,0,0)

Tints of #DC59CE

#DC59CE
(220,89,206)
#DF68D2
(223,104,210)
#E277D6
(226,119,214)
#E586DA
(229,134,218)
#E895DE
(232,149,222)
#EBA4E2
(235,164,226)
#EEB3E6
(238,179,230)
#F1C2EA
(241,194,234)
#F4D1EE
(244,209,238)
#F7E0F2
(247,224,242)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC59CE color. Also use rgb(220,89,206) instead hex code.

Text Font Color

.myTextColor { color: #DC59CE; }

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

This text font color is #DC59CE.

Background Color

.myBgColor { background-color: #DC59CE; }

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

This div background color is #DC59CE.

Border color

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

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

This div border color is #DC59CE.

Opacity

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

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

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

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

This text has shadow with #DC59CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC59CE.

Preview

Color preview on black background

This text has color #DC59CE on black background.


Color preview on white background

This text has color #DC59CE on white background.


Black color preview on #DC59CE background

This text has black color on #DC59CE background.


White color preview on #DC59CE background

This text has white color on #DC59CE background.


Related colors

Complementary color

Complementary color for #hex is #23A631.


I love getcolorcode.com

Triadic colors

1 #CEDC59 and #59CEDC with #DC59CE are triadic colors.

2 #CE59DC and #59DCCE with #DC59CE are triadic colors.