#D523FD

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

Shades of Psychedelic Purple #D523FD

Tints of Psychedelic Purple #D523FD

Color information

#D523FD (or 0xD523FD) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 23 and FD. RGB value is (213,35,253). Sum of RGB (Red+Green+Blue) = 213+35+253=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 35 (14.06% from 255 or 6.99% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D523FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523FD is #2ADC02. Grayscale: #707070. Windows color (decimal): -2808835 or 16589781. OLE color: 16589781.

HSL color Cylindrical-coordinate representation of color #D523FD: hue angle of 288.99º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D523FD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21335253-
CMYK0.160.8600.01
HSL288.99º98.2%56.47%-
HSV(B)288.99º86.17%99.22%-
XYZ45.7722.4494.85-
YUV113.07206.97199.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 35 (14.06% from 255) = 6.99%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=42.51%
G=6.99%
B=50.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213352530.160.8600.01288.9998.256.47
HexD523FD1056011216238
Octal32543375201260144114270
Binary1101010110001111111101100001010110011001000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D523FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D523FD; }

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

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

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

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

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

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

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

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