COLOR #D394DB

HEX: #D394DB RGB: (211,148,219)

Color info

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

RGB color model

#D394DB color RGB value is (211,148,219).

RGB: (211,148,219) (83%, 58%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 148 of 255 = 58%
B 219 of 255 = 86%

211
148
219

R + G + B ~ 76%. #D394DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 148 + 219 = 578 (100%)
R 211 of 578 ~ 36.51%
G 148 of 578 ~ 25.61%
B 219 of 578 ~ 37.89'%

%36.51
%25.61
%37.89

CMYK color model

#D394DB color CMYK value is (4,32,0,14).

  • cyan value is 3.65%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,32,0,14)
C4M32Y0K14 (4%, 32%, 0%, 14%)
(0.04 / 0.32 / 0.00 / 0.14)

CMYK percentages

%3.65
%32.42
%0
%14.12

Codes

Color #D394DB in popluar color models

D3 94 DB
RGB 211 148 219
HSL 293° 49.65% 71.96%
HSB/HSV 293° 32.42% 85.88%
CMYK 3.65% 32.42% 0.00%
14.12%

Color #D394DB in popluar number systems.

HEX D3 94 DB
Decimal 211 148 219
Binary 11010011 10010100 11011011
Octal 323 224 333

Shades and tints

Shades of #D394DB

#D394DB
(211,148,219)
#C087C8
(192,135,200)
#AD7AB5
(173,122,181)
#9A6DA2
(154,109,162)
#87608F
(135,96,143)
#74537C
(116,83,124)
#614669
(97,70,105)
#4E3956
(78,57,86)
#3B2C43
(59,44,67)
#281F30
(40,31,48)
#15121D
(21,18,29)
#000000
(0,0,0)

Tints of #D394DB

#D394DB
(211,148,219)
#D79DDE
(215,157,222)
#DBA6E1
(219,166,225)
#DFAFE4
(223,175,228)
#E3B8E7
(227,184,231)
#E7C1EA
(231,193,234)
#EBCAED
(235,202,237)
#EFD3F0
(239,211,240)
#F3DCF3
(243,220,243)
#F7E5F6
(247,229,246)
#FBEEF9
(251,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D394DB color. Also use rgb(211,148,219) instead hex code.

Text Font Color

.myTextColor { color: #D394DB; }

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

This text font color is #D394DB.

Background Color

.myBgColor { background-color: #D394DB; }

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

This div background color is #D394DB.

Border color

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

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

This div border color is #D394DB.

Opacity

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

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

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

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

This text has shadow with #D394DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D394DB.

Preview

Color preview on black background

This text has color #D394DB on black background.


Color preview on white background

This text has color #D394DB on white background.


Black color preview on #D394DB background

This text has black color on #D394DB background.


White color preview on #D394DB background

This text has white color on #D394DB background.


Related colors

Complementary color

Complementary color for #hex is #2C6B24.


I love getcolorcode.com

Triadic colors

1 #DBD394 and #94DBD3 with #D394DB are triadic colors.

2 #DB94D3 and #94D3DB with #D394DB are triadic colors.