Html Css Color HEX #DE2EEE Psychedelic Purple

📋 copy color: '#DE2EEE'

red 222 ◦ green 46 ◦ blue 238

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

Shades of Psychedelic Purple #DE2EEE

Tints of Psychedelic Purple #DE2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.09%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 43.87%
G = 9.09%
B = 47.04%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE2EEE (or 0xDE2EEE) is known color: Psychedelic Purple. HEX triplet: DE, 2E and EE. RGB value is (222,46,238). Sum of RGB (Red+Green+Blue) = 222+46+238=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2EEE is #21D111. Grayscale: #777777. Windows color (decimal): -2216210 or 15609566. OLE color: 15609566.

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

Color convert

RGB 222 46 238 -
CMYK 0.07 0.81 0 0.07
HSL 295º 0.85% 0.56% -
HSV(B) 295º 0.81% 0.93% -
XYZ 46.53 23.66 83 -
YUV 120.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 222 46 238 0.07 0.81 0 0.07 295 0.85 0.56
Hex DE 2E EE 7 51 0 7 127 55 38
Octal 336 56 356 7 121 0 7 447 125 70
Binary 11011110 101110 11101110 111 1010001 0 111 100100111 1010101 111000

Color Harmonies of #DE2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2EEE

Black with #DE2EEE

Text Example


Text Example

White with #DE2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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