COLOR #D183DD

HEX: #D183DD
RGB: (209,131,221)

Color info

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

RGB color model

#D183DD color RGB value is (209,131,221).

  • red value is 209;
  • green value is 131;
  • blue value is 221.
RGB:
(209,131,221)
(82%,51%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 131 of 255 = 51%
B 221 of 255 = 87%

209
131
221

R + G + B ~ 73%. #D183DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 131 + 221 = 561 (100%)
R 209 of 561 ~ 37.25%
G 131 of 561 ~ 23.35%
B 221 of 561 ~ 39.39%

%37.25
%23.35
%39.39

CMYK color model

#D183DD color CMYK value is (5,41,0,13).

  • cyan value is 5.43%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,41,0,13)
C5M41Y0K13 
(5%,41%,0%,13%)
(0.05/0.41/0.00/0.13)	

CMYK percentages

%5.43
%40.72
%0
%13.33

Codes

Color #D183DD in popluar color models

D183DD
RGB209131221
HSL292°56.96%69.02%
HSB/HSV292°40.72%86.67%
CMYK5.43%40.72%0.00%
13.33%

Color #D183DD in popluar number systems.

HEXD183DD
Decimal209131221
Binary110100011000001111011101
Octal321203335

Shades and tints

Shades of #D183DD

#D183DD
(209,131,221)
#BE78C9
(190,120,201)
#AB6DB5
(171,109,181)
#9862A1
(152,98,161)
#85578D
(133,87,141)
#724C79
(114,76,121)
#5F4165
(95,65,101)
#4C3651
(76,54,81)
#392B3D
(57,43,61)
#262029
(38,32,41)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D183DD

#D183DD
(209,131,221)
#D58EE0
(213,142,224)
#D999E3
(217,153,227)
#DDA4E6
(221,164,230)
#E1AFE9
(225,175,233)
#E5BAEC
(229,186,236)
#E9C5EF
(233,197,239)
#EDD0F2
(237,208,242)
#F1DBF5
(241,219,245)
#F5E6F8
(245,230,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D183DD color. Also use rgb(209,131,221) instead hex code.

Text Font Color

.myTextColor { color: #D183DD; }

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

This text font color is #D183DD.


Background Color

.myBgColor { background-color: #D183DD; }

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

This div background color is #D183DD.


Border color

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

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

This div border color is #D183DD.


Opacity

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

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

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

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

This text has shadow with #D183DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D183DD on black background.


Color preview on white background

This text has color #D183DD on white background.



Black color preview on #D183DD background

This text has black color on #D183DD background.


White color preview on #D183DD background

This text has white color on #D183DD background.