Html Css Color HEX #DE2EED Psychedelic Purple

📋 copy color: '#DE2EED'

red 222 ◦ green 46 ◦ blue 237

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

Shades of Psychedelic Purple #DE2EED

Tints of Psychedelic Purple #DE2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 43.96%
G = 9.11%
B = 46.93%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE2EED (or 0xDE2EED) is known color: Psychedelic Purple. HEX triplet: DE, 2E and ED. RGB value is (222,46,237). Sum of RGB (Red+Green+Blue) = 222+46+237=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2EED is #21D112. Grayscale: #777777. Windows color (decimal): -2216211 or 15544030. OLE color: 15544030.

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

Color convert

RGB 222 46 237 -
CMYK 0.06 0.81 0 0.07
HSL 295.29º 0.84% 0.55% -
HSV(B) 295.29º 0.81% 0.93% -
XYZ 46.39 23.6 82.23 -
YUV 120.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 222 46 237 0.06 0.81 0 0.07 295.29 0.84 0.55
Hex DE 2E ED 6 51 0 7 127 54 37
Octal 336 56 355 6 121 0 7 447 124 67
Binary 11011110 101110 11101101 110 1010001 0 111 100100111 1010100 110111

Color Harmonies of #DE2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2EED

Black with #DE2EED

Text Example


Text Example

White with #DE2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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