Html Css Color HEX #DE35FF Psychedelic Purple

📋 copy color: '#DE35FF'

red 222 ◦ green 53 ◦ blue 255

#DE35FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DE35FF

Tints of Psychedelic Purple #DE35FF

RGB

 RED value IS 222 (87.11% from 255) = 41.89%

 GREEN value IS 53 (21.09% from 255) = 10%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 41.89%
G = 10%
B = 48.11%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE35FF (or 0xDE35FF) is known color: Psychedelic Purple. HEX triplet: DE, 35 and FF. RGB value is (222,53,255). Sum of RGB (Red+Green+Blue) = 222+53+255=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 53 (21.09% from 255 or 10% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE35FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE35FF is #21CA00. Grayscale: #7D7D7D. Windows color (decimal): -2214401 or 16725470. OLE color: 16725470.

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

Color convert

RGB 222 53 255 -
CMYK 0.13 0.79 0 0
HSL 290.2º 1% 0.6% -
HSV(B) 290.2º 0.79% 1% -
XYZ 49.45 25.3 96.88 -
YUV 126.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 222 53 255 0.13 0.79 0 0 290.2 1 0.6
Hex DE 35 FF D 4F 0 0 122 64 3C
Octal 336 65 377 15 117 0 0 442 144 74
Binary 11011110 110101 11111111 1101 1001111 0 0 100100010 1100100 111100

Color Harmonies of #DE35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE35FF

Black with #DE35FF

Text Example


Text Example

White with #DE35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE35FF; }

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

 H1.HeaderClassName
 {
   color: #DE35FF;
 }
 .AnyTagClassName
 {
   color: #DE35FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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