COLOR #D183D1

HEX: #D183D1
RGB: (209,131,209)

Color info

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

RGB color model

#D183D1 color RGB value is (209,131,209).

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

RGB channels and saturation

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

209
131
209

R + G + B ~ 72%. #D183D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 131 + 209 = 549 (100%)
R 209 of 549 ~ 38.07%
G 131 of 549 ~ 23.86%
B 209 of 549 ~ 38.07%

%38.07
%23.86
%38.07

CMYK color model

#D183D1 color CMYK value is (0,37,0,18).

  • cyan value is 0.00%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,37,0,18)
C0M37Y0K18 
(0%,37%,0%,18%)
(0.00/0.37/0.00/0.18)	

CMYK percentages

%0
%37.32
%0
%18.04

Codes

Color #D183D1 in popluar color models

D183D1
RGB209131209
HSL300°45.88%66.67%
HSB/HSV300°37.32%81.96%
CMYK0.00%37.32%0.00%
18.04%

Color #D183D1 in popluar number systems.

HEXD183D1
Decimal209131209
Binary110100011000001111010001
Octal321203321

Shades and tints

Shades of #D183D1

#D183D1
(209,131,209)
#BE78BE
(190,120,190)
#AB6DAB
(171,109,171)
#986298
(152,98,152)
#855785
(133,87,133)
#724C72
(114,76,114)
#5F415F
(95,65,95)
#4C364C
(76,54,76)
#392B39
(57,43,57)
#262026
(38,32,38)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D183D1

#D183D1
(209,131,209)
#D58ED5
(213,142,213)
#D999D9
(217,153,217)
#DDA4DD
(221,164,221)
#E1AFE1
(225,175,225)
#E5BAE5
(229,186,229)
#E9C5E9
(233,197,233)
#EDD0ED
(237,208,237)
#F1DBF1
(241,219,241)
#F5E6F5
(245,230,245)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D183D1; }

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

This text font color is #D183D1.


Background Color

.myBgColor { background-color: #D183D1; }

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

This div background color is #D183D1.


Border color

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

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

This div border color is #D183D1.


Opacity

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

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

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

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

This text has shadow with #D183D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D183D1 on black background.


Color preview on white background

This text has color #D183D1 on white background.



Black color preview on #D183D1 background

This text has black color on #D183D1 background.


White color preview on #D183D1 background

This text has white color on #D183D1 background.