Html Css Color HEX #D523EB Psychedelic Purple

📋 copy color: '#D523EB'

red 213 ◦ green 35 ◦ blue 235

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

Shades of Psychedelic Purple #D523EB

Tints of Psychedelic Purple #D523EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 44.1%
G = 7.25%
B = 48.65%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

RGB 213 35 235 -
CMYK 0.09 0.85 0 0.08
HSL 293.4º 0.83% 0.53% -
HSV(B) 293.4º 0.85% 0.92% -
XYZ 43.04 21.35 80.45 -
YUV 111.02 197.97 200.74 -
System Red Green Blue C M Y K H S L
Decimal 213 35 235 0.09 0.85 0 0.08 293.4 0.83 0.53
Hex D5 23 EB 9 55 0 8 125 53 35
Octal 325 43 353 11 125 0 10 445 123 65
Binary 11010101 100011 11101011 1001 1010101 0 1000 100100101 1010011 110101

Color Harmonies of #D523EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D523EB

Black with #D523EB

Text Example


Text Example

White with #D523EB

Text Example


Text Example

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