Html Css Color HEX #DE29ED Psychedelic Purple

📋 copy color: '#DE29ED'

red 222 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #DE29ED

Tints of Psychedelic Purple #DE29ED

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.2%

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

R = 44.4%
G = 8.2%
B = 47.4%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE29ED (or 0xDE29ED) is known color: Psychedelic Purple. HEX triplet: DE, 29 and ED. RGB value is (222,41,237). Sum of RGB (Red+Green+Blue) = 222+41+237=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE29ED is #21D612. Grayscale: #747474. Windows color (decimal): -2217491 or 15542750. OLE color: 15542750.

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

Color convert

RGB 222 41 237 -
CMYK 0.06 0.83 0 0.07
HSL 295.41º 0.84% 0.55% -
HSV(B) 295.41º 0.83% 0.93% -
XYZ 46.2 23.23 82.17 -
YUV 117.46 195.47 202.56 -
System Red Green Blue C M Y K H S L
Decimal 222 41 237 0.06 0.83 0 0.07 295.41 0.84 0.55
Hex DE 29 ED 6 53 0 7 127 54 37
Octal 336 51 355 6 123 0 7 447 124 67
Binary 11011110 101001 11101101 110 1010011 0 111 100100111 1010100 110111

Color Harmonies of #DE29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29ED

Black with #DE29ED

Text Example


Text Example

White with #DE29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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