COLOR #D7A1DB

HEX: #D7A1DB RGB: (215,161,219)

Color info

#D7A1DB contains red, green and blue colors in about the same proportion. Web safe color of #D7A1DB is #CC99CC (or #C9C).

RGB color model

#D7A1DB color RGB value is (215,161,219).

RGB: (215,161,219) (84%, 63%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 161 of 255 = 63%
B 219 of 255 = 86%

215
161
219

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

Portions of RGB colors in percentages

R + G + B = 215 + 161 + 219 = 595 (100%)
R 215 of 595 ~ 36.13%
G 161 of 595 ~ 27.06%
B 219 of 595 ~ 36.81'%

%36.13
%27.06
%36.81

CMYK color model

#D7A1DB color CMYK value is (2,26,0,14).

  • cyan value is 1.83%
  • magenta value is 26.48%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (2,26,0,14)
C2M26Y0K14 (2%, 26%, 0%, 14%)
(0.02 / 0.26 / 0.00 / 0.14)

CMYK percentages

%1.83
%26.48
%0
%14.12

Codes

Color #D7A1DB in popluar color models

D7 A1 DB
RGB 215 161 219
HSL 296° 44.62% 74.51%
HSB/HSV 296° 26.48% 85.88%
CMYK 1.83% 26.48% 0.00%
14.12%

Color #D7A1DB in popluar number systems.

HEX D7 A1 DB
Decimal 215 161 219
Binary 11010111 10100001 11011011
Octal 327 241 333

Shades and tints

Shades of #D7A1DB

#D7A1DB
(215,161,219)
#C493C8
(196,147,200)
#B185B5
(177,133,181)
#9E77A2
(158,119,162)
#8B698F
(139,105,143)
#785B7C
(120,91,124)
#654D69
(101,77,105)
#523F56
(82,63,86)
#3F3143
(63,49,67)
#2C2330
(44,35,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #D7A1DB

#D7A1DB
(215,161,219)
#DAA9DE
(218,169,222)
#DDB1E1
(221,177,225)
#E0B9E4
(224,185,228)
#E3C1E7
(227,193,231)
#E6C9EA
(230,201,234)
#E9D1ED
(233,209,237)
#ECD9F0
(236,217,240)
#EFE1F3
(239,225,243)
#F2E9F6
(242,233,246)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A1DB color. Also use rgb(215,161,219) instead hex code.

Text Font Color

.myTextColor { color: #D7A1DB; }

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

This text font color is #D7A1DB.

Background Color

.myBgColor { background-color: #D7A1DB; }

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

This div background color is #D7A1DB.

Border color

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

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

This div border color is #D7A1DB.

Opacity

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

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

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

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

This text has shadow with #D7A1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A1DB.

Preview

Color preview on black background

This text has color #D7A1DB on black background.


Color preview on white background

This text has color #D7A1DB on white background.


Black color preview on #D7A1DB background

This text has black color on #D7A1DB background.


White color preview on #D7A1DB background

This text has white color on #D7A1DB background.


Related colors

Complementary color

Complementary color for #hex is #285E24.


I love getcolorcode.com

Triadic colors

1 #DBD7A1 and #A1DBD7 with #D7A1DB are triadic colors.

2 #DBA1D7 and #A1D7DB with #D7A1DB are triadic colors.