Html Css Color HEX #D11EF2 Psychedelic Purple

📋 copy color: '#D11EF2'

red 209 ◦ green 30 ◦ blue 242

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

Shades of Psychedelic Purple #D11EF2

Tints of Psychedelic Purple #D11EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 43.45%
G = 6.24%
B = 50.31%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D11EF2 (or 0xD11EF2) is known color: Psychedelic Purple. HEX triplet: D1, 1E and F2. RGB value is (209,30,242). Sum of RGB (Red+Green+Blue) = 209+30+242=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #D11EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EF2 is #2EE10D. Grayscale: #6B6B6B. Windows color (decimal): -3072270 or 15867601. OLE color: 15867601.

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

Color convert

RGB 209 30 242 -
CMYK 0.14 0.88 0 0.05
HSL 290.66º 0.89% 0.53% -
HSV(B) 290.66º 0.88% 0.95% -
XYZ 42.79 20.89 85.78 -
YUV 107.69 203.8 200.26 -
System Red Green Blue C M Y K H S L
Decimal 209 30 242 0.14 0.88 0 0.05 290.66 0.89 0.53
Hex D1 1E F2 E 58 0 5 123 59 35
Octal 321 36 362 16 130 0 5 443 131 65
Binary 11010001 11110 11110010 1110 1011000 0 101 100100011 1011001 110101

Color Harmonies of #D11EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EF2

Black with #D11EF2

Text Example


Text Example

White with #D11EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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