#D420E7

Color #D420E7 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D420E7

Tints of Psychedelic Purple #D420E7

Color information

#D420E7 (or 0xD420E7) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 20 and E7. RGB value is (212,32,231). Sum of RGB (Red+Green+Blue) = 212+32+231=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #D420E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420E7 is #2BDF18. Grayscale: #6B6B6B. Windows color (decimal): -2875161 or 15147220. OLE color: 15147220.

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

Color convert

RGB21232231-
CMYK0.080.8600.09
HSL294.27º80.57%51.57%-
HSV(B)294.27º86.15%90.59%-
XYZ42.0920.877.4-
YUV108.51197.13201.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 32 (12.89% from 255) = 6.74%
BLUE value IS 231 (90.62% from 255) = 48.63%
R=44.63%
G=6.74%
B=48.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212322310.080.8600.09294.2780.5751.57
HexD420E7856091265134
Octal324403471012601144612164
Binary110101001000001110011110001010110010011001001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D420E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D420E7; }

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

 H1.HeaderClassName
 {
   color: #D420E7;
 }
 .AnyTagClassName
 {
   color: #D420E7;
 }
</style>
background-color css

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

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

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

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

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

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