#DE0FEE

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

Shades of Psychedelic Purple #DE0FEE

Tints of Psychedelic Purple #DE0FEE

Color information

#DE0FEE (or 0xDE0FEE) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 0F and EE. RGB value is (222,15,238). Sum of RGB (Red+Green+Blue) = 222+15+238=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FEE is #21F011. Grayscale: #656565. Windows color (decimal): -2224146 or 15601630. OLE color: 15601630.

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

Color convert

RGB22215238-
CMYK0.070.9400.07
HSL295.7º88.14%49.61%-
HSV(B)295.7º93.7%93.33%-
XYZ45.7322.0482.73-
YUV102.32204.58213.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 15 (6.25% from 255) = 3.16%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=46.74%
G=3.16%
B=50.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222152380.070.9400.07295.788.1449.61
HexDEFEE75E071285832
Octal3361735671360745013062
Binary11011110111111101110111101111001111001010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0FEE; }

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

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

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

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

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

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

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

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