Html Css Color HEX #D412EC Psychedelic Purple

📋 copy color: '#D412EC'

red 212 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #D412EC

Tints of Psychedelic Purple #D412EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.86%

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

R = 45.49%
G = 3.86%
B = 50.64%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D412EC (or 0xD412EC) is known color: Psychedelic Purple. HEX triplet: D4, 12 and EC. RGB value is (212,18,236). Sum of RGB (Red+Green+Blue) = 212+18+236=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D412EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412EC is #2BED13. Grayscale: #646464. Windows color (decimal): -2878740 or 15471316. OLE color: 15471316.

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

Color convert

RGB 212 18 236 -
CMYK 0.10 0.92 0 0.07
HSL 293.39º 0.86% 0.5% -
HSV(B) 293.39º 0.92% 0.93% -
XYZ 42.51 20.49 81.07 -
YUV 100.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 212 18 236 0.10 0.92 0 0.07 293.39 0.86 0.5
Hex D4 12 EC A 5C 0 7 125 56 32
Octal 324 22 354 12 134 0 7 445 126 62
Binary 11010100 10010 11101100 1010 1011100 0 111 100100101 1010110 110010

Color Harmonies of #D412EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412EC

Black with #D412EC

Text Example


Text Example

White with #D412EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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