#D020EA

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

Shades of Psychedelic Purple #D020EA

Tints of Psychedelic Purple #D020EA

Color information

#D020EA (or 0xD020EA) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 20 and EA. RGB value is (208,32,234). Sum of RGB (Red+Green+Blue) = 208+32+234=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D020EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020EA is #2FDF15. Grayscale: #6B6B6B. Windows color (decimal): -3137302 or 15343824. OLE color: 15343824.

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

Color convert

RGB20832234-
CMYK0.110.8600.08
HSL292.28º82.79%52.16%-
HSV(B)292.28º86.32%91.76%-
XYZ41.3820.3879.6-
YUV107.65199.31199.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 32 (12.89% from 255) = 6.75%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=43.88%
G=6.75%
B=49.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208322340.110.8600.08292.2882.7952.16
HexD020EAB56081245334
Octal320403521312601044412364
Binary110100001000001110101010111010110010001001001001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D020EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D020EA; }

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

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

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

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

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

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

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

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