#DE22E5

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

Shades of Psychedelic Purple #DE22E5

Tints of Psychedelic Purple #DE22E5

Color information

#DE22E5 (or 0xDE22E5) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 22 and E5. RGB value is (222,34,229). Sum of RGB (Red+Green+Blue) = 222+34+229=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE22E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE22E5 is #21DD1A. Grayscale: #6F6F6F. Windows color (decimal): -2219291 or 15016670. OLE color: 15016670.

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

Color convert

RGB22234229-
CMYK0.030.8500.10
HSL297.85º78.95%51.57%-
HSV(B)297.85º85.15%89.8%-
XYZ44.8422.3376.08-
YUV112.44193.78206.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 34 (13.67% from 255) = 7.01%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=45.77%
G=7.01%
B=47.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222342290.030.8500.10297.8578.9551.57
HexDE22E53550A12a4f34
Octal33642345312501245211764
Binary1101111010001011100101111010101010101001010101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE22E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE22E5; }

 p { color: rgb(222,34,229); }

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

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

 a { background-color: rgb(222,34,229); }

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

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

 span { border-color: rgb(222,34,229); }

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