#D420EA

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

Shades of Psychedelic Purple #D420EA

Tints of Psychedelic Purple #D420EA

Color information

#D420EA (or 0xD420EA) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 20 and EA. RGB value is (212,32,234). Sum of RGB (Red+Green+Blue) = 212+32+234=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #D420EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420EA is #2BDF15. Grayscale: #6C6C6C. Windows color (decimal): -2875158 or 15343828. OLE color: 15343828.

HSL color Cylindrical-coordinate representation of color #D420EA: hue angle of 293.47º degrees, saturation: 0.83, 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 #D420EA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21232234-
CMYK0.090.8600.08
HSL293.47º82.79%52.16%-
HSV(B)293.47º86.32%91.76%-
XYZ42.5220.9779.65-
YUV108.85198.63201.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 32 (12.89% from 255) = 6.69%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=44.35%
G=6.69%
B=48.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212322340.090.8600.08293.4782.7952.16
HexD420EA956081255334
Octal324403521112601044512364
Binary110101001000001110101010011010110010001001001011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D420EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D420EA; }

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

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

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

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

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

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

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

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