COLOR #DB7CD0

HEX: #DB7CD0
RGB: (219,124,208)

Color info

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

RGB color model

#DB7CD0 color RGB value is (219,124,208).

  • red value is 219;
  • green value is 124;
  • blue value is 208.
RGB:
(219,124,208)
(86%,49%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 124 of 255 = 49%
B 208 of 255 = 82%

219
124
208

R + G + B ~ 72%. #DB7CD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 124 + 208 = 551 (100%)
R 219 of 551 ~ 39.75%
G 124 of 551 ~ 22.5%
B 208 of 551 ~ 37.75%

%39.75
%22.5
%37.75

CMYK color model

#DB7CD0 color CMYK value is (0,43,5,14).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(0,43,5,14)
C0M43Y5K14 
(0%,43%,5%,14%)
(0.00/0.43/0.05/0.14)	

CMYK percentages

%0
%43.38
%5.02
%14.12

Codes

Color #DB7CD0 in popluar color models

DB7CD0
RGB219124208
HSL307°56.89%67.25%
HSB/HSV307°43.38%85.88%
CMYK0.00%43.38%5.02%
14.12%

Color #DB7CD0 in popluar number systems.

HEXDB7CD0
Decimal219124208
Binary11011011111110011010000
Octal333174320

Shades and tints

Shades of #DB7CD0

#DB7CD0
(219,124,208)
#C871BE
(200,113,190)
#B566AC
(181,102,172)
#A25B9A
(162,91,154)
#8F5088
(143,80,136)
#7C4576
(124,69,118)
#693A64
(105,58,100)
#562F52
(86,47,82)
#432440
(67,36,64)
#30192E
(48,25,46)
#1D0E1C
(29,14,28)
#000000
(0,0,0)

Tints of #DB7CD0

#DB7CD0
(219,124,208)
#DE87D4
(222,135,212)
#E192D8
(225,146,216)
#E49DDC
(228,157,220)
#E7A8E0
(231,168,224)
#EAB3E4
(234,179,228)
#EDBEE8
(237,190,232)
#F0C9EC
(240,201,236)
#F3D4F0
(243,212,240)
#F6DFF4
(246,223,244)
#F9EAF8
(249,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7CD0; }

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

This text font color is #DB7CD0.


Background Color

.myBgColor { background-color: #DB7CD0; }

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

This div background color is #DB7CD0.


Border color

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

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

This div border color is #DB7CD0.


Opacity

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

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

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

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

This text has shadow with #DB7CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7CD0 on black background.


Color preview on white background

This text has color #DB7CD0 on white background.



Black color preview on #DB7CD0 background

This text has black color on #DB7CD0 background.


White color preview on #DB7CD0 background

This text has white color on #DB7CD0 background.