Html Css Color HEX #D412EB Psychedelic Purple

📋 copy color: '#D412EB'

red 212 ◦ green 18 ◦ blue 235

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

Shades of Psychedelic Purple #D412EB

Tints of Psychedelic Purple #D412EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 45.59%
G = 3.87%
B = 50.54%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D412EB (or 0xD412EB) is known color: Psychedelic Purple. HEX triplet: D4, 12 and EB. RGB value is (212,18,235). Sum of RGB (Red+Green+Blue) = 212+18+235=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D412EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412EB is #2BED14. Grayscale: #646464. Windows color (decimal): -2878741 or 15405780. OLE color: 15405780.

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

Color convert

RGB 212 18 235 -
CMYK 0.10 0.92 0 0.08
HSL 293.64º 0.86% 0.5% -
HSV(B) 293.64º 0.92% 0.92% -
XYZ 42.36 20.43 80.31 -
YUV 100.74 203.77 207.36 -
System Red Green Blue C M Y K H S L
Decimal 212 18 235 0.10 0.92 0 0.08 293.64 0.86 0.5
Hex D4 12 EB A 5C 0 8 126 56 32
Octal 324 22 353 12 134 0 10 446 126 62
Binary 11010100 10010 11101011 1010 1011100 0 1000 100100110 1010110 110010

Color Harmonies of #D412EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412EB

Black with #D412EB

Text Example


Text Example

White with #D412EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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