COLOR #DC99D8

HEX: #DC99D8 RGB: (220,153,216)

Color info

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

RGB color model

#DC99D8 color RGB value is (220,153,216).

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

RGB channels and saturation

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

220
153
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 153 + 216 = 589 (100%)
R 220 of 589 ~ 37.35%
G 153 of 589 ~ 25.98%
B 216 of 589 ~ 36.67'%

%37.35
%25.98
%36.67

CMYK color model

#DC99D8 color CMYK value is (0,30,2,14).

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

CMYK: (0,30,2,14)
C0M30Y2K14 (0%, 30%, 2%, 14%)
(0.00 / 0.30 / 0.02 / 0.14)

CMYK percentages

%0
%30.45
%1.82
%13.73

Codes

Color #DC99D8 in popluar color models

DC 99 D8
RGB 220 153 216
HSL 304° 48.91% 73.14%
HSB/HSV 304° 30.45% 86.27%
CMYK 0.00% 30.45% 1.82%
13.73%

Color #DC99D8 in popluar number systems.

HEX DC 99 D8
Decimal 220 153 216
Binary 11011100 10011001 11011000
Octal 334 231 330

Shades and tints

Shades of #DC99D8

#DC99D8
(220,153,216)
#C88CC5
(200,140,197)
#B47FB2
(180,127,178)
#A0729F
(160,114,159)
#8C658C
(140,101,140)
#785879
(120,88,121)
#644B66
(100,75,102)
#503E53
(80,62,83)
#3C3140
(60,49,64)
#28242D
(40,36,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #DC99D8

#DC99D8
(220,153,216)
#DFA2DB
(223,162,219)
#E2ABDE
(226,171,222)
#E5B4E1
(229,180,225)
#E8BDE4
(232,189,228)
#EBC6E7
(235,198,231)
#EECFEA
(238,207,234)
#F1D8ED
(241,216,237)
#F4E1F0
(244,225,240)
#F7EAF3
(247,234,243)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC99D8; }

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

This text font color is #DC99D8.

Background Color

.myBgColor { background-color: #DC99D8; }

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

This div background color is #DC99D8.

Border color

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

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

This div border color is #DC99D8.

Opacity

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

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

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

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

This text has shadow with #DC99D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC99D8.

Preview

Color preview on black background

This text has color #DC99D8 on black background.


Color preview on white background

This text has color #DC99D8 on white background.


Black color preview on #DC99D8 background

This text has black color on #DC99D8 background.


White color preview on #DC99D8 background

This text has white color on #DC99D8 background.


Related colors

Complementary color

Complementary color for #hex is #236627.


I love getcolorcode.com

Triadic colors

1 #D8DC99 and #99D8DC with #DC99D8 are triadic colors.

2 #D899DC and #99DCD8 with #DC99D8 are triadic colors.