Html Css Color HEX #D522ED Psychedelic Purple

📋 copy color: '#D522ED'

red 213 ◦ green 34 ◦ blue 237

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

Shades of Psychedelic Purple #D522ED

Tints of Psychedelic Purple #D522ED

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.02%

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

R = 44.01%
G = 7.02%
B = 48.97%

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

#D522ED (or 0xD522ED) is known color: Psychedelic Purple. HEX triplet: D5, 22 and ED. RGB value is (213,34,237). Sum of RGB (Red+Green+Blue) = 213+34+237=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D522ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522ED is #2ADD12. Grayscale: #6E6E6E. Windows color (decimal): -2809107 or 15540949. OLE color: 15540949.

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

Color convert

RGB 213 34 237 -
CMYK 0.10 0.86 0 0.07
HSL 292.91º 0.85% 0.53% -
HSV(B) 292.91º 0.86% 0.93% -
XYZ 43.3 21.4 81.97 -
YUV 110.66 199.3 200.99 -
System Red Green Blue C M Y K H S L
Decimal 213 34 237 0.10 0.86 0 0.07 292.91 0.85 0.53
Hex D5 22 ED A 56 0 7 125 55 35
Octal 325 42 355 12 126 0 7 445 125 65
Binary 11010101 100010 11101101 1010 1010110 0 111 100100101 1010101 110101

Color Harmonies of #D522ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522ED

Black with #D522ED

Text Example


Text Example

White with #D522ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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