#DE35FE

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

Shades of Psychedelic Purple #DE35FE

Tints of Psychedelic Purple #DE35FE

Color information

#DE35FE (or 0xDE35FE) is unknown color: approx Psychedelic Purple. HEX triplet: DE, 35 and FE. RGB value is (222,53,254). Sum of RGB (Red+Green+Blue) = 222+53+254=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 53 (21.09% from 255 or 10.02% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE35FE is #21CA01. Grayscale: #7D7D7D. Windows color (decimal): -2214402 or 16659934. OLE color: 16659934.

HSL color Cylindrical-coordinate representation of color #DE35FE: hue angle of 290.45º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE35FE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22253254-
CMYK0.130.7900.00
HSL290.45º99.01%60.2%-
HSV(B)290.45º79.13%99.61%-
XYZ49.2925.2396.04-
YUV126.44199.99196.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 53 (21.09% from 255) = 10.02%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=41.97%
G=10.02%
B=48.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal222532540.130.7900.00290.4599.0160.2
HexDE35FED4F00122633c
Octal33665376151170044214374
Binary110111101101011111111011011001111001001000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35FE; }

 p { color: rgb(222,53,254); }

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

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

 a { background-color: rgb(222,53,254); }

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

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

 span { border-color: rgb(222,53,254); }

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