Html Css Color HEX #D420EB Psychedelic Purple

📋 copy color: '#D420EB'

red 212 ◦ green 32 ◦ blue 235

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

Shades of Psychedelic Purple #D420EB

Tints of Psychedelic Purple #D420EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.68%

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

R = 44.26%
G = 6.68%
B = 49.06%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D420EB (or 0xD420EB) is known color: Psychedelic Purple. HEX triplet: D4, 20 and EB. RGB value is (212,32,235). Sum of RGB (Red+Green+Blue) = 212+32+235=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #D420EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420EB is #2BDF14. Grayscale: #6C6C6C. Windows color (decimal): -2875157 or 15409364. OLE color: 15409364.

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

Color convert

RGB 212 32 235 -
CMYK 0.10 0.86 0 0.08
HSL 293.2º 0.84% 0.52% -
HSV(B) 293.2º 0.86% 0.92% -
XYZ 42.66 21.03 80.41 -
YUV 108.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 212 32 235 0.10 0.86 0 0.08 293.2 0.84 0.52
Hex D4 20 EB A 56 0 8 125 54 34
Octal 324 40 353 12 126 0 10 445 124 64
Binary 11010100 100000 11101011 1010 1010110 0 1000 100100101 1010100 110100

Color Harmonies of #D420EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D420EB

Black with #D420EB

Text Example


Text Example

White with #D420EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D420EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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