Html Css Color HEX #D520F1 Psychedelic Purple

📋 copy color: '#D520F1'

red 213 ◦ green 32 ◦ blue 241

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

Shades of Psychedelic Purple #D520F1

Tints of Psychedelic Purple #D520F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 43.83%
G = 6.58%
B = 49.59%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D520F1 (or 0xD520F1) is known color: Psychedelic Purple. HEX triplet: D5, 20 and F1. RGB value is (213,32,241). Sum of RGB (Red+Green+Blue) = 213+32+241=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #D520F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520F1 is #2ADF0E. Grayscale: #6D6D6D. Windows color (decimal): -2809615 or 15802581. OLE color: 15802581.

HSL color Cylindrical-coordinate representation of color #D520F1: hue angle of 291.96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520F1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 32 241 -
CMYK 0.12 0.87 0 0.05
HSL 291.96º 0.88% 0.54% -
HSV(B) 291.96º 0.87% 0.95% -
XYZ 43.83 21.53 85.06 -
YUV 109.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 213 32 241 0.12 0.87 0 0.05 291.96 0.88 0.54
Hex D5 20 F1 C 57 0 5 124 58 36
Octal 325 40 361 14 127 0 5 444 130 66
Binary 11010101 100000 11110001 1100 1010111 0 101 100100100 1011000 110110

Color Harmonies of #D520F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520F1

Black with #D520F1

Text Example


Text Example

White with #D520F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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