Html Css Color HEX #D522FD Psychedelic Purple

📋 copy color: '#D522FD'

red 213 ◦ green 34 ◦ blue 253

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

Shades of Psychedelic Purple #D522FD

Tints of Psychedelic Purple #D522FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 42.6%
G = 6.8%
B = 50.6%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D522FD (or 0xD522FD) is known color: Psychedelic Purple. HEX triplet: D5, 22 and FD. RGB value is (213,34,253). Sum of RGB (Red+Green+Blue) = 213+34+253=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 34 (13.67% from 255 or 6.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #D522FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D522FD is #2ADD02. Grayscale: #6F6F6F. Windows color (decimal): -2809091 or 16589525. OLE color: 16589525.

HSL color Cylindrical-coordinate representation of color #D522FD: hue angle of 289.04º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D522FD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 34 253 -
CMYK 0.16 0.87 0 0.01
HSL 289.04º 0.98% 0.56% -
HSV(B) 289.04º 0.87% 0.99% -
XYZ 45.74 22.38 94.84 -
YUV 112.49 207.3 199.69 -
System Red Green Blue C M Y K H S L
Decimal 213 34 253 0.16 0.87 0 0.01 289.04 0.98 0.56
Hex D5 22 FD 10 57 0 1 121 62 38
Octal 325 42 375 20 127 0 1 441 142 70
Binary 11010101 100010 11111101 10000 1010111 0 1 100100001 1100010 111000

Color Harmonies of #D522FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522FD

Black with #D522FD

Text Example


Text Example

White with #D522FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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