#D523EB

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

Shades of Psychedelic Purple #D523EB

Tints of Psychedelic Purple #D523EB

Color information

#D523EB (or 0xD523EB) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 23 and EB. RGB value is (213,35,235). Sum of RGB (Red+Green+Blue) = 213+35+235=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D523EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523EB is #2ADC14. Grayscale: #6E6E6E. Windows color (decimal): -2808853 or 15410133. OLE color: 15410133.

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

Color convert

RGB21335235-
CMYK0.090.8500.08
HSL293.4º83.33%52.94%-
HSV(B)293.4º85.11%92.16%-
XYZ43.0421.3580.45-
YUV111.02197.97200.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 35 (14.06% from 255) = 7.25%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=44.10%
G=7.25%
B=48.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213352350.090.8500.08293.483.3352.94
HexD523EB955081255335
Octal325433531112501044512365
Binary110101011000111110101110011010101010001001001011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D523EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D523EB; }

 p { color: rgb(213,35,235); }

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

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

 a { background-color: rgb(213,35,235); }

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

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

 span { border-color: rgb(213,35,235); }

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