COLOR #DB75D0

HEX: #DB75D0
RGB: (219,117,208)

Color info

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

RGB color model

#DB75D0 color RGB value is (219,117,208).

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

RGB channels and saturation

R 219 of 255 = 86%
G 117 of 255 = 46%
B 208 of 255 = 82%

219
117
208

R + G + B ~ 71%. #DB75D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 117 + 208 = 544 (100%)
R 219 of 544 ~ 40.26%
G 117 of 544 ~ 21.51%
B 208 of 544 ~ 38.24%

%40.26
%21.51
%38.24

CMYK color model

#DB75D0 color CMYK value is (0,47,5,14).

  • cyan value is 0.00%
  • magenta value is 46.58%
  • yellow value is 5.02%
  • key color value is 14.12%
CMYK:
(0,47,5,14)
C0M47Y5K14 
(0%,47%,5%,14%)
(0.00/0.47/0.05/0.14)	

CMYK percentages

%0
%46.58
%5.02
%14.12

Codes

Color #DB75D0 in popluar color models

DB75D0
RGB219117208
HSL306°58.62%65.88%
HSB/HSV306°46.58%85.88%
CMYK0.00%46.58%5.02%
14.12%

Color #DB75D0 in popluar number systems.

HEXDB75D0
Decimal219117208
Binary11011011111010111010000
Octal333165320

Shades and tints

Shades of #DB75D0

#DB75D0
(219,117,208)
#C86BBE
(200,107,190)
#B561AC
(181,97,172)
#A2579A
(162,87,154)
#8F4D88
(143,77,136)
#7C4376
(124,67,118)
#693964
(105,57,100)
#562F52
(86,47,82)
#432540
(67,37,64)
#301B2E
(48,27,46)
#1D111C
(29,17,28)
#000000
(0,0,0)

Tints of #DB75D0

#DB75D0
(219,117,208)
#DE81D4
(222,129,212)
#E18DD8
(225,141,216)
#E499DC
(228,153,220)
#E7A5E0
(231,165,224)
#EAB1E4
(234,177,228)
#EDBDE8
(237,189,232)
#F0C9EC
(240,201,236)
#F3D5F0
(243,213,240)
#F6E1F4
(246,225,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB75D0; }

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

This text font color is #DB75D0.


Background Color

.myBgColor { background-color: #DB75D0; }

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

This div background color is #DB75D0.


Border color

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

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

This div border color is #DB75D0.


Opacity

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

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

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

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

This text has shadow with #DB75D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB75D0 on black background.


Color preview on white background

This text has color #DB75D0 on white background.



Black color preview on #DB75D0 background

This text has black color on #DB75D0 background.


White color preview on #DB75D0 background

This text has white color on #DB75D0 background.