COLOR #DA99DC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

218
153
220

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

Portions of RGB colors in percentages

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

%36.89
%25.89
%37.23

CMYK color model

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

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

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

CMYK percentages

%0.91
%30.45
%0
%13.73

Codes

Color #DA99DC in popluar color models

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

Color #DA99DC in popluar number systems.

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

Shades and tints

Shades of #DA99DC

#DA99DC
(218,153,220)
#C78CC8
(199,140,200)
#B47FB4
(180,127,180)
#A172A0
(161,114,160)
#8E658C
(142,101,140)
#7B5878
(123,88,120)
#684B64
(104,75,100)
#553E50
(85,62,80)
#42313C
(66,49,60)
#2F2428
(47,36,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DA99DC

#DA99DC
(218,153,220)
#DDA2DF
(221,162,223)
#E0ABE2
(224,171,226)
#E3B4E5
(227,180,229)
#E6BDE8
(230,189,232)
#E9C6EB
(233,198,235)
#ECCFEE
(236,207,238)
#EFD8F1
(239,216,241)
#F2E1F4
(242,225,244)
#F5EAF7
(245,234,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA99DC; }

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

This text font color is #DA99DC.

Background Color

.myBgColor { background-color: #DA99DC; }

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

This div background color is #DA99DC.

Border color

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

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

This div border color is #DA99DC.

Opacity

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

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

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

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

This text has shadow with #DA99DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA99DC.

Preview

Color preview on black background

This text has color #DA99DC on black background.


Color preview on white background

This text has color #DA99DC on white background.


Black color preview on #DA99DC background

This text has black color on #DA99DC background.


White color preview on #DA99DC background

This text has white color on #DA99DC background.


Related colors

Complementary color

Complementary color for #hex is #256623.


I love getcolorcode.com

Triadic colors

1 #DCDA99 and #99DCDA with #DA99DC are triadic colors.

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