Html Css Color HEX #D532F0 Psychedelic Purple

📋 copy color: '#D532F0'

red 213 ◦ green 50 ◦ blue 240

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

Shades of Psychedelic Purple #D532F0

Tints of Psychedelic Purple #D532F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 42.35%
G = 9.94%
B = 47.71%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D532F0 (or 0xD532F0) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F0. RGB value is (213,50,240). Sum of RGB (Red+Green+Blue) = 213+50+240=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #D532F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F0 is #2ACD0F. Grayscale: #777777. Windows color (decimal): -2805008 or 15741653. OLE color: 15741653.

HSL color Cylindrical-coordinate representation of color #D532F0: hue angle of 291.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D532F0 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 50 240 -
CMYK 0.11 0.79 0 0.06
HSL 291.47º 0.86% 0.57% -
HSV(B) 291.47º 0.79% 0.94% -
XYZ 44.31 22.72 84.49 -
YUV 120.4 195.5 194.05 -
System Red Green Blue C M Y K H S L
Decimal 213 50 240 0.11 0.79 0 0.06 291.47 0.86 0.57
Hex D5 32 F0 B 4F 0 6 123 56 39
Octal 325 62 360 13 117 0 6 443 126 71
Binary 11010101 110010 11110000 1011 1001111 0 110 100100011 1010110 111001

Color Harmonies of #D532F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532F0

Black with #D532F0

Text Example


Text Example

White with #D532F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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