#D01AE7

Color #D01AE7 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D01AE7

Tints of Psychedelic Purple #D01AE7

Color information

#D01AE7 (or 0xD01AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 1A and E7. RGB value is (208,26,231). Sum of RGB (Red+Green+Blue) = 208+26+231=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #D01AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AE7 is #2FE518. Grayscale: #676767. Windows color (decimal): -3138841 or 15145680. OLE color: 15145680.

HSL color Cylindrical-coordinate representation of color #D01AE7: hue angle of 293.27º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01AE7 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20826231-
CMYK0.100.8900.09
HSL293.27º81.03%50.39%-
HSV(B)293.27º88.74%90.59%-
XYZ40.8119.9277.3-
YUV103.79199.8202.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 26 (10.55% from 255) = 5.59%
BLUE value IS 231 (90.62% from 255) = 49.68%
R=44.73%
G=5.59%
B=49.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208262310.100.8900.09293.2781.0350.39
HexD01AE7A59091255132
Octal320323471213101144512162
Binary11010000110101110011110101011001010011001001011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01AE7; }

 p { color: rgb(208,26,231); }

 H1.HeaderClassName
 {
   color: #D01AE7;
 }
 .AnyTagClassName
 {
   color: #D01AE7;
 }
</style>
background-color css

<style>
 a { background-color: #D01AE7; }

 a { background-color: rgb(208,26,231); }

 div.DivClassName
 {
   background-color: #D01AE7;
 }
 .BgClassName
 {
   background-color: #D01AE7;
 }
</style>
border-color css

<style>
 span { border-color: #D01AE7; }

 span { border-color: rgb(208,26,231); }

 td.TdClassName
 {
   border-color: #D01AE7;
 }
 .TagClassName
 {
   border-color: #D01AE7;
 }
</style>