#D62AE9

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

Shades of Psychedelic Purple #D62AE9

Tints of Psychedelic Purple #D62AE9

Color information

#D62AE9 (or 0xD62AE9) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 2A and E9. RGB value is (214,42,233). Sum of RGB (Red+Green+Blue) = 214+42+233=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #D62AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D62AE9 is #29D516. Grayscale: #727272. Windows color (decimal): -2741527 or 15280854. OLE color: 15280854.

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

Color convert

RGB21442233-
CMYK0.080.8200.09
HSL294.03º81.28%53.92%-
HSV(B)294.03º81.97%91.37%-
XYZ43.2721.8479.02-
YUV115.2194.48198.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 42 (16.80% from 255) = 8.59%
BLUE value IS 233 (91.41% from 255) = 47.65%
R=43.76%
G=8.59%
B=47.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214422330.080.8200.09294.0381.2853.92
HexD62AE9852091265136
Octal326523511012201144612166
Binary110101101010101110100110001010010010011001001101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62AE9; }

 p { color: rgb(214,42,233); }

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

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

 a { background-color: rgb(214,42,233); }

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

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

 span { border-color: rgb(214,42,233); }

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