COLOR #D01AE7

HEX: #D01AE7 RGB: (208,26,231)

Color info

#D01AE7 contains mainly red and blue colors. Web safe color of #D01AE7 is #CC00FF (or #C0F).

RGB color model

#D01AE7 color RGB value is (208,26,231).

RGB: (208,26,231) (82%, 10%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 26 of 255 = 10%
B 231 of 255 = 91%

208
26
231

R + G + B ~ 61%. #D01AE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 26 + 231 = 465 (100%)
R 208 of 465 ~ 44.73%
G 26 of 465 ~ 5.59%
B 231 of 465 ~ 49.68'%

%44.73
%49.68

CMYK color model

#D01AE7 color CMYK value is (10,89,0,9).

  • cyan value is 9.96%
  • magenta value is 88.74%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (10,89,0,9) C10M89Y0K9 (10%,89%,0%,9%) (0.10/0.89/0.00/0.09) 

CMYK percentages

%9.96
%88.74
%0
%9.41

Codes

Color #D01AE7 in popluar color models

D0 1A E7
RGB 208 26 231
HSL 293° 81.03% 50.39%
HSB/HSV 293° 88.74% 90.59%
CMYK 9.96% 88.74% 0.00%
9.41%

Color #D01AE7 in popluar number systems.

HEX D0 1A E7
Decimal 208 26 231
Binary 11010000 11010 11100111
Octal 320 32 347

Shades and tints

Shades of #D01AE7

#D01AE7
(208,26,231)
#BE18D2
(190,24,210)
#AC16BD
(172,22,189)
#9A14A8
(154,20,168)
#881293
(136,18,147)
#76107E
(118,16,126)
#640E69
(100,14,105)
#520C54
(82,12,84)
#400A3F
(64,10,63)
#2E082A
(46,8,42)
#1C0615
(28,6,21)
#000000
(0,0,0)

Tints of #D01AE7

#D01AE7
(208,26,231)
#D42EE9
(212,46,233)
#D842EB
(216,66,235)
#DC56ED
(220,86,237)
#E06AEF
(224,106,239)
#E47EF1
(228,126,241)
#E892F3
(232,146,243)
#ECA6F5
(236,166,245)
#F0BAF7
(240,186,247)
#F4CEF9
(244,206,249)
#F8E2FB
(248,226,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D01AE7 color. Also use rgb(208,26,231) instead hex code.

Text Font Color

.myTextColor { color: #D01AE7; }

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

This text font color is #D01AE7.

Background Color

.myBgColor { background-color: #D01AE7; }

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

This div background color is #D01AE7.

Border color

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

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

This div border color is #D01AE7.

Opacity

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

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

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

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

This text has shadow with #D01AE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D01AE7.

Preview

Color preview on black background

This text has color #D01AE7 on black background.


Color preview on white background

This text has color #D01AE7 on white background.


Black color preview on #D01AE7 background

This text has black color on #D01AE7 background.


White color preview on #D01AE7 background

This text has white color on #D01AE7 background.


Related colors

Complementary color

Complementary color for #hex is #2FE518.


I love getcolorcode.com

Triadic colors

1 #E7D01A and #1AE7D0 with #D01AE7 are triadic colors.

2 #E71AD0 and #1AD0E7 with #D01AE7 are triadic colors.