Html Css Color HEX #D532FA Psychedelic Purple

📋 copy color: '#D532FA'

red 213 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #D532FA

Tints of Psychedelic Purple #D532FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.75%

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

R = 41.52%
G = 9.75%
B = 48.73%

CMYK

 C value IS 0.15

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D532FA (or 0xD532FA) is known color: Psychedelic Purple. HEX triplet: D5, 32 and FA. RGB value is (213,50,250). Sum of RGB (Red+Green+Blue) = 213+50+250=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #D532FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532FA is #2ACD05. Grayscale: #787878. Windows color (decimal): -2804998 or 16397013. OLE color: 16397013.

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

Color convert

RGB 213 50 250 -
CMYK 0.15 0.8 0 0.02
HSL 288.9º 0.95% 0.59% -
HSV(B) 288.9º 0.8% 0.98% -
XYZ 45.84 23.33 92.53 -
YUV 121.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 213 50 250 0.15 0.8 0 0.02 288.9 0.95 0.59
Hex D5 32 FA F 50 0 2 121 5F 3B
Octal 325 62 372 17 120 0 2 441 137 73
Binary 11010101 110010 11111010 1111 1010000 0 10 100100001 1011111 111011

Color Harmonies of #D532FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532FA

Black with #D532FA

Text Example


Text Example

White with #D532FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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