Html Css Color HEX #D521ED Psychedelic Purple

📋 copy color: '#D521ED'

red 213 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #D521ED

Tints of Psychedelic Purple #D521ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 44.1%
G = 6.83%
B = 49.07%

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

#D521ED (or 0xD521ED) is known color: Psychedelic Purple. HEX triplet: D5, 21 and ED. RGB value is (213,33,237). Sum of RGB (Red+Green+Blue) = 213+33+237=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D521ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521ED is #2ADE12. Grayscale: #6D6D6D. Windows color (decimal): -2809363 or 15540693. OLE color: 15540693.

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

Color convert

RGB 213 33 237 -
CMYK 0.10 0.86 0 0.07
HSL 292.94º 0.85% 0.53% -
HSV(B) 292.94º 0.86% 0.93% -
XYZ 43.27 21.35 81.96 -
YUV 110.08 199.63 201.41 -
System Red Green Blue C M Y K H S L
Decimal 213 33 237 0.10 0.86 0 0.07 292.94 0.85 0.53
Hex D5 21 ED A 56 0 7 125 55 35
Octal 325 41 355 12 126 0 7 445 125 65
Binary 11010101 100001 11101101 1010 1010110 0 111 100100101 1010101 110101

Color Harmonies of #D521ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D521ED

Black with #D521ED

Text Example


Text Example

White with #D521ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D521ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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