Html Css Color HEX #DE11FF Psychedelic Purple

📋 copy color: '#DE11FF'

red 222 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #DE11FF

Tints of Psychedelic Purple #DE11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.44%

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

R = 44.94%
G = 3.44%
B = 51.62%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE11FF (or 0xDE11FF) is known color: Psychedelic Purple. HEX triplet: DE, 11 and FF. RGB value is (222,17,255). Sum of RGB (Red+Green+Blue) = 222+17+255=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE11FF is #21EE00. Grayscale: #686868. Windows color (decimal): -2223617 or 16716254. OLE color: 16716254.

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

Color convert

RGB 222 17 255 -
CMYK 0.13 0.93 0 0
HSL 291.68º 1% 0.53% -
HSV(B) 291.68º 0.93% 1% -
XYZ 48.37 23.15 96.53 -
YUV 105.43 212.42 211.15 -
System Red Green Blue C M Y K H S L
Decimal 222 17 255 0.13 0.93 0 0 291.68 1 0.53
Hex DE 11 FF D 5D 0 0 124 64 35
Octal 336 21 377 15 135 0 0 444 144 65
Binary 11011110 10001 11111111 1101 1011101 0 0 100100100 1100100 110101

Color Harmonies of #DE11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11FF

Black with #DE11FF

Text Example


Text Example

White with #DE11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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