Html Css Color HEX #DE11F1 Psychedelic Purple

📋 copy color: '#DE11F1'

red 222 ◦ green 17 ◦ blue 241

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

Shades of Psychedelic Purple #DE11F1

Tints of Psychedelic Purple #DE11F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 46.25%
G = 3.54%
B = 50.21%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE11F1 (or 0xDE11F1) is known color: Psychedelic Purple. HEX triplet: DE, 11 and F1. RGB value is (222,17,241). Sum of RGB (Red+Green+Blue) = 222+17+241=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE11F1 is #21EE0E. Grayscale: #676767. Windows color (decimal): -2223631 or 15798750. OLE color: 15798750.

HSL color Cylindrical-coordinate representation of color #DE11F1: hue angle of 294.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE11F1 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 17 241 -
CMYK 0.08 0.93 0 0.05
HSL 294.91º 0.89% 0.51% -
HSV(B) 294.91º 0.93% 0.95% -
XYZ 46.2 22.28 85.08 -
YUV 103.83 205.42 212.29 -
System Red Green Blue C M Y K H S L
Decimal 222 17 241 0.08 0.93 0 0.05 294.91 0.89 0.51
Hex DE 11 F1 8 5D 0 5 127 59 33
Octal 336 21 361 10 135 0 5 447 131 63
Binary 11011110 10001 11110001 1000 1011101 0 101 100100111 1011001 110011

Color Harmonies of #DE11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11F1

Black with #DE11F1

Text Example


Text Example

White with #DE11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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