COLOR #DB7CC2

HEX: #DB7CC2 RGB: (219,124,194)

Color info

#DB7CC2 contains mainly red and blue colors. Web safe color of #DB7CC2 is #CC66CC (or #C6C).

RGB color model

#DB7CC2 color RGB value is (219,124,194).

RGB: (219,124,194) (86%, 49%, 76%)

RGB channels and saturation

R 219 of 255 = 86%
G 124 of 255 = 49%
B 194 of 255 = 76%

219
124
194

R + G + B ~ 70%. #DB7CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 124 + 194 = 537 (100%)
R 219 of 537 ~ 40.78%
G 124 of 537 ~ 23.09%
B 194 of 537 ~ 36.13'%

%40.78
%23.09
%36.13

CMYK color model

#DB7CC2 color CMYK value is (0,43,11,14).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 11.42%
  • key color value is 14.12%

CMYK: (0,43,11,14)
C0M43Y11K14 (0%, 43%, 11%, 14%)
(0.00 / 0.43 / 0.11 / 0.14)

CMYK percentages

%0
%43.38
%11.42
%14.12

Codes

Color #DB7CC2 in popluar color models

DB 7C C2
RGB 219 124 194
HSL 316° 56.89% 67.25%
HSB/HSV 316° 43.38% 85.88%
CMYK 0.00% 43.38% 11.42%
14.12%

Color #DB7CC2 in popluar number systems.

HEX DB 7C C2
Decimal 219 124 194
Binary 11011011 1111100 11000010
Octal 333 174 302

Shades and tints

Shades of #DB7CC2

#DB7CC2
(219,124,194)
#C871B1
(200,113,177)
#B566A0
(181,102,160)
#A25B8F
(162,91,143)
#8F507E
(143,80,126)
#7C456D
(124,69,109)
#693A5C
(105,58,92)
#562F4B
(86,47,75)
#43243A
(67,36,58)
#301929
(48,25,41)
#1D0E18
(29,14,24)
#000000
(0,0,0)

Tints of #DB7CC2

#DB7CC2
(219,124,194)
#DE87C7
(222,135,199)
#E192CC
(225,146,204)
#E49DD1
(228,157,209)
#E7A8D6
(231,168,214)
#EAB3DB
(234,179,219)
#EDBEE0
(237,190,224)
#F0C9E5
(240,201,229)
#F3D4EA
(243,212,234)
#F6DFEF
(246,223,239)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB7CC2 color. Also use rgb(219,124,194) instead hex code.

Text Font Color

.myTextColor { color: #DB7CC2; }

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

This text font color is #DB7CC2.

Background Color

.myBgColor { background-color: #DB7CC2; }

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

This div background color is #DB7CC2.

Border color

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

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

This div border color is #DB7CC2.

Opacity

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

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

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

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

This text has shadow with #DB7CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB7CC2.

Preview

Color preview on black background

This text has color #DB7CC2 on black background.


Color preview on white background

This text has color #DB7CC2 on white background.


Black color preview on #DB7CC2 background

This text has black color on #DB7CC2 background.


White color preview on #DB7CC2 background

This text has white color on #DB7CC2 background.


Related colors

Complementary color

Complementary color for #hex is #24833D.


I love getcolorcode.com

Triadic colors

1 #C2DB7C and #7CC2DB with #DB7CC2 are triadic colors.

2 #C27CDB and #7CDBC2 with #DB7CC2 are triadic colors.