COLOR #D193ED

HEX: #D193ED RGB: (209,147,237)

Color info

#D193ED contains mainly red and blue colors. Web safe color of #D193ED is #CC99FF (or #C9F).

RGB color model

#D193ED color RGB value is (209,147,237).

RGB: (209,147,237) (82%, 58%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 147 of 255 = 58%
B 237 of 255 = 93%

209
147
237

R + G + B ~ 78%. #D193ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 147 + 237 = 593 (100%)
R 209 of 593 ~ 35.24%
G 147 of 593 ~ 24.79%
B 237 of 593 ~ 39.97'%

%35.24
%24.79
%39.97

CMYK color model

#D193ED color CMYK value is (12,38,0,7).

  • cyan value is 11.81%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (12,38,0,7)
C12M38Y0K7 (12%, 38%, 0%, 7%)
(0.12 / 0.38 / 0.00 / 0.07)

CMYK percentages

%11.81
%37.97
%0
%7.06

Codes

Color #D193ED in popluar color models

D1 93 ED
RGB 209 147 237
HSL 281° 71.43% 75.29%
HSB/HSV 281° 37.97% 92.94%
CMYK 11.81% 37.97% 0.00%
7.06%

Color #D193ED in popluar number systems.

HEX D1 93 ED
Decimal 209 147 237
Binary 11010001 10010011 11101101
Octal 321 223 355

Shades and tints

Shades of #D193ED

#D193ED
(209,147,237)
#BE86D8
(190,134,216)
#AB79C3
(171,121,195)
#986CAE
(152,108,174)
#855F99
(133,95,153)
#725284
(114,82,132)
#5F456F
(95,69,111)
#4C385A
(76,56,90)
#392B45
(57,43,69)
#261E30
(38,30,48)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #D193ED

#D193ED
(209,147,237)
#D59CEE
(213,156,238)
#D9A5EF
(217,165,239)
#DDAEF0
(221,174,240)
#E1B7F1
(225,183,241)
#E5C0F2
(229,192,242)
#E9C9F3
(233,201,243)
#EDD2F4
(237,210,244)
#F1DBF5
(241,219,245)
#F5E4F6
(245,228,246)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D193ED; }

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

This text font color is #D193ED.

Background Color

.myBgColor { background-color: #D193ED; }

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

This div background color is #D193ED.

Border color

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

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

This div border color is #D193ED.

Opacity

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

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

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

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

This text has shadow with #D193ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D193ED.

Preview

Color preview on black background

This text has color #D193ED on black background.


Color preview on white background

This text has color #D193ED on white background.


Black color preview on #D193ED background

This text has black color on #D193ED background.


White color preview on #D193ED background

This text has white color on #D193ED background.


Related colors

Complementary color

Complementary color for #hex is #2E6C12.


I love getcolorcode.com

Triadic colors

1 #EDD193 and #93EDD1 with #D193ED are triadic colors.

2 #ED93D1 and #93D1ED with #D193ED are triadic colors.