COLOR #D0A5DB

HEX: #D0A5DB RGB: (208,165,219)

Color info

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

RGB color model

#D0A5DB color RGB value is (208,165,219).

RGB: (208,165,219) (82%, 65%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 219 of 255 = 86%

208
165
219

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

Portions of RGB colors in percentages

R + G + B = 208 + 165 + 219 = 592 (100%)
R 208 of 592 ~ 35.14%
G 165 of 592 ~ 27.87%
B 219 of 592 ~ 36.99'%

%35.14
%27.87
%36.99

CMYK color model

#D0A5DB color CMYK value is (5,25,0,14).

  • cyan value is 5.02%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (5,25,0,14)
C5M25Y0K14 (5%, 25%, 0%, 14%)
(0.05 / 0.25 / 0.00 / 0.14)

CMYK percentages

%5.02
%24.66
%0
%14.12

Codes

Color #D0A5DB in popluar color models

D0 A5 DB
RGB 208 165 219
HSL 288° 42.86% 75.29%
HSB/HSV 288° 24.66% 85.88%
CMYK 5.02% 24.66% 0.00%
14.12%

Color #D0A5DB in popluar number systems.

HEX D0 A5 DB
Decimal 208 165 219
Binary 11010000 10100101 11011011
Octal 320 245 333

Shades and tints

Shades of #D0A5DB

#D0A5DB
(208,165,219)
#BE96C8
(190,150,200)
#AC87B5
(172,135,181)
#9A78A2
(154,120,162)
#88698F
(136,105,143)
#765A7C
(118,90,124)
#644B69
(100,75,105)
#523C56
(82,60,86)
#402D43
(64,45,67)
#2E1E30
(46,30,48)
#1C0F1D
(28,15,29)
#000000
(0,0,0)

Tints of #D0A5DB

#D0A5DB
(208,165,219)
#D4ADDE
(212,173,222)
#D8B5E1
(216,181,225)
#DCBDE4
(220,189,228)
#E0C5E7
(224,197,231)
#E4CDEA
(228,205,234)
#E8D5ED
(232,213,237)
#ECDDF0
(236,221,240)
#F0E5F3
(240,229,243)
#F4EDF6
(244,237,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A5DB color. Also use rgb(208,165,219) instead hex code.

Text Font Color

.myTextColor { color: #D0A5DB; }

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

This text font color is #D0A5DB.

Background Color

.myBgColor { background-color: #D0A5DB; }

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

This div background color is #D0A5DB.

Border color

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

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

This div border color is #D0A5DB.

Opacity

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

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

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

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

This text has shadow with #D0A5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A5DB.

Preview

Color preview on black background

This text has color #D0A5DB on black background.


Color preview on white background

This text has color #D0A5DB on white background.


Black color preview on #D0A5DB background

This text has black color on #D0A5DB background.


White color preview on #D0A5DB background

This text has white color on #D0A5DB background.


Related colors

Complementary color

Complementary color for #hex is #2F5A24.


I love getcolorcode.com

Triadic colors

1 #DBD0A5 and #A5DBD0 with #D0A5DB are triadic colors.

2 #DBA5D0 and #A5D0DB with #D0A5DB are triadic colors.