Html Css Color HEX #D523FF Psychedelic Purple

📋 copy color: '#D523FF'

red 213 ◦ green 35 ◦ blue 255

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

Shades of Psychedelic Purple #D523FF

Tints of Psychedelic Purple #D523FF

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

 GREEN value IS 35 (14.06% from 255) = 6.96%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 42.35%
G = 6.96%
B = 50.7%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D523FF (or 0xD523FF) is known color: Psychedelic Purple. HEX triplet: D5, 23 and FF. RGB value is (213,35,255). Sum of RGB (Red+Green+Blue) = 213+35+255=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 35 (14.06% from 255 or 6.96% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #D523FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523FF is #2ADC00. Grayscale: #707070. Windows color (decimal): -2808833 or 16720853. OLE color: 16720853.

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

Color convert

RGB 213 35 255 -
CMYK 0.16 0.86 0 0
HSL 288.55º 1% 0.57% -
HSV(B) 288.55º 0.86% 1% -
XYZ 46.09 22.57 96.53 -
YUV 113.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 213 35 255 0.16 0.86 0 0 288.55 1 0.57
Hex D5 23 FF 10 56 0 0 121 64 39
Octal 325 43 377 20 126 0 0 441 144 71
Binary 11010101 100011 11111111 10000 1010110 0 0 100100001 1100100 111001

Color Harmonies of #D523FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523FF

Black with #D523FF

Text Example


Text Example

White with #D523FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D523FF; }

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

 H1.HeaderClassName
 {
   color: #D523FF;
 }
 .AnyTagClassName
 {
   color: #D523FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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