Html Css Color HEX #D524EE Psychedelic Purple

📋 copy color: '#D524EE'

red 213 ◦ green 36 ◦ blue 238

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

Shades of Psychedelic Purple #D524EE

Tints of Psychedelic Purple #D524EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.39%

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 43.74%
G = 7.39%
B = 48.87%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D524EE (or 0xD524EE) is known color: Psychedelic Purple. HEX triplet: D5, 24 and EE. RGB value is (213,36,238). Sum of RGB (Red+Green+Blue) = 213+36+238=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #D524EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524EE is #2ADB11. Grayscale: #6F6F6F. Windows color (decimal): -2808594 or 15606997. OLE color: 15606997.

HSL color Cylindrical-coordinate representation of color #D524EE: hue angle of 292.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D524EE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 36 238 -
CMYK 0.11 0.85 0 0.07
HSL 292.57º 0.86% 0.54% -
HSV(B) 292.57º 0.85% 0.93% -
XYZ 43.5 21.58 82.76 -
YUV 111.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 213 36 238 0.11 0.85 0 0.07 292.57 0.86 0.54
Hex D5 24 EE B 55 0 7 125 56 36
Octal 325 44 356 13 125 0 7 445 126 66
Binary 11010101 100100 11101110 1011 1010101 0 111 100100101 1010110 110110

Color Harmonies of #D524EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524EE

Black with #D524EE

Text Example


Text Example

White with #D524EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524EE; }

 p { color: rgb(213,36,238); }

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

background-color css

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

 a { background-color: rgb(213,36,238); }

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

border-color css

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

 span { border-color: rgb(213,36,238); }

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