Html Css Color HEX #D537FD Psychedelic Purple

📋 copy color: '#D537FD'

red 213 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D537FD

Tints of Psychedelic Purple #D537FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.56%

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 40.88%
G = 10.56%
B = 48.56%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D537FD (or 0xD537FD) is known color: Psychedelic Purple. HEX triplet: D5, 37 and FD. RGB value is (213,55,253). Sum of RGB (Red+Green+Blue) = 213+55+253=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #D537FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D537FD is #2AC802. Grayscale: #7C7C7C. Windows color (decimal): -2803715 or 16594901. OLE color: 16594901.

HSL color Cylindrical-coordinate representation of color #D537FD: hue angle of 287.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D537FD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 55 253 -
CMYK 0.16 0.78 0 0.01
HSL 287.88º 0.98% 0.6% -
HSV(B) 287.88º 0.78% 0.99% -
XYZ 46.54 23.97 95.1 -
YUV 124.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 213 55 253 0.16 0.78 0 0.01 287.88 0.98 0.6
Hex D5 37 FD 10 4E 0 1 120 62 3C
Octal 325 67 375 20 116 0 1 440 142 74
Binary 11010101 110111 11111101 10000 1001110 0 1 100100000 1100010 111100

Color Harmonies of #D537FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537FD

Black with #D537FD

Text Example


Text Example

White with #D537FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537FD; }

 p { color: rgb(213,55,253); }

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

background-color css

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

 a { background-color: rgb(213,55,253); }

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

border-color css

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

 span { border-color: rgb(213,55,253); }

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