Html Css Color HEX #D531F0 Psychedelic Purple

📋 copy color: '#D531F0'

red 213 ◦ green 49 ◦ blue 240

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

Shades of Psychedelic Purple #D531F0

Tints of Psychedelic Purple #D531F0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.76%

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

R = 42.43%
G = 9.76%
B = 47.81%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D531F0 (or 0xD531F0) is known color: Psychedelic Purple. HEX triplet: D5, 31 and F0. RGB value is (213,49,240). Sum of RGB (Red+Green+Blue) = 213+49+240=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #D531F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D531F0 is #2ACE0F. Grayscale: #777777. Windows color (decimal): -2805264 or 15741397. OLE color: 15741397.

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

Color convert

RGB 213 49 240 -
CMYK 0.11 0.80 0 0.06
HSL 291.52º 0.86% 0.57% -
HSV(B) 291.52º 0.8% 0.94% -
XYZ 44.27 22.63 84.47 -
YUV 119.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 213 49 240 0.11 0.80 0 0.06 291.52 0.86 0.57
Hex D5 31 F0 B 50 0 6 124 56 39
Octal 325 61 360 13 120 0 6 444 126 71
Binary 11010101 110001 11110000 1011 1010000 0 110 100100100 1010110 111001

Color Harmonies of #D531F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531F0

Black with #D531F0

Text Example


Text Example

White with #D531F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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