Html Css Color HEX #D11FEE Psychedelic Purple

📋 copy color: '#D11FEE'

red 209 ◦ green 31 ◦ blue 238

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

Shades of Psychedelic Purple #D11FEE

Tints of Psychedelic Purple #D11FEE

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

 GREEN value IS 31 (12.5% from 255) = 6.49%

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

R = 43.72%
G = 6.49%
B = 49.79%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D11FEE (or 0xD11FEE) is known color: Psychedelic Purple. HEX triplet: D1, 1F and EE. RGB value is (209,31,238). Sum of RGB (Red+Green+Blue) = 209+31+238=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #D11FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11FEE is #2EE011. Grayscale: #6B6B6B. Windows color (decimal): -3072018 or 15605713. OLE color: 15605713.

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

Color convert

RGB 209 31 238 -
CMYK 0.12 0.87 0 0.07
HSL 291.59º 0.86% 0.53% -
HSV(B) 291.59º 0.87% 0.93% -
XYZ 42.22 20.71 82.66 -
YUV 107.82 201.47 200.17 -
System Red Green Blue C M Y K H S L
Decimal 209 31 238 0.12 0.87 0 0.07 291.59 0.86 0.53
Hex D1 1F EE C 57 0 7 124 56 35
Octal 321 37 356 14 127 0 7 444 126 65
Binary 11010001 11111 11101110 1100 1010111 0 111 100100100 1010110 110101

Color Harmonies of #D11FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FEE

Black with #D11FEE

Text Example


Text Example

White with #D11FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FEE; }

 p { color: rgb(209,31,238); }

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

background-color css

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

 a { background-color: rgb(209,31,238); }

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

border-color css

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

 span { border-color: rgb(209,31,238); }

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