COLOR #DB9AC0

HEX: #DB9AC0 RGB: (219,154,192)

Color info

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

RGB color model

#DB9AC0 color RGB value is (219,154,192).

RGB: (219,154,192) (86%, 60%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 192 of 255 = 75%

219
154
192

R + G + B ~ 74%. #DB9AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 154 + 192 = 565 (100%)
R 219 of 565 ~ 38.76%
G 154 of 565 ~ 27.26%
B 192 of 565 ~ 33.98'%

%38.76
%27.26
%33.98

CMYK color model

#DB9AC0 color CMYK value is (0,30,12,14).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 12.33%
  • key color value is 14.12%

CMYK: (0,30,12,14)
C0M30Y12K14 (0%, 30%, 12%, 14%)
(0.00 / 0.30 / 0.12 / 0.14)

CMYK percentages

%0
%29.68
%12.33
%14.12

Codes

Color #DB9AC0 in popluar color models

DB 9A C0
RGB 219 154 192
HSL 325° 47.45% 73.14%
HSB/HSV 325° 29.68% 85.88%
CMYK 0.00% 29.68% 12.33%
14.12%

Color #DB9AC0 in popluar number systems.

HEX DB 9A C0
Decimal 219 154 192
Binary 11011011 10011010 11000000
Octal 333 232 300

Shades and tints

Shades of #DB9AC0

#DB9AC0
(219,154,192)
#C88CAF
(200,140,175)
#B57E9E
(181,126,158)
#A2708D
(162,112,141)
#8F627C
(143,98,124)
#7C546B
(124,84,107)
#69465A
(105,70,90)
#563849
(86,56,73)
#432A38
(67,42,56)
#301C27
(48,28,39)
#1D0E16
(29,14,22)
#000000
(0,0,0)

Tints of #DB9AC0

#DB9AC0
(219,154,192)
#DEA3C5
(222,163,197)
#E1ACCA
(225,172,202)
#E4B5CF
(228,181,207)
#E7BED4
(231,190,212)
#EAC7D9
(234,199,217)
#EDD0DE
(237,208,222)
#F0D9E3
(240,217,227)
#F3E2E8
(243,226,232)
#F6EBED
(246,235,237)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9AC0 color. Also use rgb(219,154,192) instead hex code.

Text Font Color

.myTextColor { color: #DB9AC0; }

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

This text font color is #DB9AC0.

Background Color

.myBgColor { background-color: #DB9AC0; }

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

This div background color is #DB9AC0.

Border color

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

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

This div border color is #DB9AC0.

Opacity

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

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

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

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

This text has shadow with #DB9AC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9AC0.

Preview

Color preview on black background

This text has color #DB9AC0 on black background.


Color preview on white background

This text has color #DB9AC0 on white background.


Black color preview on #DB9AC0 background

This text has black color on #DB9AC0 background.


White color preview on #DB9AC0 background

This text has white color on #DB9AC0 background.


Related colors

Complementary color

Complementary color for #hex is #24653F.


I love getcolorcode.com

Triadic colors

1 #C0DB9A and #9AC0DB with #DB9AC0 are triadic colors.

2 #C09ADB and #9ADBC0 with #DB9AC0 are triadic colors.