#DE20E4

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

Shades of Psychedelic Purple #DE20E4

Tints of Psychedelic Purple #DE20E4

Color information

#DE20E4 (or 0xDE20E4) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 20 and E4. RGB value is (222,32,228). Sum of RGB (Red+Green+Blue) = 222+32+228=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE20E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE20E4 is #21DF1B. Grayscale: #6E6E6E. Windows color (decimal): -2219804 or 14950622. OLE color: 14950622.

HSL color Cylindrical-coordinate representation of color #DE20E4: hue angle of 298.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE20E4 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22232228-
CMYK0.030.8600.11
HSL298.16º78.4%50.98%-
HSV(B)298.16º85.96%89.41%-
XYZ44.6422.1675.32-
YUV111.15193.95207.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 32 (12.89% from 255) = 6.64%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=46.06%
G=6.64%
B=47.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222322280.030.8600.11298.1678.450.98
HexDE20E43560B12a4e33
Octal33640344312601345211663
Binary1101111010000011100100111010110010111001010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE20E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE20E4; }

 p { color: rgb(222,32,228); }

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

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

 a { background-color: rgb(222,32,228); }

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

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

 span { border-color: rgb(222,32,228); }

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