Html Css Color HEX #D411EC Psychedelic Purple

📋 copy color: '#D411EC'

red 212 ◦ green 17 ◦ blue 236

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

Shades of Psychedelic Purple #D411EC

Tints of Psychedelic Purple #D411EC

RGB

 RED value IS 212 (83.2% from 255) = 45.59%

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

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 45.59%
G = 3.66%
B = 50.75%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D411EC (or 0xD411EC) is known color: Psychedelic Purple. HEX triplet: D4, 11 and EC. RGB value is (212,17,236). Sum of RGB (Red+Green+Blue) = 212+17+236=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #D411EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411EC is #2BEE13. Grayscale: #636363. Windows color (decimal): -2878996 or 15471060. OLE color: 15471060.

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

Color convert

RGB 212 17 236 -
CMYK 0.10 0.93 0 0.07
HSL 293.42º 0.87% 0.5% -
HSV(B) 293.42º 0.93% 0.93% -
XYZ 42.49 20.45 81.07 -
YUV 100.27 204.6 207.69 -
System Red Green Blue C M Y K H S L
Decimal 212 17 236 0.10 0.93 0 0.07 293.42 0.87 0.5
Hex D4 11 EC A 5D 0 7 125 57 32
Octal 324 21 354 12 135 0 7 445 127 62
Binary 11010100 10001 11101100 1010 1011101 0 111 100100101 1010111 110010

Color Harmonies of #D411EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411EC

Black with #D411EC

Text Example


Text Example

White with #D411EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411EC; }

 p { color: rgb(212,17,236); }

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

background-color css

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

 a { background-color: rgb(212,17,236); }

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

border-color css

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

 span { border-color: rgb(212,17,236); }

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