#D502EA

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

Shades of Psychedelic Purple #D502EA

Tints of Psychedelic Purple #D502EA

Color information

#D502EA (or 0xD502EA) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 02 and EA. RGB value is (213,2,234). Sum of RGB (Red+Green+Blue) = 213+2+234=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #D502EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502EA is #2AFD15. Grayscale: #5A5A5A. Windows color (decimal): -2817302 or 15336149. OLE color: 15336149.

HSL color Cylindrical-coordinate representation of color #D502EA: hue angle of 294.57º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502EA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2132234-
CMYK0.090.9900.08
HSL294.57º98.31%46.27%-
HSV(B)294.57º99.15%91.76%-
XYZ42.3120.1379.5-
YUV91.54208.4214.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 2 (1.17% from 255) = 0.45%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=47.44%
G=0.45%
B=52.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21322340.090.9900.08294.5798.3146.27
HexD52EA96308127622e
Octal32523521114301044714256
Binary11010101101110101010011100011010001001001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D502EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D502EA; }

 p { color: rgb(213,2,234); }

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

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

 a { background-color: rgb(213,2,234); }

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

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

 span { border-color: rgb(213,2,234); }

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