Html Css Color HEX #D524FA Psychedelic Purple

📋 copy color: '#D524FA'

red 213 ◦ green 36 ◦ blue 250

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

Shades of Psychedelic Purple #D524FA

Tints of Psychedelic Purple #D524FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.21%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 42.69%
G = 7.21%
B = 50.1%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D524FA (or 0xD524FA) is known color: Psychedelic Purple. HEX triplet: D5, 24 and FA. RGB value is (213,36,250). Sum of RGB (Red+Green+Blue) = 213+36+250=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D524FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D524FA is #2ADB05. Grayscale: #707070. Windows color (decimal): -2808582 or 16393429. OLE color: 16393429.

HSL color Cylindrical-coordinate representation of color #D524FA: hue angle of 289.63º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D524FA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 36 250 -
CMYK 0.15 0.86 0 0.02
HSL 289.63º 0.96% 0.56% -
HSV(B) 289.63º 0.86% 0.98% -
XYZ 45.33 22.31 92.36 -
YUV 113.32 205.14 199.1 -
System Red Green Blue C M Y K H S L
Decimal 213 36 250 0.15 0.86 0 0.02 289.63 0.96 0.56
Hex D5 24 FA F 56 0 2 122 60 38
Octal 325 44 372 17 126 0 2 442 140 70
Binary 11010101 100100 11111010 1111 1010110 0 10 100100010 1100000 111000

Color Harmonies of #D524FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D524FA

Black with #D524FA

Text Example


Text Example

White with #D524FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D524FA; }

 p { color: rgb(213,36,250); }

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

background-color css

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

 a { background-color: rgb(213,36,250); }

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

border-color css

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

 span { border-color: rgb(213,36,250); }

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