COLOR #D883DC

HEX: #D883DC RGB: (216,131,220)

Color info

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

RGB color model

#D883DC color RGB value is (216,131,220).

RGB: (216,131,220) (85%, 51%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 131 of 255 = 51%
B 220 of 255 = 86%

216
131
220

R + G + B ~ 74%. #D883DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 131 + 220 = 567 (100%)
R 216 of 567 ~ 38.1%
G 131 of 567 ~ 23.1%
B 220 of 567 ~ 38.8'%

%38.1
%23.1
%38.8

CMYK color model

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

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

CMYK: (2,40,0,14)
C2M40Y0K14 (2%, 40%, 0%, 14%)
(0.02 / 0.40 / 0.00 / 0.14)

CMYK percentages

%1.82
%40.45
%0
%13.73

Codes

Color #D883DC in popluar color models

D8 83 DC
RGB 216 131 220
HSL 297° 55.97% 68.82%
HSB/HSV 297° 40.45% 86.27%
CMYK 1.82% 40.45% 0.00%
13.73%

Color #D883DC in popluar number systems.

HEX D8 83 DC
Decimal 216 131 220
Binary 11011000 10000011 11011100
Octal 330 203 334

Shades and tints

Shades of #D883DC

#D883DC
(216,131,220)
#C578C8
(197,120,200)
#B26DB4
(178,109,180)
#9F62A0
(159,98,160)
#8C578C
(140,87,140)
#794C78
(121,76,120)
#664164
(102,65,100)
#533650
(83,54,80)
#402B3C
(64,43,60)
#2D2028
(45,32,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D883DC

#D883DC
(216,131,220)
#DB8EDF
(219,142,223)
#DE99E2
(222,153,226)
#E1A4E5
(225,164,229)
#E4AFE8
(228,175,232)
#E7BAEB
(231,186,235)
#EAC5EE
(234,197,238)
#EDD0F1
(237,208,241)
#F0DBF4
(240,219,244)
#F3E6F7
(243,230,247)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D883DC; }

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

This text font color is #D883DC.

Background Color

.myBgColor { background-color: #D883DC; }

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

This div background color is #D883DC.

Border color

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

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

This div border color is #D883DC.

Opacity

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

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

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

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

This text has shadow with #D883DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D883DC.

Preview

Color preview on black background

This text has color #D883DC on black background.


Color preview on white background

This text has color #D883DC on white background.


Black color preview on #D883DC background

This text has black color on #D883DC background.


White color preview on #D883DC background

This text has white color on #D883DC background.


Related colors

Complementary color

Complementary color for #hex is #277C23.


I love getcolorcode.com

Triadic colors

1 #DCD883 and #83DCD8 with #D883DC are triadic colors.

2 #DC83D8 and #83D8DC with #D883DC are triadic colors.