Html Css Color HEX #D500FD Psychedelic Purple

📋 copy color: '#D500FD'

red 213 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #D500FD

Tints of Psychedelic Purple #D500FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D500FD (or 0xD500FD) is known color: Psychedelic Purple. HEX triplet: D5, 00 and FD. RGB value is (213,0,253). Sum of RGB (Red+Green+Blue) = 213+0+253=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #D500FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500FD is #2AFF02. Grayscale: #5B5B5B. Windows color (decimal): -2817795 or 16580821. OLE color: 16580821.

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

Color convert

RGB 213 0 253 -
CMYK 0.16 1 0 0.01
HSL 290.51º 1% 0.5% -
HSV(B) 290.51º 1% 0.99% -
XYZ 45.17 21.24 94.65 -
YUV 92.53 218.57 213.93 -
System Red Green Blue C M Y K H S L
Decimal 213 0 253 0.16 1 0 0.01 290.51 1 0.5
Hex D5 0 FD 10 64 0 1 123 64 32
Octal 325 0 375 20 144 0 1 443 144 62
Binary 11010101 0 11111101 10000 1100100 0 1 100100011 1100100 110010

Color Harmonies of #D500FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500FD

Black with #D500FD

Text Example


Text Example

White with #D500FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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