Html Css Color HEX #D521EE Psychedelic Purple

📋 copy color: '#D521EE'

red 213 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #D521EE

Tints of Psychedelic Purple #D521EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.82%

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

R = 44.01%
G = 6.82%
B = 49.17%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D521EE (or 0xD521EE) is known color: Psychedelic Purple. HEX triplet: D5, 21 and EE. RGB value is (213,33,238). Sum of RGB (Red+Green+Blue) = 213+33+238=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #D521EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521EE is #2ADE11. Grayscale: #6D6D6D. Windows color (decimal): -2809362 or 15606229. OLE color: 15606229.

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

Color convert

RGB 213 33 238 -
CMYK 0.11 0.86 0 0.07
HSL 292.68º 0.86% 0.53% -
HSV(B) 292.68º 0.86% 0.93% -
XYZ 43.42 21.41 82.73 -
YUV 110.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 213 33 238 0.11 0.86 0 0.07 292.68 0.86 0.53
Hex D5 21 EE B 56 0 7 125 56 35
Octal 325 41 356 13 126 0 7 445 126 65
Binary 11010101 100001 11101110 1011 1010110 0 111 100100101 1010110 110101

Color Harmonies of #D521EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521EE

Black with #D521EE

Text Example


Text Example

White with #D521EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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