Html Css Color HEX #D520FD Psychedelic Purple

📋 copy color: '#D520FD'

red 213 ◦ green 32 ◦ blue 253

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

Shades of Psychedelic Purple #D520FD

Tints of Psychedelic Purple #D520FD

RGB

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

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

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

R = 42.77%
G = 6.43%
B = 50.8%

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

#D520FD (or 0xD520FD) is known color: Psychedelic Purple. HEX triplet: D5, 20 and FD. RGB value is (213,32,253). Sum of RGB (Red+Green+Blue) = 213+32+253=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #D520FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520FD is #2ADF02. Grayscale: #6E6E6E. Windows color (decimal): -2809603 or 16589013. OLE color: 16589013.

HSL color Cylindrical-coordinate representation of color #D520FD: hue angle of 289.14º 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 #D520FD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 32 253 -
CMYK 0.16 0.87 0 0.01
HSL 289.14º 0.98% 0.56% -
HSV(B) 289.14º 0.87% 0.99% -
XYZ 45.69 22.27 94.82 -
YUV 111.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 213 32 253 0.16 0.87 0 0.01 289.14 0.98 0.56
Hex D5 20 FD 10 57 0 1 121 62 38
Octal 325 40 375 20 127 0 1 441 142 70
Binary 11010101 100000 11111101 10000 1010111 0 1 100100001 1100010 111000

Color Harmonies of #D520FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520FD

Black with #D520FD

Text Example


Text Example

White with #D520FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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