#DE12EE

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

Shades of Psychedelic Purple #DE12EE

Tints of Psychedelic Purple #DE12EE

Color information

#DE12EE (or 0xDE12EE) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 12 and EE. RGB value is (222,18,238). Sum of RGB (Red+Green+Blue) = 222+18+238=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE12EE is #21ED11. Grayscale: #676767. Windows color (decimal): -2223378 or 15602398. OLE color: 15602398.

HSL color Cylindrical-coordinate representation of color #DE12EE: hue angle of 295.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE12EE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22218238-
CMYK0.070.9200.07
HSL295.64º86.61%50.2%-
HSV(B)295.64º92.44%93.33%-
XYZ45.7722.1482.75-
YUV104.08203.59212.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 18 (7.42% from 255) = 3.77%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=46.44%
G=3.77%
B=49.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222182380.070.9200.07295.6486.6150.2
HexDE12EE75C071285732
Octal3362235671340745012762
Binary110111101001011101110111101110001111001010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE12EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE12EE; }

 p { color: rgb(222,18,238); }

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

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

 a { background-color: rgb(222,18,238); }

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

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

 span { border-color: rgb(222,18,238); }

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