Html Css Color HEX #D11EFE Psychedelic Purple

📋 copy color: '#D11EFE'

red 209 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #D11EFE

Tints of Psychedelic Purple #D11EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.09%

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 42.39%
G = 6.09%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D11EFE (or 0xD11EFE) is known color: Psychedelic Purple. HEX triplet: D1, 1E and FE. RGB value is (209,30,254). Sum of RGB (Red+Green+Blue) = 209+30+254=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D11EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EFE is #2EE101. Grayscale: #6C6C6C. Windows color (decimal): -3072258 or 16654033. OLE color: 16654033.

HSL color Cylindrical-coordinate representation of color #D11EFE: hue angle of 287.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11EFE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 30 254 -
CMYK 0.18 0.88 0 0.00
HSL 287.95º 0.99% 0.56% -
HSV(B) 287.95º 0.88% 1% -
XYZ 44.65 21.64 95.59 -
YUV 109.06 209.8 199.29 -
System Red Green Blue C M Y K H S L
Decimal 209 30 254 0.18 0.88 0 0.00 287.95 0.99 0.56
Hex D1 1E FE 12 58 0 0 120 63 38
Octal 321 36 376 22 130 0 0 440 143 70
Binary 11010001 11110 11111110 10010 1011000 0 0 100100000 1100011 111000

Color Harmonies of #D11EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EFE

Black with #D11EFE

Text Example


Text Example

White with #D11EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EFE; }

 p { color: rgb(209,30,254); }

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

background-color css

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

 a { background-color: rgb(209,30,254); }

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

border-color css

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

 span { border-color: rgb(209,30,254); }

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