Html Css Color HEX #D401EC Psychedelic Purple

📋 copy color: '#D401EC'

red 212 ◦ green 1 ◦ blue 236

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

Shades of Psychedelic Purple #D401EC

Tints of Psychedelic Purple #D401EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 47.22%
G = 0.22%
B = 52.56%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D401EC (or 0xD401EC) is known color: Psychedelic Purple. HEX triplet: D4, 01 and EC. RGB value is (212,1,236). Sum of RGB (Red+Green+Blue) = 212+1+236=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #D401EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D401EC is #2BFE13. Grayscale: #5A5A5A. Windows color (decimal): -2883092 or 15466964. OLE color: 15466964.

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

Color convert

RGB 212 1 236 -
CMYK 0.10 1.00 0 0.07
HSL 293.87º 0.99% 0.46% -
HSV(B) 293.87º 1% 0.93% -
XYZ 42.3 20.07 81 -
YUV 90.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 212 1 236 0.10 1.00 0 0.07 293.87 0.99 0.46
Hex D4 1 EC A 64 0 7 126 63 2E
Octal 324 1 354 12 144 0 7 446 143 56
Binary 11010100 1 11101100 1010 1100100 0 111 100100110 1100011 101110

Color Harmonies of #D401EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401EC

Black with #D401EC

Text Example


Text Example

White with #D401EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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