#DE2BEF

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

Shades of Psychedelic Purple #DE2BEF

Tints of Psychedelic Purple #DE2BEF

Color information

#DE2BEF (or 0xDE2BEF) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 2B and EF. RGB value is (222,43,239). Sum of RGB (Red+Green+Blue) = 222+43+239=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2BEF is #21D410. Grayscale: #767676. Windows color (decimal): -2216977 or 15674334. OLE color: 15674334.

HSL color Cylindrical-coordinate representation of color #DE2BEF: hue angle of 294.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2BEF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22243239-
CMYK0.070.8200.06
HSL294.8º85.96%55.29%-
HSV(B)294.8º82.01%93.73%-
XYZ46.5723.4983.74-
YUV118.86195.8201.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 43 (17.19% from 255) = 8.53%
BLUE value IS 239 (93.75% from 255) = 47.42%
R=44.05%
G=8.53%
B=47.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal222432390.070.8200.06294.885.9655.29
HexDE2BEF752061275637
Octal3365335771220644712667
Binary1101111010101111101111111101001001101001001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2BEF; }

 p { color: rgb(222,43,239); }

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

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

 a { background-color: rgb(222,43,239); }

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

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

 span { border-color: rgb(222,43,239); }

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