Html Css Color HEX #D411EF Psychedelic Purple

📋 copy color: '#D411EF'

red 212 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #D411EF

Tints of Psychedelic Purple #D411EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 45.3%
G = 3.63%
B = 51.07%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D411EF (or 0xD411EF) is known color: Psychedelic Purple. HEX triplet: D4, 11 and EF. RGB value is (212,17,239). Sum of RGB (Red+Green+Blue) = 212+17+239=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #D411EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411EF is #2BEE10. Grayscale: #636363. Windows color (decimal): -2878993 or 15667668. OLE color: 15667668.

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

Color convert

RGB 212 17 239 -
CMYK 0.11 0.93 0 0.06
HSL 292.7º 0.87% 0.5% -
HSV(B) 292.7º 0.93% 0.94% -
XYZ 42.93 20.63 83.38 -
YUV 100.61 206.1 207.45 -
System Red Green Blue C M Y K H S L
Decimal 212 17 239 0.11 0.93 0 0.06 292.7 0.87 0.5
Hex D4 11 EF B 5D 0 6 125 57 32
Octal 324 21 357 13 135 0 6 445 127 62
Binary 11010100 10001 11101111 1011 1011101 0 110 100100101 1010111 110010

Color Harmonies of #D411EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D411EF

Black with #D411EF

Text Example


Text Example

White with #D411EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D411EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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