Html Css Color HEX #D520EC Psychedelic Purple

📋 copy color: '#D520EC'

red 213 ◦ green 32 ◦ blue 236

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

Shades of Psychedelic Purple #D520EC

Tints of Psychedelic Purple #D520EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.65%

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

R = 44.28%
G = 6.65%
B = 49.06%

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

#D520EC (or 0xD520EC) is known color: Psychedelic Purple. HEX triplet: D5, 20 and EC. RGB value is (213,32,236). Sum of RGB (Red+Green+Blue) = 213+32+236=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D520EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520EC is #2ADF13. Grayscale: #6C6C6C. Windows color (decimal): -2809620 or 15474901. OLE color: 15474901.

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

Color convert

RGB 213 32 236 -
CMYK 0.10 0.86 0 0.07
HSL 293.24º 0.84% 0.53% -
HSV(B) 293.24º 0.86% 0.93% -
XYZ 43.1 21.24 81.18 -
YUV 109.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 213 32 236 0.10 0.86 0 0.07 293.24 0.84 0.53
Hex D5 20 EC A 56 0 7 125 54 35
Octal 325 40 354 12 126 0 7 445 124 65
Binary 11010101 100000 11101100 1010 1010110 0 111 100100101 1010100 110101

Color Harmonies of #D520EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520EC

Black with #D520EC

Text Example


Text Example

White with #D520EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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