COLOR #D075E1

HEX: #D075E1
RGB: (208,117,225)

Color info

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

RGB color model

#D075E1 color RGB value is (208,117,225).

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

RGB channels and saturation

R 208 of 255 = 82%
G 117 of 255 = 46%
B 225 of 255 = 88%

208
117
225

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

Portions of RGB colors in percentages

R + G + B =
208 + 117 + 225 = 550 (100%)
R 208 of 550 ~ 37.82%
G 117 of 550 ~ 21.27%
B 225 of 550 ~ 40.91%

%37.82
%21.27
%40.91

CMYK color model

#D075E1 color CMYK value is (8,48,0,12).

  • cyan value is 7.56%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,48,0,12)
C8M48Y0K12 
(8%,48%,0%,12%)
(0.08/0.48/0.00/0.12)	

CMYK percentages

%7.56
%48
%0
%11.76

Codes

Color #D075E1 in popluar color models

D075E1
RGB208117225
HSL291°64.29%67.06%
HSB/HSV291°48.00%88.24%
CMYK7.56%48.00%0.00%
11.76%

Color #D075E1 in popluar number systems.

HEXD075E1
Decimal208117225
Binary11010000111010111100001
Octal320165341

Shades and tints

Shades of #D075E1

#D075E1
(208,117,225)
#BE6BCD
(190,107,205)
#AC61B9
(172,97,185)
#9A57A5
(154,87,165)
#884D91
(136,77,145)
#76437D
(118,67,125)
#643969
(100,57,105)
#522F55
(82,47,85)
#402541
(64,37,65)
#2E1B2D
(46,27,45)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #D075E1

#D075E1
(208,117,225)
#D481E3
(212,129,227)
#D88DE5
(216,141,229)
#DC99E7
(220,153,231)
#E0A5E9
(224,165,233)
#E4B1EB
(228,177,235)
#E8BDED
(232,189,237)
#ECC9EF
(236,201,239)
#F0D5F1
(240,213,241)
#F4E1F3
(244,225,243)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D075E1; }

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

This text font color is #D075E1.


Background Color

.myBgColor { background-color: #D075E1; }

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

This div background color is #D075E1.


Border color

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

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

This div border color is #D075E1.


Opacity

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

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

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

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

This text has shadow with #D075E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D075E1 on black background.


Color preview on white background

This text has color #D075E1 on white background.



Black color preview on #D075E1 background

This text has black color on #D075E1 background.


White color preview on #D075E1 background

This text has white color on #D075E1 background.