Html Css Color HEX #D523FD Psychedelic Purple

📋 copy color: '#D523FD'

red 213 ◦ green 35 ◦ blue 253

#D523FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D523FD

Tints of Psychedelic Purple #D523FD

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.5%

R = 42.51%
G = 6.99%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D523FD (or 0xD523FD) is known color: 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

RGB 213 35 253 -
CMYK 0.16 0.86 0 0.01
HSL 288.99º 0.98% 0.56% -
HSV(B) 288.99º 0.86% 0.99% -
XYZ 45.77 22.44 94.85 -
YUV 113.07 206.97 199.27 -
System Red Green Blue C M Y K H S L
Decimal 213 35 253 0.16 0.86 0 0.01 288.99 0.98 0.56
Hex D5 23 FD 10 56 0 1 121 62 38
Octal 325 43 375 20 126 0 1 441 142 70
Binary 11010101 100011 11111101 10000 1010110 0 1 100100001 1100010 111000

Color Harmonies of #D523FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523FD

Black with #D523FD

Text Example


Text Example

White with #D523FD

Text Example


Text Example

HTML Codes & Css Web 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>