COLOR #DC99DA

HEX: #DC99DA RGB: (220,153,218)

Color info

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

RGB color model

#DC99DA color RGB value is (220,153,218).

RGB: (220,153,218) (86%, 60%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 153 of 255 = 60%
B 218 of 255 = 85%

220
153
218

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

Portions of RGB colors in percentages

R + G + B = 220 + 153 + 218 = 591 (100%)
R 220 of 591 ~ 37.23%
G 153 of 591 ~ 25.89%
B 218 of 591 ~ 36.89'%

%37.23
%25.89
%36.89

CMYK color model

#DC99DA color CMYK value is (0,30,1,14).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 0.91%
  • key color value is 13.73%

CMYK: (0,30,1,14)
C0M30Y1K14 (0%, 30%, 1%, 14%)
(0.00 / 0.30 / 0.01 / 0.14)

CMYK percentages

%0
%30.45
%0.91
%13.73

Codes

Color #DC99DA in popluar color models

DC 99 DA
RGB 220 153 218
HSL 302° 48.91% 73.14%
HSB/HSV 302° 30.45% 86.27%
CMYK 0.00% 30.45% 0.91%
13.73%

Color #DC99DA in popluar number systems.

HEX DC 99 DA
Decimal 220 153 218
Binary 11011100 10011001 11011010
Octal 334 231 332

Shades and tints

Shades of #DC99DA

#DC99DA
(220,153,218)
#C88CC7
(200,140,199)
#B47FB4
(180,127,180)
#A072A1
(160,114,161)
#8C658E
(140,101,142)
#78587B
(120,88,123)
#644B68
(100,75,104)
#503E55
(80,62,85)
#3C3142
(60,49,66)
#28242F
(40,36,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #DC99DA

#DC99DA
(220,153,218)
#DFA2DD
(223,162,221)
#E2ABE0
(226,171,224)
#E5B4E3
(229,180,227)
#E8BDE6
(232,189,230)
#EBC6E9
(235,198,233)
#EECFEC
(238,207,236)
#F1D8EF
(241,216,239)
#F4E1F2
(244,225,242)
#F7EAF5
(247,234,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC99DA color. Also use rgb(220,153,218) instead hex code.

Text Font Color

.myTextColor { color: #DC99DA; }

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

This text font color is #DC99DA.

Background Color

.myBgColor { background-color: #DC99DA; }

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

This div background color is #DC99DA.

Border color

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

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

This div border color is #DC99DA.

Opacity

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

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

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

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

This text has shadow with #DC99DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC99DA.

Preview

Color preview on black background

This text has color #DC99DA on black background.


Color preview on white background

This text has color #DC99DA on white background.


Black color preview on #DC99DA background

This text has black color on #DC99DA background.


White color preview on #DC99DA background

This text has white color on #DC99DA background.


Related colors

Complementary color

Complementary color for #hex is #236625.


I love getcolorcode.com

Triadic colors

1 #DADC99 and #99DADC with #DC99DA are triadic colors.

2 #DA99DC and #99DCDA with #DC99DA are triadic colors.