#DE0AE6

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

Shades of Psychedelic Purple #DE0AE6

Tints of Psychedelic Purple #DE0AE6

Color information

#DE0AE6 (or 0xDE0AE6) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 0A and E6. RGB value is (222,10,230). Sum of RGB (Red+Green+Blue) = 222+10+230=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE0AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0AE6 is #21F519. Grayscale: #616161. Windows color (decimal): -2225434 or 15076062. OLE color: 15076062.

HSL color Cylindrical-coordinate representation of color #DE0AE6: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0AE6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22210230-
CMYK0.030.9600.10
HSL297.82º91.67%47.06%-
HSV(B)297.82º95.65%90.2%-
XYZ44.5221.4676.66-
YUV98.47202.24216.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.05%
GREEN value IS 10 (4.30% from 255) = 2.16%
BLUE value IS 230 (90.23% from 255) = 49.78%
R=48.05%
G=2.16%
B=49.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222102300.030.9600.10297.8291.6747.06
HexDEAE63600A12a5c2f
Octal33612346314001245213457
Binary11011110101011100110111100000010101001010101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0AE6; }

 p { color: rgb(222,10,230); }

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

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

 a { background-color: rgb(222,10,230); }

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

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

 span { border-color: rgb(222,10,230); }

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