Html Css Color HEX #D520F7 Psychedelic Purple

📋 copy color: '#D520F7'

red 213 ◦ green 32 ◦ blue 247

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

Shades of Psychedelic Purple #D520F7

Tints of Psychedelic Purple #D520F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 43.29%
G = 6.5%
B = 50.2%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D520F7 (or 0xD520F7) is known color: Psychedelic Purple. HEX triplet: D5, 20 and F7. RGB value is (213,32,247). Sum of RGB (Red+Green+Blue) = 213+32+247=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D520F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520F7 is #2ADF08. Grayscale: #6D6D6D. Windows color (decimal): -2809609 or 16195797. OLE color: 16195797.

HSL color Cylindrical-coordinate representation of color #D520F7: hue angle of 290.51º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520F7 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 32 247 -
CMYK 0.14 0.87 0 0.03
HSL 290.51º 0.93% 0.55% -
HSV(B) 290.51º 0.87% 0.97% -
XYZ 44.75 21.89 89.86 -
YUV 110.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 213 32 247 0.14 0.87 0 0.03 290.51 0.93 0.55
Hex D5 20 F7 E 57 0 3 123 5D 37
Octal 325 40 367 16 127 0 3 443 135 67
Binary 11010101 100000 11110111 1110 1010111 0 11 100100011 1011101 110111

Color Harmonies of #D520F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D520F7

Black with #D520F7

Text Example


Text Example

White with #D520F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D520F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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