Html Css Color HEX #D521EC Psychedelic Purple

📋 copy color: '#D521EC'

red 213 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #D521EC

Tints of Psychedelic Purple #D521EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 44.19%
G = 6.85%
B = 48.96%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D521EC (or 0xD521EC) is known color: Psychedelic Purple. HEX triplet: D5, 21 and EC. RGB value is (213,33,236). Sum of RGB (Red+Green+Blue) = 213+33+236=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #D521EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521EC is #2ADE13. Grayscale: #6D6D6D. Windows color (decimal): -2809364 or 15475157. OLE color: 15475157.

HSL color Cylindrical-coordinate representation of color #D521EC: hue angle of 293.2º degrees, saturation: 0.84, 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 #D521EC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 33 236 -
CMYK 0.10 0.86 0 0.07
HSL 293.2º 0.84% 0.53% -
HSV(B) 293.2º 0.86% 0.93% -
XYZ 43.12 21.29 81.19 -
YUV 109.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 213 33 236 0.10 0.86 0 0.07 293.2 0.84 0.53
Hex D5 21 EC A 56 0 7 125 54 35
Octal 325 41 354 12 126 0 7 445 124 65
Binary 11010101 100001 11101100 1010 1010110 0 111 100100101 1010100 110101

Color Harmonies of #D521EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521EC

Black with #D521EC

Text Example


Text Example

White with #D521EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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