COLOR #DB75F9

HEX: #DB75F9
RGB: (219,117,249)

Color info

#DB75F9 contains mainly red and blue colors. Web safe color of #DB75F9 is #CC66FF (or #C6F).

RGB color model

#DB75F9 color RGB value is (219,117,249).

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

RGB channels and saturation

R 219 of 255 = 86%
G 117 of 255 = 46%
B 249 of 255 = 98%

219
117
249

R + G + B ~ 77%. #DB75F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 117 + 249 = 585 (100%)
R 219 of 585 ~ 37.44%
G 117 of 585 ~ 20%
B 249 of 585 ~ 42.56%

%37.44
%20
%42.56

CMYK color model

#DB75F9 color CMYK value is (12,53,0,2).

  • cyan value is 12.05%
  • magenta value is 53.01%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,53,0,2)
C12M53Y0K2 
(12%,53%,0%,2%)
(0.12/0.53/0.00/0.02)	

CMYK percentages

%12.05
%53.01
%0
%2.35

Codes

Color #DB75F9 in popluar color models

DB75F9
RGB219117249
HSL286°91.67%71.76%
HSB/HSV286°53.01%97.65%
CMYK12.05%53.01%0.00%
2.35%

Color #DB75F9 in popluar number systems.

HEXDB75F9
Decimal219117249
Binary11011011111010111111001
Octal333165371

Shades and tints

Shades of #DB75F9

#DB75F9
(219,117,249)
#C86BE3
(200,107,227)
#B561CD
(181,97,205)
#A257B7
(162,87,183)
#8F4DA1
(143,77,161)
#7C438B
(124,67,139)
#693975
(105,57,117)
#562F5F
(86,47,95)
#432549
(67,37,73)
#301B33
(48,27,51)
#1D111D
(29,17,29)
#000000
(0,0,0)

Tints of #DB75F9

#DB75F9
(219,117,249)
#DE81F9
(222,129,249)
#E18DF9
(225,141,249)
#E499F9
(228,153,249)
#E7A5F9
(231,165,249)
#EAB1F9
(234,177,249)
#EDBDF9
(237,189,249)
#F0C9F9
(240,201,249)
#F3D5F9
(243,213,249)
#F6E1F9
(246,225,249)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB75F9; }

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

This text font color is #DB75F9.


Background Color

.myBgColor { background-color: #DB75F9; }

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

This div background color is #DB75F9.


Border color

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

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

This div border color is #DB75F9.


Opacity

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

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

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

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

This text has shadow with #DB75F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB75F9 on black background.


Color preview on white background

This text has color #DB75F9 on white background.



Black color preview on #DB75F9 background

This text has black color on #DB75F9 background.


White color preview on #DB75F9 background

This text has white color on #DB75F9 background.