Html Css Color HEX #D11EED Psychedelic Purple

📋 copy color: '#D11EED'

red 209 ◦ green 30 ◦ blue 237

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

Shades of Psychedelic Purple #D11EED

Tints of Psychedelic Purple #D11EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 43.91%
G = 6.3%
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

#D11EED (or 0xD11EED) is known color: Psychedelic Purple. HEX triplet: D1, 1E and ED. RGB value is (209,30,237). Sum of RGB (Red+Green+Blue) = 209+30+237=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #D11EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EED is #2EE112. Grayscale: #6A6A6A. Windows color (decimal): -3072275 or 15539921. OLE color: 15539921.

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

Color convert

RGB 209 30 237 -
CMYK 0.12 0.87 0 0.07
HSL 291.88º 0.85% 0.52% -
HSV(B) 291.88º 0.87% 0.93% -
XYZ 42.04 20.6 81.88 -
YUV 107.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 209 30 237 0.12 0.87 0 0.07 291.88 0.85 0.52
Hex D1 1E ED C 57 0 7 124 55 34
Octal 321 36 355 14 127 0 7 444 125 64
Binary 11010001 11110 11101101 1100 1010111 0 111 100100100 1010101 110100

Color Harmonies of #D11EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EED

Black with #D11EED

Text Example


Text Example

White with #D11EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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