COLOR #DC85DB

HEX: #DC85DB RGB: (220,133,219)

Color info

#DC85DB contains mainly red and blue colors. Web safe color of #DC85DB is #CC99CC (or #C9C).

RGB color model

#DC85DB color RGB value is (220,133,219).

RGB: (220,133,219) (86%, 52%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 133 of 255 = 52%
B 219 of 255 = 86%

220
133
219

R + G + B ~ 75%. #DC85DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 133 + 219 = 572 (100%)
R 220 of 572 ~ 38.46%
G 133 of 572 ~ 23.25%
B 219 of 572 ~ 38.29'%

%38.46
%23.25
%38.29

CMYK color model

#DC85DB color CMYK value is (0,40,0,14).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 0.45%
  • key color value is 13.73%

CMYK: (0,40,0,14)
C0M40Y0K14 (0%, 40%, 0%, 14%)
(0.00 / 0.40 / 0.00 / 0.14)

CMYK percentages

%0
%39.55
%0.45
%13.73

Codes

Color #DC85DB in popluar color models

DC 85 DB
RGB 220 133 219
HSL 301° 55.41% 69.22%
HSB/HSV 301° 39.55% 86.27%
CMYK 0.00% 39.55% 0.45%
13.73%

Color #DC85DB in popluar number systems.

HEX DC 85 DB
Decimal 220 133 219
Binary 11011100 10000101 11011011
Octal 334 205 333

Shades and tints

Shades of #DC85DB

#DC85DB
(220,133,219)
#C879C8
(200,121,200)
#B46DB5
(180,109,181)
#A061A2
(160,97,162)
#8C558F
(140,85,143)
#78497C
(120,73,124)
#643D69
(100,61,105)
#503156
(80,49,86)
#3C2543
(60,37,67)
#281930
(40,25,48)
#140D1D
(20,13,29)
#000000
(0,0,0)

Tints of #DC85DB

#DC85DB
(220,133,219)
#DF90DE
(223,144,222)
#E29BE1
(226,155,225)
#E5A6E4
(229,166,228)
#E8B1E7
(232,177,231)
#EBBCEA
(235,188,234)
#EEC7ED
(238,199,237)
#F1D2F0
(241,210,240)
#F4DDF3
(244,221,243)
#F7E8F6
(247,232,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC85DB color. Also use rgb(220,133,219) instead hex code.

Text Font Color

.myTextColor { color: #DC85DB; }

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

This text font color is #DC85DB.

Background Color

.myBgColor { background-color: #DC85DB; }

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

This div background color is #DC85DB.

Border color

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

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

This div border color is #DC85DB.

Opacity

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

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

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

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

This text has shadow with #DC85DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC85DB.

Preview

Color preview on black background

This text has color #DC85DB on black background.


Color preview on white background

This text has color #DC85DB on white background.


Black color preview on #DC85DB background

This text has black color on #DC85DB background.


White color preview on #DC85DB background

This text has white color on #DC85DB background.


Related colors

Complementary color

Complementary color for #hex is #237A24.


I love getcolorcode.com

Triadic colors

1 #DBDC85 and #85DBDC with #DC85DB are triadic colors.

2 #DB85DC and #85DCDB with #DC85DB are triadic colors.