COLOR #DB3CAA

HEX: #DB3CAA RGB: (219,60,170)

Color info

#DB3CAA contains mainly red and blue colors. Web safe color of #DB3CAA is #CC3399 (or #C39).

RGB color model

#DB3CAA color RGB value is (219,60,170).

RGB: (219,60,170) (86%, 24%, 67%)

RGB channels and saturation

R 219 of 255 = 86%
G 60 of 255 = 24%
B 170 of 255 = 67%

219
60
170

R + G + B ~ 59%. #DB3CAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 219 + 60 + 170 = 449 (100%)
R 219 of 449 ~ 48.78%
G 60 of 449 ~ 13.36%
B 170 of 449 ~ 37.86'%

%48.78
%13.36
%37.86

CMYK color model

#DB3CAA color CMYK value is (0,73,22,14).

  • cyan value is 0.00%
  • magenta value is 72.60%
  • yellow value is 22.37%
  • key color value is 14.12%
CMYK: (0,73,22,14) C0M73Y22K14 (0%,73%,22%,14%) (0.00/0.73/0.22/0.14) 

CMYK percentages

%0
%72.6
%22.37
%14.12

Codes

Color #DB3CAA in popluar color models

DB 3C AA
RGB 219 60 170
HSL 318° 68.83% 54.71%
HSB/HSV 318° 72.60% 85.88%
CMYK 0.00% 72.60% 22.37%
14.12%

Color #DB3CAA in popluar number systems.

HEX DB 3C AA
Decimal 219 60 170
Binary 11011011 111100 10101010
Octal 333 74 252

Shades and tints

Shades of #DB3CAA

#DB3CAA
(219,60,170)
#C8379B
(200,55,155)
#B5328C
(181,50,140)
#A22D7D
(162,45,125)
#8F286E
(143,40,110)
#7C235F
(124,35,95)
#691E50
(105,30,80)
#561941
(86,25,65)
#431432
(67,20,50)
#300F23
(48,15,35)
#1D0A14
(29,10,20)
#000000
(0,0,0)

Tints of #DB3CAA

#DB3CAA
(219,60,170)
#DE4DB1
(222,77,177)
#E15EB8
(225,94,184)
#E46FBF
(228,111,191)
#E780C6
(231,128,198)
#EA91CD
(234,145,205)
#EDA2D4
(237,162,212)
#F0B3DB
(240,179,219)
#F3C4E2
(243,196,226)
#F6D5E9
(246,213,233)
#F9E6F0
(249,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB3CAA color. Also use rgb(219,60,170) instead hex code.

Text Font Color

.myTextColor { color: #DB3CAA; }

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

This text font color is #DB3CAA.

Background Color

.myBgColor { background-color: #DB3CAA; }

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

This div background color is #DB3CAA.

Border color

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

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

This div border color is #DB3CAA.

Opacity

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

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

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

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

This text has shadow with #DB3CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB3CAA.

Preview

Color preview on black background

This text has color #DB3CAA on black background.


Color preview on white background

This text has color #DB3CAA on white background.


Black color preview on #DB3CAA background

This text has black color on #DB3CAA background.


White color preview on #DB3CAA background

This text has white color on #DB3CAA background.


Related colors

Complementary color

Complementary color for #hex is #24C355.


I love getcolorcode.com

Triadic colors

1 #AADB3C and #3CAADB with #DB3CAA are triadic colors.

2 #AA3CDB and #3CDBAA with #DB3CAA are triadic colors.